PicoSDK
watchdog_get_time_remaining_ms()
is only used within PicoSDK.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
watchdog_get_time_remaining_ms()
watchdog_get_time_remaining_ms() function
Returns the number of microseconds before the watchdog will reboot the chip. \if rp2040_specicifc On RP2040 this method returns the last value set instead of the remaining time due to a h/w bug. \endif
Syntax
Show:
Summary
Declaration
Definition
from
watchdog.h:133
uint32_t
watchdog_get_time_remaining_ms
(
void
)
;
Implemented in
watchdog.c:31
Return value
The number of microseconds before the watchdog will reboot the chip.
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