Home
last modified time | relevance | path

Searched refs:ticks_gt_period (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/counter/
Dcounter_ifx_cat1.c258 bool ticks_gt_period; in ifx_cat1_counter_set_top_value() local
268 ticks_gt_period = cfg->ticks > data->counter_cfg.period; in ifx_cat1_counter_set_top_value()
272 } else if (ticks_gt_period && (cfg->flags & COUNTER_TOP_CFG_RESET_WHEN_LATE)) { in ifx_cat1_counter_set_top_value()
283 if ((ticks_gt_period == false) || in ifx_cat1_counter_set_top_value()
284 ((ticks_gt_period == true) && (cfg->flags & COUNTER_TOP_CFG_RESET_WHEN_LATE))) { in ifx_cat1_counter_set_top_value()