CC13xx Driver Library
rfc_CMD_PROP_RX_s Struct Reference

#include <rf_prop_cmd.h>

Data Fields

uint16_t commandNo
 The command ID number 0x3802. 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 if the rule involves skipping. 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   bVarLen:1
 0: Fixed length
1: Receive length as first byte More...
 
   uint8_t   bChkAddress:1
 0: No address check
1: Check address 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 syncWord
 Sync word to listen for. More...
 
uint8_t maxPktLen
 Packet length for fixed length, maximum packet length for variable length
0: Unlimited or unknown length. More...
 
uint8_t address0
 Address. More...
 
uint8_t address1
 Address (set equal to address0 to accept only one address. If 0xFF, accept 0x00 as well) 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...
 
dataQueue_tpQueue
 Pointer to receive queue. More...
 
uint8_t * pOutput
 Pointer to output structure. More...
 

Detailed Description

Definition at line 157 of file rf_prop_cmd.h.

Field Documentation

uint8_t rfc_CMD_PROP_RX_s::__pad0__

Definition at line 197 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::address0

Address.

Definition at line 207 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::address1

Address (set equal to address0 to accept only one address. If 0xFF, accept 0x00 as well)

Definition at line 208 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::bAppendRssi

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

Definition at line 200 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::bAppendStatus

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

Definition at line 202 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::bAppendTimestamp

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

Definition at line 201 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::bAutoFlushCrcErr

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

Definition at line 196 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::bAutoFlushIgnored

If 1, automatically discard ignored packets from Rx queue.

Definition at line 195 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::bChkAddress

0: No address check
1: Check address

Definition at line 187 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::bEnaCmd

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

Definition at line 166 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::bFsOff

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

Definition at line 177 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::bIncludeCrc

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

Definition at line 199 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::bIncludeHdr

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

Definition at line 198 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_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

Definition at line 181 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::bRepeatOk

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

Definition at line 179 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::bUseCrc

0: Do not check CRC
1: Check CRC

Definition at line 183 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::bVarLen

0: Fixed length
1: Receive length as first byte

Definition at line 185 of file rf_prop_cmd.h.

uint16_t rfc_CMD_PROP_RX_s::commandNo

The command ID number 0x3802.

Definition at line 158 of file rf_prop_cmd.h.

struct { ... } rfc_CMD_PROP_RX_s::condition
ratmr_t rfc_CMD_PROP_RX_s::endTime

Time used together with endTrigger for ending the operation.

Definition at line 218 of file rf_prop_cmd.h.

struct { ... } rfc_CMD_PROP_RX_s::endTrigger

Trigger classifier for ending the operation.

uint8_t rfc_CMD_PROP_RX_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

Definition at line 189 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::filterOp

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

Definition at line 191 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::maxPktLen

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

Definition at line 205 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::nSkip

Number of skips if the rule involves skipping.

Definition at line 174 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_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

Definition at line 169 of file rf_prop_cmd.h.

struct { ... } rfc_CMD_PROP_RX_s::pktConf
rfc_radioOp_t* rfc_CMD_PROP_RX_s::pNextOp

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

Definition at line 162 of file rf_prop_cmd.h.

uint8_t* rfc_CMD_PROP_RX_s::pOutput

Pointer to output structure.

Definition at line 220 of file rf_prop_cmd.h.

dataQueue_t* rfc_CMD_PROP_RX_s::pQueue

Pointer to receive queue.

Definition at line 219 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::rule

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

Definition at line 173 of file rf_prop_cmd.h.

struct { ... } rfc_CMD_PROP_RX_s::rxConf

Rx configuration.

ratmr_t rfc_CMD_PROP_RX_s::startTime

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

Definition at line 163 of file rf_prop_cmd.h.

struct { ... } rfc_CMD_PROP_RX_s::startTrigger

Identification of the trigger that starts the operation.

uint16_t rfc_CMD_PROP_RX_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.

Definition at line 159 of file rf_prop_cmd.h.

uint32_t rfc_CMD_PROP_RX_s::syncWord

Sync word to listen for.

Definition at line 204 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::triggerNo

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

Definition at line 168 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RX_s::triggerType

The type of trigger.

Definition at line 165 of file rf_prop_cmd.h.