#include <nwk.h>
Data Fields | |
uint16_t | addr |
bool(* | endpoint [NWK_ENDPOINTS_AMOUNT])(NWK_DataInd_t *ind) |
uint32_t | key [4] |
uint16_t | lock |
uint8_t | macSeqNum |
uint8_t | nwkSeqNum |
uint16_t | panId |
uint16_t NwkIb_t::addr |
bool(* NwkIb_t::endpoint[NWK_ENDPOINTS_AMOUNT])(NWK_DataInd_t *ind) |
Referenced by NWK_Init(), NWK_OpenEndpoint(), and nwkRxIndicateFrame().
uint32_t NwkIb_t::key[4] |
Referenced by NWK_SetSecurityKey(), and nwkSecurityTaskHandler().
uint16_t NwkIb_t::lock |
Referenced by NWK_Busy(), NWK_DataReq(), NWK_Init(), NWK_Lock(), NWK_Unlock(), nwkDataReqConfirm(), nwkFrameAlloc(), nwkFrameFree(), nwkTxTaskHandler(), and PHY_DataConf().
uint8_t NwkIb_t::macSeqNum |
Referenced by NWK_Init(), nwkTxBroadcastFrame(), and nwkTxFrame().
uint8_t NwkIb_t::nwkSeqNum |
Referenced by NWK_Init(), nwkDataReqSendFrame(), and nwkFrameCommandInit().
uint16_t NwkIb_t::panId |
Referenced by NWK_SetPanId(), and nwkTxFrame().