nRF5 SDK v13.0.0
Data Fields
mcps_data_conf_t Struct Reference

MCPS-DATA.confirm. More...

#include <mac_mcps_data.h>

Data Fields

uint8_t msdu_handle
 
mac_status_t status
 
uint32_t timestamp
 

Detailed Description

MCPS-DATA.confirm.

The MCPS-DATA.confirm primitive reports the results of a request to transfer a data SPDU (MSDU) from a local SSCS entity to a single peer SSCS entity.

In accordance with IEEE Std 802.15.4-2006, section 7.1.1.2.

Field Documentation

uint8_t mcps_data_conf_t::msdu_handle

The handle associated with the MSDU being confirmed.

mac_status_t mcps_data_conf_t::status

The status of the last MSDU transmission.

uint32_t mcps_data_conf_t::timestamp

Optional. The time, in symbols, at which the data was transmitted (see 7.5.4.1).

The value of this parameter will be considered valid only if the value of the status parameter is SUCCESS; if the status parameter is not equal to SUCCESS, the value of the Timestamp parameter will not be used for any other purpose. The symbol boundary is described by macSyncSymbolOffset (see Table 86 in 7.4.1).

This is a 24-bit value, and the precision of this value will be a minimum of 20 bits, with the lowest 4 bits being the least significant.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated