Home
last modified time | relevance | path

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

12

/Zephyr-latest/include/zephyr/drivers/
Dcounter.h46 #define COUNTER_CONFIG_INFO_COUNT_UP BIT(0) macro
264 return config->flags & COUNTER_CONFIG_INFO_COUNT_UP; in z_impl_counter_is_counting_up()
/Zephyr-latest/drivers/counter/
Dcounter_esp32_rtc.c204 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_native_sim.c23 #define DRIVER_CONFIG_INFO_FLAGS (COUNTER_CONFIG_INFO_COUNT_UP)
Dtimer_dtmr_cmsdk_apb.c180 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dtimer_tmr_cmsdk_apb.c176 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_max32_rtc.c250 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_mcux_lptmr.c187 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_mcux_gpt.c243 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_rpi_pico_timer.c235 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_gecko_rtcc.c370 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_mcux_rtc.c298 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_mcux_snvs.c324 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_ambiq_timer.c302 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_gecko_stimer.c292 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_mcux_tpm.c286 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_mcux_ctimer.c297 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_esp32_tmr.c257 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_max32_timer.c327 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_mcux_qtmr.c316 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_mcux_lpc_rtc.c242 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_sam0_tc32.c416 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_sam_tc.c380 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_nxp_s32_sys_timer.c405 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_smartbond_timer.c516 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_ll_stm32_rtc.c635 .flags = COUNTER_CONFIG_INFO_COUNT_UP,

12