nrfxlib API 0.1.0
|
void nrf_802154_received_timestamp | ( | uint8_t * | p_data, |
uint8_t | length, | ||
int8_t | power, | ||
uint8_t | lqi, | ||
uint32_t | time | ||
) |
#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. |