Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_mcux_qtmr.c25 struct mcux_qtmr_config { struct
27 struct counter_config_info info;
28 const struct device *clock_dev;
29 clock_control_subsys_t clock_subsys;
30 TMR_Type *base;
31 clock_name_t clock_source;
32 qtmr_channel_selection_t channel;
56 const struct mcux_qtmr_config *config = dev->config; in mcux_qtmr_timer_handler() argument