Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.6.0/include/zephyr/drivers/
Dcounter.h44 #define COUNTER_CONFIG_INFO_COUNT_UP BIT(0) macro
262 return config->flags & COUNTER_CONFIG_INFO_COUNT_UP; in z_impl_counter_is_counting_up()
/Zephyr-Core-3.6.0/drivers/counter/
Dcounter_ambiq_timer.c187 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_esp32_rtc.c186 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_native_posix.c17 #define DRIVER_CONFIG_INFO_FLAGS (COUNTER_CONFIG_INFO_COUNT_UP)
Dcounter_mcux_lptmr.c211 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_mcux_gpt.c222 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_rpi_pico_timer.c230 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_esp32_tmr.c244 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_mcux_rtc.c272 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_nxp_s32_sys_timer.c256 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_gecko_rtcc.c370 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_mcux_snvs.c324 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_gecko_stimer.c291 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_mcux_ctimer.c297 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_smartbond_timer.c362 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_mcux_qtmr.c316 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_sam0_tc32.c431 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_sam_tc.c380 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_mcux_lpc_rtc.c242 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_ifx_cat1.c516 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_ll_stm32_rtc.c637 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_nrfx_timer.c438 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_andes_atcpit100.c483 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_gd32_timer.c515 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_ll_stm32_timer.c662 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \

12