Searched refs:NRF_802154_EGU_INSTANCE (Results 1 – 8 of 8) sorted by relevance
/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/ |
D | nrf_802154_trx_ppi.c | 92 nrf_egu_event_clear(NRF_802154_EGU_INSTANCE, EGU_EVENT); in nrf_802154_trx_ppi_for_ramp_up_set() 99 NRF_802154_EGU_INSTANCE, in nrf_802154_trx_ppi_for_ramp_up_set() 109 nrf_egu_event_address_get(NRF_802154_EGU_INSTANCE, in nrf_802154_trx_ppi_for_ramp_up_set() 123 nrf_egu_task_address_get(NRF_802154_EGU_INSTANCE, EGU_TASK)); in nrf_802154_trx_ppi_for_ramp_up_set() 129 nrf_egu_task_address_get(NRF_802154_EGU_INSTANCE, EGU_TASK)); in nrf_802154_trx_ppi_for_ramp_up_set() 141 nrf_egu_event_clear(NRF_802154_EGU_INSTANCE, EGU_EVENT); in nrf_802154_trx_ppi_for_ramp_up_reconfigure() 147 nrf_egu_task_address_get(NRF_802154_EGU_INSTANCE, EGU_TASK)); in nrf_802154_trx_ppi_for_ramp_up_reconfigure() 202 if (nrf_egu_event_check(NRF_802154_EGU_INSTANCE, EGU_EVENT)) in nrf_802154_trx_ppi_for_ramp_up_was_triggered() 242 uint32_t event_addr = nrf_egu_event_address_get(NRF_802154_EGU_INSTANCE, in nrf_802154_trx_ppi_for_fem_set() 276 nrf_egu_task_address_get(NRF_802154_EGU_INSTANCE, task)); in nrf_802154_trx_ppi_for_radio_sync_set()
|
D | nrf_802154_trx_dppi.c | 133 nrf_egu_event_clear(NRF_802154_EGU_INSTANCE, NRF_802154_EGU_RAMP_UP_EVENT); in nrf_802154_trx_ppi_for_ramp_up_set() 147 nrf_egu_publish_set(NRF_802154_EGU_INSTANCE, NRF_802154_EGU_RAMP_UP_EVENT, PPI_EGU_RAMP_UP); in nrf_802154_trx_ppi_for_ramp_up_set() 149 nrf_egu_subscribe_set(NRF_802154_EGU_INSTANCE, NRF_802154_EGU_RAMP_UP_TASK, PPI_DISABLED_EGU); in nrf_802154_trx_ppi_for_ramp_up_set() 176 nrf_egu_publish_clear(NRF_802154_EGU_INSTANCE, NRF_802154_EGU_RAMP_UP_EVENT); in nrf_802154_trx_ppi_for_ramp_up_clear() 189 nrf_egu_subscribe_clear(NRF_802154_EGU_INSTANCE, NRF_802154_EGU_RAMP_UP_TASK); in nrf_802154_trx_ppi_for_ramp_up_clear() 219 if (nrf_egu_event_check(NRF_802154_EGU_INSTANCE, NRF_802154_EGU_RAMP_UP_EVENT)) in nrf_802154_trx_ppi_for_ramp_up_was_triggered() 285 nrf_egu_subscribe_set(NRF_802154_EGU_INSTANCE, task, PPI_RADIO_SYNC_EGU_SYNC); in nrf_802154_trx_ppi_for_radio_sync_set() 297 nrf_egu_subscribe_clear(NRF_802154_EGU_INSTANCE, task); in nrf_802154_trx_ppi_for_radio_sync_clear()
|
D | nrf_802154_notification_swi.c | 279 nrf_egu_task_trigger(NRF_802154_EGU_INSTANCE, NTF_TASK); in ntf_exit() 572 nrf_egu_int_enable(NRF_802154_EGU_INSTANCE, NTF_INT); in nrf_802154_notification_init() 783 if (nrf_egu_event_check(NRF_802154_EGU_INSTANCE, NTF_EVENT)) in nrf_802154_notification_swi_irq_handler() 785 nrf_egu_event_clear(NRF_802154_EGU_INSTANCE, NTF_EVENT); in nrf_802154_notification_swi_irq_handler()
|
D | nrf_802154_trx.c | 754 nrf_egu_int_disable(NRF_802154_EGU_INSTANCE, EGU_SYNC_INTMASK); in nrf_802154_trx_disable() 755 nrf_egu_event_clear(NRF_802154_EGU_INSTANCE, EGU_SYNC_EVENT); in nrf_802154_trx_disable() 1096 nrf_egu_event_clear(NRF_802154_EGU_INSTANCE, EGU_SYNC_EVENT); in nrf_802154_trx_receive_frame() 1097 nrf_egu_int_enable(NRF_802154_EGU_INSTANCE, EGU_SYNC_INTMASK); in nrf_802154_trx_receive_frame() 1513 nrf_egu_int_disable(NRF_802154_EGU_INSTANCE, EGU_SYNC_INTMASK); in rxframe_finish_disable_ints() 2506 if (nrf_egu_int_enable_check(NRF_802154_EGU_INSTANCE, EGU_SYNC_INTMASK) && in nrf_802154_radio_irq_handler() 2510 nrf_egu_event_clear(NRF_802154_EGU_INSTANCE, EGU_SYNC_EVENT); in nrf_802154_radio_irq_handler() 2620 if (nrf_egu_int_enable_check(NRF_802154_EGU_INSTANCE, EGU_SYNC_INTMASK) && in nrf_802154_trx_swi_irq_handler() 2621 nrf_egu_event_check(NRF_802154_EGU_INSTANCE, EGU_SYNC_EVENT)) in nrf_802154_trx_swi_irq_handler() 2623 nrf_egu_event_clear(NRF_802154_EGU_INSTANCE, EGU_SYNC_EVENT); in nrf_802154_trx_swi_irq_handler()
|
D | nrf_802154_peripherals_nrf53.h | 72 #define NRF_802154_EGU_INSTANCE NRFX_CONCAT_2(NRF_EGU, NRF_802154_EGU_INSTANCE_NO) macro
|
D | nrf_802154_peripherals_nrf52.h | 74 #define NRF_802154_EGU_INSTANCE NRFX_CONCAT_2(NRF_EGU, NRF_802154_EGU_INSTANCE_NO) macro
|
D | nrf_802154_request_swi.c | 267 nrf_egu_task_trigger(NRF_802154_EGU_INSTANCE, REQ_TASK); in req_exit() 659 nrf_egu_int_enable(NRF_802154_EGU_INSTANCE, REQ_INT); in nrf_802154_request_init() 931 if (nrf_egu_event_check(NRF_802154_EGU_INSTANCE, REQ_EVENT)) in nrf_802154_request_swi_irq_handler() 933 nrf_egu_event_clear(NRF_802154_EGU_INSTANCE, REQ_EVENT); in nrf_802154_request_swi_irq_handler()
|
/hal_nordic-3.4.0/drivers/nrf_802154/sl/include/ |
D | nrf_802154_sl_periphs.h | 69 #define NRF_802154_EGU_INSTANCE NRFX_CONCAT_2(NRF_EGU, NRF_802154_EGU_INSTANCE_NO) macro
|