nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_802154_radio_irq_handler()

void nrf_802154_radio_irq_handler ( void  )

#include <nrf_802154/driver/include/nrf_802154_irq_handlers.h>

Handles the interrupt request from the RADIO peripheral.

Note
If NRF_802154_INTERNAL_RADIO_IRQ_HANDLING is enabled, the driver internally handles the RADIO IRQ, and this function must not be called.

This function is intended for use in an operating system environment, where the OS handles IRQ and indirectly passes it to the driver, or with a RAAL implementation that indirectly passes radio IRQ to the driver.