Searched defs:mcux_qtmr_config (Results 1 – 1 of 1) sorted by relevance
25 struct mcux_qtmr_config { struct27 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