rflib
Data Fields
rfc_CMD_PROP_RX_ADV_SNIFF_s Struct Reference

Proprietary Mode Advanced Receive Command with Sniff Mode. More...

#include <rf_prop_cmd.h>

Collaboration diagram for rfc_CMD_PROP_RX_ADV_SNIFF_s:
Collaboration graph
[legend]

Data Fields

uint16_t commandNo
 The command ID number 0x3809. More...
 
uint16_t status
 An integer telling the status of the command. This value is updated by the radio CPU during operation and may be read by the system CPU at any time. More...
 
rfc_radioOp_tpNextOp
 Pointer to the next operation to run after this operation is done. More...
 
ratmr_t startTime
 Absolute or relative start time (depending on the value of startTrigger) More...
 
struct {
   uint8_t   triggerType:4
 The type of trigger. More...
 
   uint8_t   bEnaCmd:1
 0: No alternative trigger command
1: CMD_TRIGGER can be used as an alternative trigger More...
 
   uint8_t   triggerNo:2
 The trigger number of the CMD_TRIGGER command that triggers this action. More...
 
   uint8_t   pastTrig:1
 0: A trigger in the past is never triggered, or for start of commands, give an error
1: A trigger in the past is triggered as soon as possible More...
 
startTrigger
 Identification of the trigger that starts the operation. More...
 
struct {
   uint8_t   rule:4
 Condition for running next command: Rule for how to proceed. More...
 
   uint8_t   nSkip:4
 Number of skips + 1 if the rule involves skipping. 0: same, 1: next, 2: skip next, ... More...
 
condition
 
struct {
   uint8_t   bFsOff:1
 0: Keep frequency synth on after command
1: Turn frequency synth off after command More...
 
   uint8_t   bRepeatOk:1
 0: End operation after receiving a packet correctly
1: Go back to sync search after receiving a packet correctly More...
 
   uint8_t   bRepeatNok:1
 0: End operation after receiving a packet with CRC error
1: Go back to sync search after receiving a packet with CRC error More...
 
   uint8_t   bUseCrc:1
 0: Do not check CRC
1: Check CRC More...
 
   uint8_t   bCrcIncSw:1
 0: Do not include sync word in CRC calculation
1: Include sync word in CRC calculation More...
 
   uint8_t   bCrcIncHdr:1
 0: Do not include header in CRC calculation
1: Include header in CRC calculation More...
 
   uint8_t   endType:1
 0: Packet is received to the end if end trigger happens after sync is obtained
1: Packet reception is stopped if end trigger happens More...
 
   uint8_t   filterOp:1
 0: Stop receiver and restart sync search on address mismatch
1: Receive packet and mark it as ignored on address mismatch More...
 
pktConf
 
struct {
   uint8_t   bAutoFlushIgnored:1
 If 1, automatically discard ignored packets from RX queue. More...
 
   uint8_t   bAutoFlushCrcErr:1
 If 1, automatically discard packets with CRC error from RX queue. More...
 
   uint8_t   __pad0__:1
 
   uint8_t   bIncludeHdr:1
 If 1, include the received header or length byte in the stored packet; otherwise discard it. More...
 
   uint8_t   bIncludeCrc:1
 If 1, include the received CRC field in the stored packet; otherwise discard it. More...
 
   uint8_t   bAppendRssi:1
 If 1, append an RSSI byte to the packet in the RX queue. More...
 
   uint8_t   bAppendTimestamp:1
 If 1, append a timestamp to the packet in the RX queue. More...
 
   uint8_t   bAppendStatus:1
 If 1, append a status byte to the packet in the RX queue. More...
 
rxConf
 RX configuration. More...
 
uint32_t syncWord0
 Sync word to listen for. More...
 
uint32_t syncWord1
 Alternative sync word if non-zero. More...
 
uint16_t maxPktLen
 Packet length for fixed length, maximum packet length for variable length
0: Unlimited or unknown length. More...
 
struct {
   uint16_t   numHdrBits:6
 Number of bits in header (0–32) More...
 
   uint16_t   lenPos:5
 Position of length field in header (0–31) More...
 
   uint16_t   numLenBits:5
 Number of bits in length field (0–16) More...
 
hdrConf
 
struct {
   uint16_t   addrType:1
 0: Address after header
1: Address in header More...
 
   uint16_t   addrSize:5
 If addrType = 0: Address size in bytes
If addrType = 1: Address size in bits. More...
 
   uint16_t   addrPos:5
 If addrType = 1: Bit position of address in header
If addrType = 0: Non-zero to extend address with sync word identifier. More...
 
   uint16_t   numAddr:5
 Number of addresses in address list. More...
 
addrConf
 
int8_t lenOffset
 Signed value to add to length field. More...
 
struct {
   uint8_t   triggerType:4
 The type of trigger. More...
 
   uint8_t   bEnaCmd:1
 0: No alternative trigger command
1: CMD_TRIGGER can be used as an alternative trigger More...
 
   uint8_t   triggerNo:2
 The trigger number of the CMD_TRIGGER command that triggers this action. More...
 
   uint8_t   pastTrig:1
 0: A trigger in the past is never triggered, or for start of commands, give an error
1: A trigger in the past is triggered as soon as possible More...
 
endTrigger
 Trigger classifier for ending the operation. More...
 
ratmr_t endTime
 Time used together with endTrigger for ending the operation. More...
 
uint8_t * pAddr
 Pointer to address list. More...
 
dataQueue_tpQueue
 Pointer to receive queue. More...
 
uint8_t * pOutput
 Pointer to output structure. More...
 
struct {
   uint8_t   bEnaRssi:1
 If 1, enable RSSI as a criterion. More...
 
   uint8_t   bEnaCorr:1
 If 1, enable correlation as a criterion. More...
 
   uint8_t   operation:1
 0: Busy if either RSSI or correlation indicates Busy
1: Busy if both RSSI and correlation indicates Busy More...
 
   uint8_t   busyOp:1
 0: Continue carrier sense on channel Busy
1: End carrier sense on channel Busy
For an RX command, the receiver will continue when carrier sense ends, but it will then not end if channel goes Idle More...
 
   uint8_t   idleOp:1
 0: Continue on channel Idle
1: End on channel Idle More...
 
   uint8_t   timeoutRes:1
 0: Timeout with channel state Invalid treated as Busy
1: Timeout with channel state Invalid treated as Idle More...
 
csConf
 
int8_t rssiThr
 RSSI threshold. More...
 
uint8_t numRssiIdle
 Number of consecutive RSSI measurements below the threshold needed before the channel is declared Idle. More...
 
uint8_t numRssiBusy
 Number of consecutive RSSI measurements above the threshold needed before the channel is declared Busy. More...
 
uint16_t corrPeriod
 Number of RAT ticks for a correlation observation periods. More...
 
struct {
   uint8_t   numCorrInv:4
 Number of subsequent correlation tops with maximum corrPeriod RAT ticks between them needed to go from Idle to Invalid. More...
 
   uint8_t   numCorrBusy:4
 Number of subsequent correlation tops with maximum corrPeriod RAT ticks between them needed to go from Invalid to Busy. More...
 
corrConfig
 
struct {
   uint8_t   triggerType:4
 The type of trigger. More...
 
   uint8_t   bEnaCmd:1
 0: No alternative trigger command
1: CMD_TRIGGER can be used as an alternative trigger More...
 
   uint8_t   triggerNo:2
 The trigger number of the CMD_TRIGGER command that triggers this action. More...
 
   uint8_t   pastTrig:1
 0: A trigger in the past is never triggered, or for start of commands, give an error
1: A trigger in the past is triggered as soon as possible More...
 
csEndTrigger
 Trigger classifier for ending the carrier sense. More...
 
ratmr_t csEndTime
 Time used together with csEndTrigger for ending the operation. More...
 
struct {
   uint8_t   triggerType:4
 The type of trigger. More...
 
   uint8_t   bEnaCmd:1
 0: No alternative trigger command
1: CMD_TRIGGER can be used as an alternative trigger More...
 
   uint8_t   triggerNo:2
 The trigger number of the CMD_TRIGGER command that triggers this action. More...
 
   uint8_t   pastTrig:1
 0: A trigger in the past is never triggered, or for start of commands, give an error
1: A trigger in the past is triggered as soon as possible More...
 
startTrigger
 Identification of the trigger that starts the operation. More...
 
struct {
   uint8_t   rule:4
 Condition for running next command: Rule for how to proceed. More...
 
   uint8_t   nSkip:4
 Number of skips + 1 if the rule involves skipping. 0: same, 1: next, 2: skip next, ... More...
 
condition
 
struct {
   uint8_t   bFsOff:1
 0: Keep frequency synth on after command
1: Turn frequency synth off after command More...
 
   uint8_t   bRepeatOk:1
 0: End operation after receiving a packet correctly
1: Go back to sync search after receiving a packet correctly More...
 
   uint8_t   bRepeatNok:1
 0: End operation after receiving a packet with CRC error
1: Go back to sync search after receiving a packet with CRC error More...
 
   uint8_t   bUseCrc:1
 0: Do not check CRC
1: Check CRC More...
 
   uint8_t   bCrcIncSw:1
 0: Do not include sync word in CRC calculation
1: Include sync word in CRC calculation More...
 
   uint8_t   bCrcIncHdr:1
 0: Do not include header in CRC calculation
1: Include header in CRC calculation More...
 
   uint8_t   endType:1
 0: Packet is received to the end if end trigger happens after sync is obtained
1: Packet reception is stopped if end trigger happens More...
 
   uint8_t   filterOp:1
 0: Stop receiver and restart sync search on address mismatch
1: Receive packet and mark it as ignored on address mismatch More...
 
pktConf
 
struct {
   uint8_t   bAutoFlushIgnored:1
 If 1, automatically discard ignored packets from RX queue. More...
 
   uint8_t   bAutoFlushCrcErr:1
 If 1, automatically discard packets with CRC error from RX queue. More...
 
   uint8_t   __pad0__:1
 
   uint8_t   bIncludeHdr:1
 If 1, include the received header or length byte in the stored packet; otherwise discard it. More...
 
   uint8_t   bIncludeCrc:1
 If 1, include the received CRC field in the stored packet; otherwise discard it. More...
 
   uint8_t   bAppendRssi:1
 If 1, append an RSSI byte to the packet in the RX queue. More...
 
   uint8_t   bAppendTimestamp:1
 If 1, append a timestamp to the packet in the RX queue. More...
 
   uint8_t   bAppendStatus:1
 If 1, append a status byte to the packet in the RX queue. More...
 
rxConf
 RX configuration. More...
 
struct {
   uint16_t   numHdrBits:6
 Number of bits in header (0–32) More...
 
   uint16_t   lenPos:5
 Position of length field in header (0–31) More...
 
   uint16_t   numLenBits:5
 Number of bits in length field (0–16) More...
 
hdrConf
 
struct {
   uint16_t   addrType:1
 0: Address after header
1: Address in header More...
 
   uint16_t   addrSize:5
 If addrType = 0: Address size in bytes
If addrType = 1: Address size in bits. More...
 
   uint16_t   addrPos:5
 If addrType = 1: Bit position of address in header
If addrType = 0: Non-zero to extend address with sync word identifier. More...
 
   uint16_t   numAddr:5
 Number of addresses in address list. More...
 
addrConf
 
struct {
   uint8_t   triggerType:4
 The type of trigger. More...
 
   uint8_t   bEnaCmd:1
 0: No alternative trigger command
1: CMD_TRIGGER can be used as an alternative trigger More...
 
   uint8_t   triggerNo:2
 The trigger number of the CMD_TRIGGER command that triggers this action. More...
 
   uint8_t   pastTrig:1
 0: A trigger in the past is never triggered, or for start of commands, give an error
1: A trigger in the past is triggered as soon as possible More...
 
endTrigger
 Trigger classifier for ending the operation. More...
 
struct {
   uint8_t   bEnaRssi:1
 If 1, enable RSSI as a criterion. More...
 
   uint8_t   bEnaCorr:1
 If 1, enable correlation as a criterion. More...
 
   uint8_t   operation:1
 0: Busy if either RSSI or correlation indicates Busy
1: Busy if both RSSI and correlation indicates Busy More...
 
   uint8_t   busyOp:1
 0: Continue carrier sense on channel Busy
1: End carrier sense on channel Busy
For an RX command, the receiver will continue when carrier sense ends, but it will then not end if channel goes Idle More...
 
   uint8_t   idleOp:1
 0: Continue on channel Idle
1: End on channel Idle More...
 
   uint8_t   timeoutRes:1
 0: Timeout with channel state Invalid treated as Busy
1: Timeout with channel state Invalid treated as Idle More...
 
csConf
 
struct {
   uint8_t   numCorrInv:4
 Number of subsequent correlation tops with maximum corrPeriod RAT ticks between them needed to go from Idle to Invalid. More...
 
   uint8_t   numCorrBusy:4
 Number of subsequent correlation tops with maximum corrPeriod RAT ticks between them needed to go from Invalid to Busy. More...
 
corrConfig
 
struct {
   uint8_t   triggerType:4
 The type of trigger. More...
 
   uint8_t   bEnaCmd:1
 0: No alternative trigger command
1: CMD_TRIGGER can be used as an alternative trigger More...
 
   uint8_t   triggerNo:2
 The trigger number of the CMD_TRIGGER command that triggers this action. More...
 
   uint8_t   pastTrig:1
 0: A trigger in the past is never triggered, or for start of commands, give an error
1: A trigger in the past is triggered as soon as possible More...
 
csEndTrigger
 Trigger classifier for ending the carrier sense. More...
 
struct {
   uint8_t   triggerType:4
 The type of trigger. More...
 
   uint8_t   bEnaCmd:1
 0: No alternative trigger command
1: CMD_TRIGGER can be used as an alternative trigger More...
 
   uint8_t   triggerNo:2
 The trigger number of the CMD_TRIGGER command that triggers this action. More...
 
   uint8_t   pastTrig:1
 0: A trigger in the past is never triggered, or for start of commands, give an error
1: A trigger in the past is triggered as soon as possible More...
 
startTrigger
 Identification of the trigger that starts the operation. More...
 
struct {
   uint8_t   rule:4
 Condition for running next command: Rule for how to proceed. More...
 
   uint8_t   nSkip:4
 Number of skips + 1 if the rule involves skipping. 0: same, 1: next, 2: skip next, ... More...
 
condition
 
struct {
   uint8_t   bFsOff:1
 0: Keep frequency synth on after command
1: Turn frequency synth off after command More...
 
   uint8_t   bRepeatOk:1
 0: End operation after receiving a packet correctly
1: Go back to sync search after receiving a packet correctly More...
 
   uint8_t   bRepeatNok:1
 0: End operation after receiving a packet with CRC error
1: Go back to sync search after receiving a packet with CRC error More...
 
   uint8_t   bUseCrc:1
 0: Do not check CRC
1: Check CRC More...
 
   uint8_t   bCrcIncSw:1
 0: Do not include sync word in CRC calculation
1: Include sync word in CRC calculation More...
 
   uint8_t   bCrcIncHdr:1
 0: Do not include header in CRC calculation
1: Include header in CRC calculation More...
 
   uint8_t   endType:1
 0: Packet is received to the end if end trigger happens after sync is obtained
1: Packet reception is stopped if end trigger happens More...
 
   uint8_t   filterOp:1
 0: Stop receiver and restart sync search on address mismatch
1: Receive packet and mark it as ignored on address mismatch More...
 
pktConf
 
struct {
   uint8_t   bAutoFlushIgnored:1
 If 1, automatically discard ignored packets from RX queue. More...
 
   uint8_t   bAutoFlushCrcErr:1
 If 1, automatically discard packets with CRC error from RX queue. More...
 
   uint8_t   __pad0__:1
 
   uint8_t   bIncludeHdr:1
 If 1, include the received header or length byte in the stored packet; otherwise discard it. More...
 
   uint8_t   bIncludeCrc:1
 If 1, include the received CRC field in the stored packet; otherwise discard it. More...
 
   uint8_t   bAppendRssi:1
 If 1, append an RSSI byte to the packet in the RX queue. More...
 
   uint8_t   bAppendTimestamp:1
 If 1, append a timestamp to the packet in the RX queue. More...
 
   uint8_t   bAppendStatus:1
 If 1, append a status byte to the packet in the RX queue. More...
 
rxConf
 RX configuration. More...
 
struct {
   uint16_t   numHdrBits:6
 Number of bits in header (0–32) More...
 
   uint16_t   lenPos:5
 Position of length field in header (0–31) More...
 
   uint16_t   numLenBits:5
 Number of bits in length field (0–16) More...
 
hdrConf
 
struct {
   uint16_t   addrType:1
 0: Address after header
1: Address in header More...
 
   uint16_t   addrSize:5
 If addrType = 0: Address size in bytes
If addrType = 1: Address size in bits. More...
 
   uint16_t   addrPos:5
 If addrType = 1: Bit position of address in header
If addrType = 0: Non-zero to extend address with sync word identifier. More...
 
   uint16_t   numAddr:5
 Number of addresses in address list. More...
 
addrConf
 
struct {
   uint8_t   triggerType:4
 The type of trigger. More...
 
   uint8_t   bEnaCmd:1
 0: No alternative trigger command
1: CMD_TRIGGER can be used as an alternative trigger More...
 
   uint8_t   triggerNo:2
 The trigger number of the CMD_TRIGGER command that triggers this action. More...
 
   uint8_t   pastTrig:1
 0: A trigger in the past is never triggered, or for start of commands, give an error
1: A trigger in the past is triggered as soon as possible More...
 
endTrigger
 Trigger classifier for ending the operation. More...
 
struct {
   uint8_t   bEnaRssi:1
 If 1, enable RSSI as a criterion. More...
 
   uint8_t   bEnaCorr:1
 If 1, enable correlation as a criterion. More...
 
   uint8_t   operation:1
 0: Busy if either RSSI or correlation indicates Busy
1: Busy if both RSSI and correlation indicates Busy More...
 
   uint8_t   busyOp:1
 0: Continue carrier sense on channel Busy
1: End carrier sense on channel Busy
For an RX command, the receiver will continue when carrier sense ends, but it will then not end if channel goes Idle More...
 
   uint8_t   idleOp:1
 0: Continue on channel Idle
1: End on channel Idle More...
 
   uint8_t   timeoutRes:1
 0: Timeout with channel state Invalid treated as Busy
1: Timeout with channel state Invalid treated as Idle More...
 
csConf
 
struct {
   uint8_t   numCorrInv:4
 Number of subsequent correlation tops with maximum corrPeriod RAT ticks between them needed to go from Idle to Invalid. More...
 
   uint8_t   numCorrBusy:4
 Number of subsequent correlation tops with maximum corrPeriod RAT ticks between them needed to go from Invalid to Busy. More...
 
corrConfig
 
struct {
   uint8_t   triggerType:4
 The type of trigger. More...
 
   uint8_t   bEnaCmd:1
 0: No alternative trigger command
1: CMD_TRIGGER can be used as an alternative trigger More...
 
   uint8_t   triggerNo:2
 The trigger number of the CMD_TRIGGER command that triggers this action. More...
 
   uint8_t   pastTrig:1
 0: A trigger in the past is never triggered, or for start of commands, give an error
1: A trigger in the past is triggered as soon as possible More...
 
csEndTrigger
 Trigger classifier for ending the carrier sense. More...
 

Detailed Description

Proprietary Mode Advanced Receive Command with Sniff Mode.

Field Documentation

§ commandNo

uint16_t rfc_CMD_PROP_RX_ADV_SNIFF_s::commandNo

The command ID number 0x3809.

§ status

uint16_t rfc_CMD_PROP_RX_ADV_SNIFF_s::status

An integer telling the status of the command. This value is updated by the radio CPU during operation and may be read by the system CPU at any time.

§ pNextOp

rfc_radioOp_t * rfc_CMD_PROP_RX_ADV_SNIFF_s::pNextOp

Pointer to the next operation to run after this operation is done.

§ startTime

ratmr_t rfc_CMD_PROP_RX_ADV_SNIFF_s::startTime

Absolute or relative start time (depending on the value of startTrigger)

§ triggerType

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::triggerType

The type of trigger.

§ bEnaCmd

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::bEnaCmd

0: No alternative trigger command
1: CMD_TRIGGER can be used as an alternative trigger

§ triggerNo

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::triggerNo

The trigger number of the CMD_TRIGGER command that triggers this action.

§ pastTrig

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::pastTrig

0: A trigger in the past is never triggered, or for start of commands, give an error
1: A trigger in the past is triggered as soon as possible

§ startTrigger [1/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::startTrigger

Identification of the trigger that starts the operation.

§ rule

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::rule

Condition for running next command: Rule for how to proceed.

§ nSkip

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::nSkip

Number of skips + 1 if the rule involves skipping. 0: same, 1: next, 2: skip next, ...

§ condition [1/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::condition

§ bFsOff

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::bFsOff

0: Keep frequency synth on after command
1: Turn frequency synth off after command

§ bRepeatOk

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::bRepeatOk

0: End operation after receiving a packet correctly
1: Go back to sync search after receiving a packet correctly

§ bRepeatNok

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::bRepeatNok

0: End operation after receiving a packet with CRC error
1: Go back to sync search after receiving a packet with CRC error

§ bUseCrc

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::bUseCrc

0: Do not check CRC
1: Check CRC

§ bCrcIncSw

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::bCrcIncSw

0: Do not include sync word in CRC calculation
1: Include sync word in CRC calculation

§ bCrcIncHdr

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::bCrcIncHdr

0: Do not include header in CRC calculation
1: Include header in CRC calculation

§ endType

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::endType

0: Packet is received to the end if end trigger happens after sync is obtained
1: Packet reception is stopped if end trigger happens

§ filterOp

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::filterOp

0: Stop receiver and restart sync search on address mismatch
1: Receive packet and mark it as ignored on address mismatch

§ pktConf [1/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::pktConf

§ bAutoFlushIgnored

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::bAutoFlushIgnored

If 1, automatically discard ignored packets from RX queue.

§ bAutoFlushCrcErr

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::bAutoFlushCrcErr

If 1, automatically discard packets with CRC error from RX queue.

§ __pad0__

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::__pad0__

§ bIncludeHdr

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::bIncludeHdr

If 1, include the received header or length byte in the stored packet; otherwise discard it.

§ bIncludeCrc

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::bIncludeCrc

If 1, include the received CRC field in the stored packet; otherwise discard it.

§ bAppendRssi

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::bAppendRssi

If 1, append an RSSI byte to the packet in the RX queue.

§ bAppendTimestamp

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::bAppendTimestamp

If 1, append a timestamp to the packet in the RX queue.

§ bAppendStatus

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::bAppendStatus

If 1, append a status byte to the packet in the RX queue.

§ rxConf [1/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::rxConf

RX configuration.

§ syncWord0

uint32_t rfc_CMD_PROP_RX_ADV_SNIFF_s::syncWord0

Sync word to listen for.

§ syncWord1

uint32_t rfc_CMD_PROP_RX_ADV_SNIFF_s::syncWord1

Alternative sync word if non-zero.

§ maxPktLen

uint16_t rfc_CMD_PROP_RX_ADV_SNIFF_s::maxPktLen

Packet length for fixed length, maximum packet length for variable length
0: Unlimited or unknown length.

§ numHdrBits

uint16_t rfc_CMD_PROP_RX_ADV_SNIFF_s::numHdrBits

Number of bits in header (0–32)

§ lenPos

uint16_t rfc_CMD_PROP_RX_ADV_SNIFF_s::lenPos

Position of length field in header (0–31)

§ numLenBits

uint16_t rfc_CMD_PROP_RX_ADV_SNIFF_s::numLenBits

Number of bits in length field (0–16)

§ hdrConf [1/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::hdrConf

§ addrType

uint16_t rfc_CMD_PROP_RX_ADV_SNIFF_s::addrType

0: Address after header
1: Address in header

§ addrSize

uint16_t rfc_CMD_PROP_RX_ADV_SNIFF_s::addrSize

If addrType = 0: Address size in bytes
If addrType = 1: Address size in bits.

§ addrPos

uint16_t rfc_CMD_PROP_RX_ADV_SNIFF_s::addrPos

If addrType = 1: Bit position of address in header
If addrType = 0: Non-zero to extend address with sync word identifier.

§ numAddr

uint16_t rfc_CMD_PROP_RX_ADV_SNIFF_s::numAddr

Number of addresses in address list.

§ addrConf [1/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::addrConf

§ lenOffset

int8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::lenOffset

Signed value to add to length field.

§ endTrigger [1/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::endTrigger

Trigger classifier for ending the operation.

§ endTime

ratmr_t rfc_CMD_PROP_RX_ADV_SNIFF_s::endTime

Time used together with endTrigger for ending the operation.

§ pAddr

uint8_t * rfc_CMD_PROP_RX_ADV_SNIFF_s::pAddr

Pointer to address list.

§ pQueue

dataQueue_t * rfc_CMD_PROP_RX_ADV_SNIFF_s::pQueue

Pointer to receive queue.

§ pOutput

uint8_t * rfc_CMD_PROP_RX_ADV_SNIFF_s::pOutput

Pointer to output structure.

§ bEnaRssi

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::bEnaRssi

If 1, enable RSSI as a criterion.

§ bEnaCorr

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::bEnaCorr

If 1, enable correlation as a criterion.

§ operation

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::operation

0: Busy if either RSSI or correlation indicates Busy
1: Busy if both RSSI and correlation indicates Busy

§ busyOp

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::busyOp

0: Continue carrier sense on channel Busy
1: End carrier sense on channel Busy
For an RX command, the receiver will continue when carrier sense ends, but it will then not end if channel goes Idle

§ idleOp

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::idleOp

0: Continue on channel Idle
1: End on channel Idle

§ timeoutRes

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::timeoutRes

0: Timeout with channel state Invalid treated as Busy
1: Timeout with channel state Invalid treated as Idle

§ csConf [1/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::csConf

§ rssiThr

int8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::rssiThr

RSSI threshold.

§ numRssiIdle

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::numRssiIdle

Number of consecutive RSSI measurements below the threshold needed before the channel is declared Idle.

§ numRssiBusy

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::numRssiBusy

Number of consecutive RSSI measurements above the threshold needed before the channel is declared Busy.

§ corrPeriod

uint16_t rfc_CMD_PROP_RX_ADV_SNIFF_s::corrPeriod

Number of RAT ticks for a correlation observation periods.

§ numCorrInv

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::numCorrInv

Number of subsequent correlation tops with maximum corrPeriod RAT ticks between them needed to go from Idle to Invalid.

§ numCorrBusy

uint8_t rfc_CMD_PROP_RX_ADV_SNIFF_s::numCorrBusy

Number of subsequent correlation tops with maximum corrPeriod RAT ticks between them needed to go from Invalid to Busy.

§ corrConfig [1/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::corrConfig

§ csEndTrigger [1/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::csEndTrigger

Trigger classifier for ending the carrier sense.

§ csEndTime

ratmr_t rfc_CMD_PROP_RX_ADV_SNIFF_s::csEndTime

Time used together with csEndTrigger for ending the operation.

§ startTrigger [2/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::startTrigger

Identification of the trigger that starts the operation.

§ condition [2/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::condition

§ pktConf [2/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::pktConf

§ rxConf [2/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::rxConf

RX configuration.

§ hdrConf [2/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::hdrConf

§ addrConf [2/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::addrConf

§ endTrigger [2/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::endTrigger

Trigger classifier for ending the operation.

§ csConf [2/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::csConf

§ corrConfig [2/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::corrConfig

§ csEndTrigger [2/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::csEndTrigger

Trigger classifier for ending the carrier sense.

§ startTrigger [3/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::startTrigger

Identification of the trigger that starts the operation.

§ condition [3/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::condition

§ pktConf [3/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::pktConf

§ rxConf [3/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::rxConf

RX configuration.

§ hdrConf [3/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::hdrConf

§ addrConf [3/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::addrConf

§ endTrigger [3/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::endTrigger

Trigger classifier for ending the operation.

§ csConf [3/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::csConf

§ corrConfig [3/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::corrConfig

§ csEndTrigger [3/3]

struct { ... } rfc_CMD_PROP_RX_ADV_SNIFF_s::csEndTrigger

Trigger classifier for ending the carrier sense.


The documentation for this struct was generated from the following file:
© Copyright 1995-2022, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale