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 and adds a timestamp to the parameter list.
time
parameter. [in] | p_data | Pointer to a buffer that contains only the payload of the received frame (PSDU without FCS). |
[in] | length | Length of the received payload. |
[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. |