Home
last modified time | relevance | path

Searched defs:TIMER (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/samples/drivers/counter/alarm/src/
Dmain.c19 #define TIMER DT_NODELABEL(tc4) macro
21 #define TIMER DT_NODELABEL(tc0) macro
23 #define TIMER DT_NODELABEL(extrtc0) macro
25 #define TIMER DT_NODELABEL(rtc0) macro
27 #define TIMER DT_INST(0, st_stm32_counter) macro
29 #define TIMER DT_INST(0, st_stm32_rtc) macro
31 #define TIMER DT_NODELABEL(timer3) macro
33 #define TIMER DT_NODELABEL(counter0) macro
35 #define TIMER DT_INST(0, xlnx_xps_timer_1_00_a) macro
37 #define TIMER DT_NODELABEL(timer0) macro
[all …]
/Zephyr-Core-3.6.0/boards/arm/qemu_cortex_m0/
Dnrf_timer_timer.c18 #define TIMER NRF_TIMER0 macro
/Zephyr-Core-3.6.0/drivers/counter/
Dcounter_ll_stm32_timer.c631 #define TIMER(idx) DT_INST_PARENT(idx) macro