CC26xx Driver Library
rfc_CMD_IEEE_MOD_SRC_MATCH_s Struct Reference

IEEE 802.15.4 Enable/Disable Source Matching Entry Command. More...

#include <rf_ieee_cmd.h>

Data Fields

uint16_t commandNo
 The command ID number 0x2003. More...
 
struct {
   uint8_t   bEnable:1
 0: Disable entry
1: Enable entry More...
 
   uint8_t   srcPend:1
 New value of the pending bit for the entry. More...
 
   uint8_t   entryType:1
 0: Short address
1: Extended address More...
 
options
 
uint8_t entryNo
 Index of entry to enable or disable. More...
 

Detailed Description

IEEE 802.15.4 Enable/Disable Source Matching Entry Command.

Field Documentation

uint8_t rfc_CMD_IEEE_MOD_SRC_MATCH_s::bEnable

0: Disable entry
1: Enable entry

uint16_t rfc_CMD_IEEE_MOD_SRC_MATCH_s::commandNo

The command ID number 0x2003.

uint8_t rfc_CMD_IEEE_MOD_SRC_MATCH_s::entryNo

Index of entry to enable or disable.

uint8_t rfc_CMD_IEEE_MOD_SRC_MATCH_s::entryType

0: Short address
1: Extended address

struct { ... } rfc_CMD_IEEE_MOD_SRC_MATCH_s::options
uint8_t rfc_CMD_IEEE_MOD_SRC_MATCH_s::srcPend

New value of the pending bit for the entry.