alarm_pool_add_alarm_at() is only used within PicoSDK.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

>0 the alarm id for an active (at the time of return) alarm 0 if the alarm time passed before or during the call and fire_if_past was false <0 if there were no alarm slots available, or other error occurred

Notes

It is safe to call this method from an IRQ handler (including alarm callbacks), and from either core.

References

from examples