Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/nrfx/hal/
Dnrf_ipc.c22 int task_nbr = (ipc_task - NRF_IPC_TASK_SEND_0)/sizeof(uint32_t); in nrf_ipc_task_trigger() local
23 nhw_IPC_regw_sideeffects_TASKS_SEND(i, task_nbr); in nrf_ipc_task_trigger()
60 int task_nbr = (task - NRF_IPC_TASK_SEND_0)/sizeof(uint32_t); in nrf_ipc_subscribe_set() local
62 nhw_IPC_regw_sideeffects_SUBSCRIBE_SEND(i, task_nbr); in nrf_ipc_subscribe_set()
72 int task_nbr = (task - NRF_IPC_TASK_SEND_0)/sizeof(uint32_t); in nrf_ipc_subscribe_clear() local
74 nhw_IPC_regw_sideeffects_SUBSCRIBE_SEND(i, task_nbr); in nrf_ipc_subscribe_clear()
Dnrf_egu.c22 int task_nbr = (egu_task - NRF_EGU_TASK_TRIGGER0)/sizeof(uint32_t); in nrf_egu_task_trigger() local
23 nhw_egu_regw_sideeffects_TASK_TRIGGER(i, task_nbr); in nrf_egu_task_trigger()
63 int task_nbr = (task - NRF_EGU_TASK_TRIGGER0)/sizeof(uint32_t); in nrf_egu_subscribe_set() local
65 nhw_egu_regw_sideeffects_SUBSCRIBE_TRIGGER(i, task_nbr); in nrf_egu_subscribe_set()
75 int task_nbr = (task - NRF_EGU_TASK_TRIGGER0)/sizeof(uint32_t); in nrf_egu_subscribe_clear() local
77 nhw_egu_regw_sideeffects_SUBSCRIBE_TRIGGER(i, task_nbr); in nrf_egu_subscribe_clear()
Dnrf_ppib.c29 int task_nbr = (task - NRF_PPIB_TASK_SEND_0)/sizeof(uint32_t); in nrf_ppib_subscribe_set() local
31 nhw_PPIB_regw_sideeffects_SUBSCRIBE_SEND(i, task_nbr); in nrf_ppib_subscribe_set()
41 int task_nbr = (task - NRF_PPIB_TASK_SEND_0)/sizeof(uint32_t); in nrf_ppib_subscribe_clear() local
43 nhw_PPIB_regw_sideeffects_SUBSCRIBE_SEND(i, task_nbr); in nrf_ppib_subscribe_clear()
Dnrf_grtc.c74 int task_nbr = (task - NRF_GRTC_TASK_CAPTURE_0)/sizeof(uint32_t); in nrf_grtc_subscribe_set() local
76 nhw_GRTC_regw_sideeffects_SUBSCRIBE_CAPTURE(0, task_nbr); in nrf_grtc_subscribe_set()
90 int task_nbr = (task - NRF_GRTC_TASK_CAPTURE_0)/sizeof(uint32_t); in nrf_grtc_subscribe_clear() local
92 nhw_GRTC_regw_sideeffects_SUBSCRIBE_CAPTURE(0, task_nbr); in nrf_grtc_subscribe_clear()
144 int task_nbr = (grtc_task - NRF_GRTC_TASK_CAPTURE_0)/sizeof(uint32_t); in nrf_grtc_task_trigger() local
145 nhw_GRTC_regw_sideeffects_TASKS_CAPTURE(inst, task_nbr); in nrf_grtc_task_trigger()
Dnrf_timer.c47 int task_nbr = (task - NRF_TIMER_TASK_CAPTURE0)/sizeof(uint32_t); in nrf_timer_task_trigger() local
48 nhw_timer_regw_sideeffects_TASKS_CAPTURE(i, task_nbr); in nrf_timer_task_trigger()
97 int task_nbr = (task - NRF_TIMER_TASK_CAPTURE0)/sizeof(uint32_t); in nrf_timer_subscribe_common() local
98 nhw_timer_regw_sideeffects_SUBSCRIBE_CAPTURE(i, task_nbr); in nrf_timer_subscribe_common()
/nrf_hw_models-3.7.0/src/HW_models/
DNHW_EGU.c152 void nhw_egu_TASK_TRIGGER(uint inst, uint task_nbr) in nhw_egu_TASK_TRIGGER() argument
154 nhw_egu_check_inst_event(inst, task_nbr, "task"); in nhw_egu_TASK_TRIGGER()
155 nhw_egu_signal_EVENTS_TRIGGERED(inst, task_nbr); in nhw_egu_TASK_TRIGGER()
210 void nhw_egu_regw_sideeffects_TASK_TRIGGER(uint inst, uint task_nbr){ in nhw_egu_regw_sideeffects_TASK_TRIGGER() argument
211 nhw_egu_check_inst_event(inst, task_nbr, "task"); in nhw_egu_regw_sideeffects_TASK_TRIGGER()
213 if (NRF_EGU_regs[inst].TASKS_TRIGGER[task_nbr] != 0) { in nhw_egu_regw_sideeffects_TASK_TRIGGER()
214 NRF_EGU_regs[inst].TASKS_TRIGGER[task_nbr] = 0; in nhw_egu_regw_sideeffects_TASK_TRIGGER()
215 nhw_egu_TASK_TRIGGER(inst, task_nbr); in nhw_egu_regw_sideeffects_TASK_TRIGGER()
DNHW_EGU.h17 void nhw_egu_regw_sideeffects_TASK_TRIGGER(uint inst, uint task_nbr);