Home
last modified time | relevance | path

Searched refs:NRFX_TIMERS_USED (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_timer.c42 #if NRFX_CHECK(NRFX_TIMER0_ENABLED) && ((1 << 0) & NRFX_TIMERS_USED)
45 #if NRFX_CHECK(NRFX_TIMER1_ENABLED) && ((1 << 1) & NRFX_TIMERS_USED)
48 #if NRFX_CHECK(NRFX_TIMER2_ENABLED) && ((1 << 2) & NRFX_TIMERS_USED)
51 #if NRFX_CHECK(NRFX_TIMER3_ENABLED) && ((1 << 3) & NRFX_TIMERS_USED)
54 #if NRFX_CHECK(NRFX_TIMER4_ENABLED) && ((1 << 4) & NRFX_TIMERS_USED)
/hal_nordic-3.6.0/nrfx/templates/
Dnrfx_glue.h331 #define NRFX_TIMERS_USED 0 macro