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.5.0/drivers/counter/
Dcounter_native_posix.c16 #define DRIVER_CONFIG_INFO_FLAGS (COUNTER_CONFIG_INFO_COUNT_UP)
Dcounter_ambiq_timer.c182 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_esp32_rtc.c186 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_rpi_pico_timer.c209 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_mcux_gpt.c222 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_mcux_lptmr.c211 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_esp32_tmr.c244 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_mcux_rtc.c270 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_mcux_lpc_rtc.c242 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_mcux_snvs.c324 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_gecko_rtcc.c370 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_nxp_s32_sys_timer.c252 .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_ll_stm32_rtc.c612 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
Dcounter_nrfx_timer.c435 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
Dcounter_ifx_cat1.c516 .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.c664 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
/Zephyr-Core-3.5.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()

12