Home
last modified time | relevance | path

Searched defs:mcux_pwt_data (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/pwm/
Dpwm_mcux_pwt.c36 struct mcux_pwt_data { struct
37 uint32_t clock_freq;
38 uint32_t period_cycles;
39 uint32_t high_overflows;
40 uint32_t low_overflows;
41 pwm_capture_callback_handler_t callback;
42 void *user_data;
43 pwt_config_t pwt_config;
44 bool continuous : 1;
45 bool inverted : 1;
[all …]