nrfxlib API 2.7.99
Loading...
Searching...
No Matches
802.15.4 driver notification

Notifications to the next higher layer triggered from the 802.15.4 radio driver. More...

Typedefs

typedef void(* nrf_802154_notification_func_t) (bool result)
 Function type used for notifications from critical sections in the core module.
 

Functions

void nrf_802154_notification_init (void)
 Initializes the notification module.
 
void nrf_802154_notify_received (uint8_t *p_data, int8_t power, uint8_t lqi)
 Notifies the next higher layer that a frame was received.
 
bool nrf_802154_notify_receive_failed (nrf_802154_rx_error_t error, uint32_t id, bool allow_drop)
 Notifies the next higher layer that the reception of a frame failed.
 
void nrf_802154_notify_transmitted (uint8_t *p_frame, nrf_802154_transmit_done_metadata_t *p_metadata)
 Notifies the next higher layer that a frame was transmitted.
 
void nrf_802154_notify_transmit_failed (uint8_t *p_frame, nrf_802154_tx_error_t error, const nrf_802154_transmit_done_metadata_t *p_metadata)
 Notifies the next higher layer that a frame was not transmitted.
 
void nrf_802154_notify_energy_detected (const nrf_802154_energy_detected_t *p_result)
 Notifies the next higher layer that the energy detection procedure ended.
 
void nrf_802154_notify_energy_detection_failed (nrf_802154_ed_error_t error)
 Notifies the next higher layer that the energy detection procedure failed.
 
void nrf_802154_notify_cca (bool is_free)
 Notifies the next higher layer that the CCA procedure ended.
 
void nrf_802154_notify_cca_failed (nrf_802154_cca_error_t error)
 Notifies the next higher layer that the CCA procedure failed.
 

Detailed Description

Notifications to the next higher layer triggered from the 802.15.4 radio driver.