Searched refs:COUNTER_CONFIG_INFO_COUNT_UP (Results 1 – 25 of 28) sorted by relevance
12
/Zephyr-Core-3.6.0/include/zephyr/drivers/ |
D | counter.h | 44 #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/ |
D | counter_ambiq_timer.c | 187 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_esp32_rtc.c | 186 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
|
D | counter_native_posix.c | 17 #define DRIVER_CONFIG_INFO_FLAGS (COUNTER_CONFIG_INFO_COUNT_UP)
|
D | counter_mcux_lptmr.c | 211 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
|
D | counter_mcux_gpt.c | 222 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_rpi_pico_timer.c | 230 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_esp32_tmr.c | 244 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_mcux_rtc.c | 272 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
|
D | counter_nxp_s32_sys_timer.c | 256 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_gecko_rtcc.c | 370 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
|
D | counter_mcux_snvs.c | 324 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
|
D | counter_gecko_stimer.c | 291 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
|
D | counter_mcux_ctimer.c | 297 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_smartbond_timer.c | 362 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_mcux_qtmr.c | 316 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_sam0_tc32.c | 431 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_sam_tc.c | 380 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_mcux_lpc_rtc.c | 242 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_ifx_cat1.c | 516 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_ll_stm32_rtc.c | 637 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
|
D | counter_nrfx_timer.c | 438 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_andes_atcpit100.c | 483 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_gd32_timer.c | 515 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_ll_stm32_timer.c | 662 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
12