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
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