PicoSDK
remaining_alarm_time_us()
is only used within PicoSDK.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
remaining_alarm_time_us()
remaining_alarm_time_us() function
Return the time remaining before the next trigger of an alarm
Syntax
Show:
Summary
Declaration
Definition
from
time.h:695
int64_t
remaining_alarm_time_us
(
alarm_id_t
alarm_id
)
;
Implemented in
time.c:533
Arguments
Argument
Description
alarm_id
the alarm
Return value
>=0 the number of microseconds before the next trigger <0 if either the given alarm is not in progress or it has passed
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out