Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_native_posix.c151 if (cfg->flags & COUNTER_TOP_CFG_RESET_WHEN_LATE) { in ctr_set_top_value()
Dcounter_ifx_cat1.c272 } else if (ticks_gt_period && (cfg->flags & COUNTER_TOP_CFG_RESET_WHEN_LATE)) { 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()
Dcounter_gecko_rtcc.c132 if (flags & COUNTER_TOP_CFG_RESET_WHEN_LATE) { in counter_gecko_set_top_value()
Dcounter_mchp_xec.c215 if (cfg->flags & COUNTER_TOP_CFG_RESET_WHEN_LATE) { in counter_xec_set_top_value()
Dcounter_mcux_ctimer.c168 if (cfg->flags & COUNTER_TOP_CFG_RESET_WHEN_LATE) { in mcux_lpc_ctimer_set_top_value()
Dcounter_xlnx_axi_timer.c211 if (cfg->flags & COUNTER_TOP_CFG_RESET_WHEN_LATE) { in xlnx_axi_timer_set_top_value()
Dcounter_nxp_mrt.c148 reset |= cfg->flags & COUNTER_TOP_CFG_RESET_WHEN_LATE; in nxp_mrt_set_top_value()
Dcounter_sam0_tc32.c269 if (top_cfg->flags & COUNTER_TOP_CFG_RESET_WHEN_LATE) { in counter_sam0_tc32_set_top_value()
Dcounter_sam_tc.c244 if ((top_cfg->flags & COUNTER_TOP_CFG_RESET_WHEN_LATE) != 0) { in counter_sam_tc_set_top_value()
Dcounter_nrfx_timer.c272 if (cfg->flags & COUNTER_TOP_CFG_RESET_WHEN_LATE) { in set_top_value()
Dcounter_andes_atcpit100.c387 if (cfg->flags & COUNTER_TOP_CFG_RESET_WHEN_LATE) { in atcpit100_set_top_value()
Dcounter_gd32_timer.c337 if (cfg->flags & COUNTER_TOP_CFG_RESET_WHEN_LATE) { in counter_gd32_timer_set_top_value()
Dcounter_ll_stm32_timer.c324 if (cfg->flags & COUNTER_TOP_CFG_RESET_WHEN_LATE) { in counter_stm32_set_top_value()
Dcounter_nrfx_rtc.c527 if (cfg->flags & COUNTER_TOP_CFG_RESET_WHEN_LATE) { in set_top_value()
/Zephyr-latest/include/zephyr/drivers/
Dcounter.h70 #define COUNTER_TOP_CFG_RESET_WHEN_LATE BIT(1) macro