alarm_pool_add_alarm_in_us() is only used within PicoSDK.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

>0 the alarm id 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