Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
clock_monitor_event_data Struct Reference

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.

Detailed Description

Event payload delivered to the user callback.

Field Documentation

◆ events

uint32_t clock_monitor_event_data::events

Bitmask of latched CLOCK_MONITOR_EVT_* flags.

◆ measured_hz

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.


The documentation for this struct was generated from the following file: