Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_hack.c110 static void nrf_hack_get_task_from_ptr(void *task_reg, in nrf_hack_get_task_from_ptr() argument
119 if (IS_PERIPHERAL_REG(task_reg, per, nbr, post)) { \ in nrf_hack_get_task_from_ptr()
121 *task = (intptr_t)task_reg - (intptr_t)*p_reg; \ in nrf_hack_get_task_from_ptr()
128 if (IS_PERIPHERAL_REG(task_reg, per, nbr, post)) { \ in nrf_hack_get_task_from_ptr()
130 *task = (intptr_t)task_reg - (intptr_t)*p_reg; \ in nrf_hack_get_task_from_ptr()
386 void nrf_hack_trigger_task_address(void *task_reg)
394 nrf_hack_get_task_from_ptr(task_reg, &p_reg, &set_f, &clear_f, &trigger_f, &task);