nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_802154_notification_block_all_notifications()

void nrf_802154_notification_block_all_notifications ( void )

#include <nrf_802154/driver/src/nrf_802154_notification.h>

Blocks enqueuing new notifications.

The function prevents enqueuing new notifications into the notification queue.

Note
The function should be called when the driver is being reinitialized or deinitialized. Typically the function should be called before nrf_802154_notification_queue_flush.