Searched refs:COUNTER_CONFIG_INFO_COUNT_UP (Results 1 – 16 of 16) sorted by relevance
/Zephyr-Core-2.7.6/include/drivers/ |
D | counter.h | 38 #define COUNTER_CONFIG_INFO_COUNT_UP BIT(0) macro 220 return config->flags & COUNTER_CONFIG_INFO_COUNT_UP; in z_impl_counter_is_counting_up()
|
/Zephyr-Core-2.7.6/drivers/counter/ |
D | counter_native_posix.c | 13 #define DRIVER_CONFIG_INFO_FLAGS (COUNTER_CONFIG_INFO_COUNT_UP)
|
D | counter_mcux_gpt.c | 215 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_mcux_lpc_rtc.c | 233 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_mcux_lptmr.c | 210 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
|
D | counter_mcux_ctimer.c | 225 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_esp32.c | 234 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_mcux_rtc.c | 267 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
|
D | counter_gecko_rtcc.c | 376 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
|
D | counter_ll_stm32_rtc.c | 389 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
|
D | counter_sam0_tc32.c | 427 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_sam_tc.c | 376 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_nrfx_timer.c | 433 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | rtc_mcp7940n.c | 756 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | counter_nrfx_rtc.c | 693 .flags = COUNTER_CONFIG_INFO_COUNT_UP, \
|
D | maxim_ds3231.c | 1299 .flags = COUNTER_CONFIG_INFO_COUNT_UP,
|