Re: Logic issue in Timers' Exemple

2020-09-30 Thread Sara da Cunha Monteiro de Souza
I see Alan, That's true. Thanks for your explanation! Sara Em qua., 30 de set. de 2020 às 11:33, Alan Carvalho de Assis < acas...@gmail.com> escreveu: > Hi Sara, > > Actually it is not incorrect, because inside the timer start function > the interruption it enabled to call the ISR (the callback

Re: Logic issue in Timers' Exemple

2020-09-30 Thread Alan Carvalho de Assis
Hi Sara, Actually it is not incorrect, because inside the timer start function the interruption it enabled to call the ISR (the callback function). Let's use the nRF52 as example, inside setcallback() we have: /* Save the new callback */ priv->callback = callback; priv->arg = arg; if