Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/counter/
Dcounter_gecko_rtcc.c121 if (!(flags & COUNTER_TOP_CFG_DONT_RESET)) { in counter_gecko_set_top_value()
129 if ((flags & COUNTER_TOP_CFG_DONT_RESET) && in counter_gecko_set_top_value()
Dcounter_imx_epit.c113 !(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)); in imx_epit_set_top_value()
Dtimer_tmr_cmsdk_apb.c83 if (top_cfg->flags & COUNTER_TOP_CFG_DONT_RESET) { in tmr_cmsdk_apb_set_top_value()
Dtimer_dtmr_cmsdk_apb.c88 if (top_cfg->flags & COUNTER_TOP_CFG_DONT_RESET) { in dtmr_cmsdk_apb_set_top_value()
Dcounter_mcux_lptmr.c76 if (cfg->flags & COUNTER_TOP_CFG_DONT_RESET) { in mcux_lptmr_set_top_value()
Dcounter_mcux_pit.c96 if (cfg->flags & COUNTER_TOP_CFG_DONT_RESET) { in mcux_pit_set_top_value()
Dcounter_mcux_rtc.c160 if (!(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)) { in mcux_rtc_set_top_value()
Dcounter_mcux_lpc_rtc.c141 if (!(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)) { in mcux_lpc_rtc_set_top_value()
Dcounter_mchp_xec.c211 if (cfg->flags & COUNTER_TOP_CFG_DONT_RESET) { in counter_xec_set_top_value()
Dcounter_mcux_ctimer.c165 if (!(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)) { in mcux_lpc_ctimer_set_top_value()
Dcounter_xlnx_axi_timer.c208 if (cfg->flags & COUNTER_TOP_CFG_DONT_RESET) { in xlnx_axi_timer_set_top_value()
Dcounter_dw_timer.c175 if (top_cfg->flags & COUNTER_TOP_CFG_DONT_RESET) { in counter_dw_timer_set_top_value()
Dcounter_mcux_qtmr.c222 if ((cfg->flags & COUNTER_TOP_CFG_DONT_RESET) == 0) { in mcux_qtmr_set_top_value()
Dcounter_nrfx_rtc.c464 if (!(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)) { in set_fixed_top_value()
514 if (!(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)) { in set_top_value()
Dcounter_sam0_tc32.c262 if (top_cfg->flags & COUNTER_TOP_CFG_DONT_RESET) { in counter_sam0_tc32_set_top_value()
Dcounter_sam_tc.c241 if ((top_cfg->flags & COUNTER_TOP_CFG_DONT_RESET) != 0) { in counter_sam_tc_set_top_value()
Dcounter_ll_stm32_rtc.c463 !(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)) { in rtc_stm32_set_top_value()
Dcounter_nrfx_timer.c261 if (!(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)) { in set_top_value()
Dcounter_ifx_cat1.c270 if (!(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)) { in ifx_cat1_counter_set_top_value()
Dcounter_andes_atcpit100.c376 if (cfg->flags & COUNTER_TOP_CFG_DONT_RESET) { in atcpit100_set_top_value()
Dcounter_gd32_timer.c333 if (!(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)) { in counter_gd32_timer_set_top_value()
Dcounter_ll_stm32_timer.c326 if (!(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)) { in counter_stm32_set_top_value()
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dcounter.h60 #define COUNTER_TOP_CFG_DONT_RESET BIT(0) macro
/Zephyr-Core-3.5.0/tests/drivers/counter/maxim_ds3231_api/src/
Dtest_counter.c53 top_cfg.flags = COUNTER_TOP_CFG_DONT_RESET; in counter_tear_down_instance()
303 top_cfg.flags = COUNTER_TOP_CFG_DONT_RESET; in test_single_shot_alarm_instance()
/Zephyr-Core-3.5.0/tests/drivers/counter/counter_basic_api/src/
Dtest_counter.c150 top_cfg.flags = COUNTER_TOP_CFG_DONT_RESET; in counter_tear_down_instance()
429 top_cfg.flags = COUNTER_TOP_CFG_DONT_RESET; in test_single_shot_alarm_instance()