Home
last modified time | relevance | path

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

12

/Zephyr-latest/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()
Dcounter_native_posix.c149 if (cfg->flags & COUNTER_TOP_CFG_DONT_RESET) { in ctr_set_top_value()
Dtimer_dtmr_cmsdk_apb.c88 if (top_cfg->flags & COUNTER_TOP_CFG_DONT_RESET) { in dtmr_cmsdk_apb_set_top_value()
Dtimer_tmr_cmsdk_apb.c83 if (top_cfg->flags & COUNTER_TOP_CFG_DONT_RESET) { in tmr_cmsdk_apb_set_top_value()
Dcounter_mcux_lptmr.c82 if (cfg->flags & COUNTER_TOP_CFG_DONT_RESET) { in mcux_lptmr_set_top_value()
Dcounter_mcux_rtc.c160 if (!(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)) { in mcux_rtc_set_top_value()
Dcounter_mchp_xec.c211 if (cfg->flags & COUNTER_TOP_CFG_DONT_RESET) { in counter_xec_set_top_value()
Dcounter_mcux_tpm.c180 if (cfg->flags & COUNTER_TOP_CFG_DONT_RESET) {
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_nxp_mrt.c119 bool reset = !(cfg->flags & COUNTER_TOP_CFG_DONT_RESET); in nxp_mrt_set_top_value()
Dcounter_nxp_pit.c119 if (cfg->flags & COUNTER_TOP_CFG_DONT_RESET) { in nxp_pit_set_top_value()
Dcounter_nrfx_rtc.c473 if (!(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)) { in set_fixed_top_value()
523 if (!(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)) { in set_top_value()
Dcounter_mcux_lpc_rtc.c356 if (cfg->flags & COUNTER_TOP_CFG_DONT_RESET) { in mcux_lpc_rtc_highres_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_ifx_cat1.c270 if (!(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)) { in ifx_cat1_counter_set_top_value()
Dcounter_ll_stm32_rtc.c498 !(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)) { in rtc_stm32_set_top_value()
Dcounter_nrfx_timer.c268 if (!(cfg->flags & COUNTER_TOP_CFG_DONT_RESET)) { in set_top_value()
/Zephyr-latest/include/zephyr/drivers/
Dcounter.h62 #define COUNTER_TOP_CFG_DONT_RESET BIT(0) macro
/Zephyr-latest/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-latest/tests/drivers/counter/counter_basic_api/src/
Dtest_counter.c184 top_cfg.flags = COUNTER_TOP_CFG_DONT_RESET; in counter_tear_down_instance()
469 top_cfg.flags = COUNTER_TOP_CFG_DONT_RESET; in test_single_shot_alarm_instance()

12