Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_hack.c118 #define IF_PER(per, nbr, post, lname) \ in nrf_hack_get_task_from_ptr() macro
127 #define IF_PER(per, nbr, post, lname) \ in nrf_hack_get_task_from_ptr()
138 IF_PER(CLOCK, , , clock) in nrf_hack_get_task_from_ptr()
139 } else IF_PER(RADIO, , , radio) in nrf_hack_get_task_from_ptr()
140 } else IF_PER(UART, 0, , uart) in nrf_hack_get_task_from_ptr()
141 } else IF_PER(UARTE, 0, , uarte) in nrf_hack_get_task_from_ptr()
142 } else IF_PER(UARTE, 1, , uarte)
143 } else IF_PER(RNG, , , rng)
144 } else IF_PER(GPIOTE, , , gpiote)
145 } else IF_PER(TIMER, 0, , timer)
[all …]