CC13xx Driver Library
rfc_CMD_PROP_RADIO_DIV_SETUP_s Struct Reference

#include <rf_prop_cmd.h>

Data Fields

uint16_t commandNo
 The command ID number 0x3807. 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 {
   uint16_t   modType:3
 0: FSK
1: GFSK
Others: Reserved More...
 
   uint16_t   deviation:13
 Deviation (250 Hz steps) More...
 
modulation
 
struct {
   uint32_t   preScale:4
 Prescaler value. More...
 
   uint32_t   __pad0__:4
 
   uint32_t   rateWord:21
 Rate word. More...
 
symbolRate
 
uint8_t rxBw
 Receiver bandwidth. More...
 
struct {
   uint8_t   nPreamBytes:6
 0–30: Number of preamble bytes
31: 4 preamble bits More...
 
   uint8_t   preamMode:2
 0: Send 0 as the first preamble bit
1: Send 1 as the first preamble bit
2: Send same first bit in preamble and sync word
3: Send different first bit in preamble and sync word More...
 
preamConf
 
struct {
   uint16_t   nSwBits:6
 Number of sync word bits (up to 32) More...
 
   uint16_t   bBitReversal:1
 0: Use positive deviation for 1
1: Use positive deviation for 0 More...
 
   uint16_t   bMsbFirst:1
 0: Least significant bit transmitted first
1: Most significant bit transmitted first More...
 
   uint16_t   fecMode:4
 Select coding
0: Uncoded binary modulation
10: Manchester coded binary modulation
Others: Reserved More...
 
   uint16_t   __pad0__:1
 
   uint16_t   whitenMode:3
 0: No whitening
1: CC1101/CC2500 compatible whitening
2: PN9 whitening without byte reversal
3: Reserved
4: No whitener, 32-bit IEEE 802.15.4g compatible CRC
5: IEEE 802.15.4g compatible whitener and 32-bit CRC
6: No whitener, dynamically IEEE 802.15.4g compatible 16-bit or 32-bit CRC
7: Dynamically IEEE 802.15.4g compatible whitener and 16-bit or 32-bit CRC More...
 
formatConf
 
struct {
   uint16_t   frontEndMode:3
 0x00: Differential mode
0x01: Single-ended mode RFP
0x02: Single-ended mode RFN
0x05 Single-ended mode RFP with external frontend control on RF pins (RFN and RXTX)
0x06 Single-ended mode RFN with external frontend control on RF pins (RFP and RXTX)
Others: Reserved More...
 
   uint16_t   biasMode:1
 0: Internal bias
1: External bias More...
 
   uint16_t   __pad0__:6
 
   uint16_t   bNoFsPowerUp:1
 0: Power up frequency synth
1: Do not power up frequency synth More...
 
config
 Configuration options. More...
 
uint16_t txPower
 Transmit power. More...
 
uint32_t * pRegOverride
 Pointer to a list of hardware and configuration registers to override. If NULL, no override is used. More...
 
uint16_t centerFreq
 Center frequency of the frequency band used, in MHz; used for calculating some internal Tx and Rx parameters. For a single channel RF system, this should be set equal to the RF frequency used. For a multi channel RF system (e.g. frequency hopping spread spectrum), this should be set equal to the center frequency of the frequency band used. More...
 
int16_t intFreq
 Intermediate frequency to use for Rx, in MHz on 4.12 signed format. Tx will use same intermediate frequency if supported, otherwise 0.
0x8000: Use default. More...
 
uint8_t loDivider
 LO frequency divider setting to use. Supported values: 2, 5, 6, 10, 12, 15, and 30. More...
 

Detailed Description

Definition at line 414 of file rf_prop_cmd.h.

Field Documentation

uint32_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::__pad0__

Definition at line 441 of file rf_prop_cmd.h.

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::__pad0__

Definition at line 463 of file rf_prop_cmd.h.

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::bBitReversal

0: Use positive deviation for 1
1: Use positive deviation for 0

Definition at line 455 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::bEnaCmd

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

Definition at line 423 of file rf_prop_cmd.h.

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::biasMode

0: Internal bias
1: External bias

Definition at line 480 of file rf_prop_cmd.h.

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::bMsbFirst

0: Least significant bit transmitted first
1: Most significant bit transmitted first

Definition at line 457 of file rf_prop_cmd.h.

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::bNoFsPowerUp

0: Power up frequency synth
1: Do not power up frequency synth

Definition at line 483 of file rf_prop_cmd.h.

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::centerFreq

Center frequency of the frequency band used, in MHz; used for calculating some internal Tx and Rx parameters. For a single channel RF system, this should be set equal to the RF frequency used. For a multi channel RF system (e.g. frequency hopping spread spectrum), this should be set equal to the center frequency of the frequency band used.

Definition at line 489 of file rf_prop_cmd.h.

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::commandNo

The command ID number 0x3807.

Definition at line 415 of file rf_prop_cmd.h.

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::condition
struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::config

Configuration options.

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::deviation

Deviation (250 Hz steps)

Definition at line 437 of file rf_prop_cmd.h.

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::fecMode

Select coding
0: Uncoded binary modulation
10: Manchester coded binary modulation
Others: Reserved

Definition at line 459 of file rf_prop_cmd.h.

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::formatConf
uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::frontEndMode

0x00: Differential mode
0x01: Single-ended mode RFP
0x02: Single-ended mode RFN
0x05 Single-ended mode RFP with external frontend control on RF pins (RFN and RXTX)
0x06 Single-ended mode RFN with external frontend control on RF pins (RFP and RXTX)
Others: Reserved

Definition at line 474 of file rf_prop_cmd.h.

int16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::intFreq

Intermediate frequency to use for Rx, in MHz on 4.12 signed format. Tx will use same intermediate frequency if supported, otherwise 0.
0x8000: Use default.

Definition at line 493 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::loDivider

LO frequency divider setting to use. Supported values: 2, 5, 6, 10, 12, 15, and 30.

Definition at line 496 of file rf_prop_cmd.h.

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::modType

0: FSK
1: GFSK
Others: Reserved

Definition at line 434 of file rf_prop_cmd.h.

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::modulation
uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::nPreamBytes

0–30: Number of preamble bytes
31: 4 preamble bits

Definition at line 446 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::nSkip

Number of skips if the rule involves skipping.

Definition at line 431 of file rf_prop_cmd.h.

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::nSwBits

Number of sync word bits (up to 32)

Definition at line 454 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_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 426 of file rf_prop_cmd.h.

rfc_radioOp_t* rfc_CMD_PROP_RADIO_DIV_SETUP_s::pNextOp

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

Definition at line 419 of file rf_prop_cmd.h.

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::preamConf
uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::preamMode

0: Send 0 as the first preamble bit
1: Send 1 as the first preamble bit
2: Send same first bit in preamble and sync word
3: Send different first bit in preamble and sync word

Definition at line 448 of file rf_prop_cmd.h.

uint32_t* rfc_CMD_PROP_RADIO_DIV_SETUP_s::pRegOverride

Pointer to a list of hardware and configuration registers to override. If NULL, no override is used.

Definition at line 487 of file rf_prop_cmd.h.

uint32_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::preScale

Prescaler value.

Definition at line 440 of file rf_prop_cmd.h.

uint32_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::rateWord

Rate word.

Definition at line 442 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::rule

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

Definition at line 430 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::rxBw

Receiver bandwidth.

Definition at line 444 of file rf_prop_cmd.h.

ratmr_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::startTime

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

Definition at line 420 of file rf_prop_cmd.h.

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::startTrigger

Identification of the trigger that starts the operation.

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_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 416 of file rf_prop_cmd.h.

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::symbolRate
uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::triggerNo

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

Definition at line 425 of file rf_prop_cmd.h.

uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::triggerType

The type of trigger.

Definition at line 422 of file rf_prop_cmd.h.

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::txPower

Transmit power.

Definition at line 486 of file rf_prop_cmd.h.

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::whitenMode

0: No whitening
1: CC1101/CC2500 compatible whitening
2: PN9 whitening without byte reversal
3: Reserved
4: No whitener, 32-bit IEEE 802.15.4g compatible CRC
5: IEEE 802.15.4g compatible whitener and 32-bit CRC
6: No whitener, dynamically IEEE 802.15.4g compatible 16-bit or 32-bit CRC
7: Dynamically IEEE 802.15.4g compatible whitener and 16-bit or 32-bit CRC

Definition at line 464 of file rf_prop_cmd.h.