Microchip® Advanced Software Framework

tal_pib_tag Struct Reference

#include <tal.h>

Data Fields

uint16_t agc_settle_dur
 Settling duration of the AGC. More...
 
bool BattLifeExt
 Indication of whether battery life extension is enabled or not. More...
 
uint8_t BeaconOrder
 Beacon order. More...
 
uint32_t BeaconTxTime
 Holds the time at which last beacon was transmitted or received. More...
 
uint8_t CCAMode
 CCA Mode. More...
 
uint8_t CurrentChannel
 Current RF channel to be used for all transmissions and receptions. More...
 
uint8_t CurrentPage
 Current channel page. More...
 
uint64_t IeeeAddress
 64-bit (IEEE) address of the node. More...
 
uint8_t MaxBE
 The maximum value of the backoff exponent BE in the CSMA-CA algorithm. More...
 
uint8_t MaxCSMABackoffs
 The maximum number of back-offs the CSMA-CA algorithm will attempt before declaring a CSMA_CA failure. More...
 
uint16_t MaxFrameDuration
 Maximum number of symbols in a frame: = phySHRDuration + ceiling([aMaxPHYPacketSize + 1] x phySymbolsPerOctet) More...
 
uint8_t MaxFrameRetries
 The maximum number of retries allowed after a transmission failure. More...
 
uint8_t MinBE
 The minimum value of the backoff exponent BE in the CSMA-CA algorithm. More...
 
uint16_t PANId
 16-bit PAN ID More...
 
bool PrivatePanCoordinator
 Indicates if the node is a PAN coordinator or not. More...
 
uint16_t ShortAddress
 16-bit short address of the node. More...
 
uint8_t SHRDuration
 Duration of the synchronization header (SHR) in symbols for the current PHY. More...
 
uint8_t SuperFrameOrder
 Superframe order. More...
 
uint32_t SupportedChannels
 Supported channels. More...
 
uint8_t SymbolsPerOctet
 Number of symbols per octet for the current PHY. More...
 
uint8_t TransmitPower
 Default value of transmit power of transceiver using IEEE defined format of phyTransmitPower. More...
 

uint16_t tal_pib_tag::agc_settle_dur

Settling duration of the AGC.

bool tal_pib_tag::BattLifeExt

Indication of whether battery life extension is enabled or not.

uint8_t tal_pib_tag::BeaconOrder

Beacon order.

uint32_t tal_pib_tag::BeaconTxTime

Holds the time at which last beacon was transmitted or received.

uint8_t tal_pib_tag::CCAMode

CCA Mode.

uint8_t tal_pib_tag::CurrentChannel

Current RF channel to be used for all transmissions and receptions.

uint8_t tal_pib_tag::CurrentPage

Current channel page.

uint64_t tal_pib_tag::IeeeAddress

64-bit (IEEE) address of the node.

uint8_t tal_pib_tag::MaxBE

The maximum value of the backoff exponent BE in the CSMA-CA algorithm.

uint8_t tal_pib_tag::MaxCSMABackoffs

The maximum number of back-offs the CSMA-CA algorithm will attempt before declaring a CSMA_CA failure.

uint16_t tal_pib_tag::MaxFrameDuration

Maximum number of symbols in a frame: = phySHRDuration + ceiling([aMaxPHYPacketSize + 1] x phySymbolsPerOctet)

uint8_t tal_pib_tag::MaxFrameRetries

The maximum number of retries allowed after a transmission failure.

uint8_t tal_pib_tag::MinBE

The minimum value of the backoff exponent BE in the CSMA-CA algorithm.

uint16_t tal_pib_tag::PANId

16-bit PAN ID

bool tal_pib_tag::PrivatePanCoordinator

Indicates if the node is a PAN coordinator or not.

uint16_t tal_pib_tag::ShortAddress

16-bit short address of the node.

uint8_t tal_pib_tag::SHRDuration

Duration of the synchronization header (SHR) in symbols for the current PHY.

uint8_t tal_pib_tag::SuperFrameOrder

Superframe order.

uint32_t tal_pib_tag::SupportedChannels

Supported channels.

Legacy trx: Bit mask, whereas each bit position set indicates that the channel, corresponding to this particular bit position, is actually supported

Multi-Trx devices: Min channel: Low word of variable SupportedChannels: (uint16_t)(SupportedChannels) Max channel: High word of variable SupportedChannels: (uint16_t)(SupportedChannels >> 16)

uint8_t tal_pib_tag::SymbolsPerOctet

Number of symbols per octet for the current PHY.

uint8_t tal_pib_tag::TransmitPower

Default value of transmit power of transceiver using IEEE defined format of phyTransmitPower.