|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Event payload delivered to the user callback. More...
#include <zephyr/drivers/clock_monitor.h>
Data Fields | |
| uint32_t | events |
| Bitmask of latched CLOCK_MONITOR_EVT_* flags. | |
| uint32_t | measured_hz |
| Result of the measurement that completed with this event (Hz); valid when events & CLOCK_MONITOR_EVT_MEASURE_DONE. | |
Event payload delivered to the user callback.
| uint32_t clock_monitor_event_data::events |
Bitmask of latched CLOCK_MONITOR_EVT_* flags.
| uint32_t clock_monitor_event_data::measured_hz |
Result of the measurement that completed with this event (Hz); valid when events & CLOCK_MONITOR_EVT_MEASURE_DONE.