nrfxlib API 2.8.99
|
|
extern |
#include <nrf_802154/common/include/nrf_802154_callouts.h>
Notifies that a frame was received at a given time.
This function works like nrf_802154_received_raw and adds a timestamp to the parameter list.
time
parameter.[in] | p_data | Pointer to a buffer that contains PHR and PSDU of the received frame. The first byte in the buffer is the length of the frame (PHR). The following bytes contain the frame itself (PSDU). The length byte (PHR) includes FCS. FCS is already verified by the hardware and may be modified by the hardware. |
[in] | power | RSSI of the received frame. |
[in] | lqi | LQI of the received frame. |
[in] | time | Timestamp taken when the last symbol of the frame was received, in microseconds (us), or NRF_802154_NO_TIMESTAMP if the timestamp is invalid. |