rflib
Data Fields
rfc_CMD_PROP_RADIO_DIV_SETUP_s Struct Reference

Proprietary Mode Radio Setup Command for All Frequency Bands. More...

#include <rf_prop_cmd.h>

Collaboration diagram for rfc_CMD_PROP_RADIO_DIV_SETUP_s:
Collaboration graph
[legend]

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 + 1 if the rule involves skipping. 0: same, 1: next, 2: skip next, ... More...
 
condition
 
struct {
   uint16_t   modType:3
 0: FSK
1: GFSK
2: OOK
Others: Reserved More...
 
   uint16_t   deviation:11
 Deviation (specified in number of steps, with step size given by deviationStepSz) More...
 
   uint16_t   deviationStepSz:2
 Deviation step size
0: 250 Hz
1: 1000 Hz
2: 15.625 Hz
3: 62.5 Hz. More...
 
modulation
 
struct {
   uint32_t   preScale:8
 Prescaler value. More...
 
   uint32_t   rateWord:21
 Rate word. More...
 
   uint32_t   decimMode:3
 0: Use automatic PDIF decimation
1: Force PDIF decimation to 0
3: Force PDIF decimation to 1
5: Force PDIF decimation to 2
Others: Reserved More...
 
symbolRate
 Symbol rate setting. More...
 
uint8_t rxBw
 Receiver bandwidth. More...
 
struct {
   uint8_t   nPreamBytes:6
 0: 1 preamble bit
1–16: Number of preamble bytes
18, 20, ..., 30: Number of preamble bytes
31: 4 preamble bits
32: 32 preamble bytes
Others: Reserved 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 (8–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   analogCfgMode:6
 0x00: Write analog configuration.
Required first time after boot and when changing frequency band or front-end configuration
0x2D: Keep analog configuration.
May be used after standby or when changing mode with the same frequency band and front-end configuration
Others: Reserved More...
 
   uint16_t   bNoFsPowerUp:1
 0: Power up frequency synth
1: Do not power up frequency synth More...
 
   uint16_t   __pad0__:1
 
   uint16_t   bSynthNarrowBand:1
 0: Normal synth mode
1: Narrow-band synth mode 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: 0, 2, 4, 5, 6, 10, 12, 15, and 30. 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 {
   uint16_t   modType:3
 0: FSK
1: GFSK
2: OOK
Others: Reserved More...
 
   uint16_t   deviation:11
 Deviation (specified in number of steps, with step size given by deviationStepSz) More...
 
   uint16_t   deviationStepSz:2
 Deviation step size
0: 250 Hz
1: 1000 Hz
2: 15.625 Hz
3: 62.5 Hz. More...
 
modulation
 
struct {
   uint32_t   preScale:8
 Prescaler value. More...
 
   uint32_t   rateWord:21
 Rate word. More...
 
   uint32_t   decimMode:3
 0: Use automatic PDIF decimation
1: Force PDIF decimation to 0
3: Force PDIF decimation to 1
5: Force PDIF decimation to 2
Others: Reserved More...
 
symbolRate
 Symbol rate setting. More...
 
struct {
   uint8_t   nPreamBytes:6
 0: 1 preamble bit
1–16: Number of preamble bytes
18, 20, ..., 30: Number of preamble bytes
31: 4 preamble bits
32: 32 preamble bytes
Others: Reserved 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 (8–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   analogCfgMode:6
 0x00: Write analog configuration.
Required first time after boot and when changing frequency band or front-end configuration
0x2D: Keep analog configuration.
May be used after standby or when changing mode with the same frequency band and front-end configuration
Others: Reserved More...
 
   uint16_t   bNoFsPowerUp:1
 0: Power up frequency synth
1: Do not power up frequency synth More...
 
   uint16_t   __pad0__:1
 
   uint16_t   bSynthNarrowBand:1
 0: Normal synth mode
1: Narrow-band synth mode More...
 
config
 Configuration options. 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 {
   uint16_t   modType:3
 0: FSK
1: GFSK
2: OOK
Others: Reserved More...
 
   uint16_t   deviation:11
 Deviation (specified in number of steps, with step size given by deviationStepSz) More...
 
   uint16_t   deviationStepSz:2
 Deviation step size
0: 250 Hz
1: 1000 Hz
2: 15.625 Hz
3: 62.5 Hz. More...
 
modulation
 
struct {
   uint32_t   preScale:8
 Prescaler value. More...
 
   uint32_t   rateWord:21
 Rate word. More...
 
   uint32_t   decimMode:3
 0: Use automatic PDIF decimation
1: Force PDIF decimation to 0
3: Force PDIF decimation to 1
5: Force PDIF decimation to 2
Others: Reserved More...
 
symbolRate
 Symbol rate setting. More...
 
struct {
   uint8_t   nPreamBytes:6
 0: 1 preamble bit
1–16: Number of preamble bytes
18, 20, ..., 30: Number of preamble bytes
31: 4 preamble bits
32: 32 preamble bytes
Others: Reserved 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 (8–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   analogCfgMode:6
 0x00: Write analog configuration.
Required first time after boot and when changing frequency band or front-end configuration
0x2D: Keep analog configuration.
May be used after standby or when changing mode with the same frequency band and front-end configuration
Others: Reserved More...
 
   uint16_t   bNoFsPowerUp:1
 0: Power up frequency synth
1: Do not power up frequency synth More...
 
   uint16_t   __pad0__:1
 
   uint16_t   bSynthNarrowBand:1
 0: Normal synth mode
1: Narrow-band synth mode More...
 
config
 Configuration options. More...
 

Detailed Description

Proprietary Mode Radio Setup Command for All Frequency Bands.

Field Documentation

§ commandNo

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::commandNo

The command ID number 0x3807.

§ status

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.

§ pNextOp

rfc_radioOp_t * rfc_CMD_PROP_RADIO_DIV_SETUP_s::pNextOp

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

§ startTime

ratmr_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::startTime

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

§ triggerType

uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::triggerType

The type of trigger.

§ bEnaCmd

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

§ triggerNo

uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::triggerNo

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

§ pastTrig

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

§ startTrigger [1/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::startTrigger

Identification of the trigger that starts the operation.

§ rule

uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::rule

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

§ nSkip

uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_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_RADIO_DIV_SETUP_s::condition

§ modType

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::modType

0: FSK
1: GFSK
2: OOK
Others: Reserved

§ deviation

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::deviation

Deviation (specified in number of steps, with step size given by deviationStepSz)

§ deviationStepSz

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::deviationStepSz

Deviation step size
0: 250 Hz
1: 1000 Hz
2: 15.625 Hz
3: 62.5 Hz.

§ modulation [1/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::modulation

§ preScale

uint32_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::preScale

Prescaler value.

§ rateWord

uint32_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::rateWord

Rate word.

§ decimMode

uint32_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::decimMode

0: Use automatic PDIF decimation
1: Force PDIF decimation to 0
3: Force PDIF decimation to 1
5: Force PDIF decimation to 2
Others: Reserved

§ symbolRate [1/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::symbolRate

Symbol rate setting.

§ rxBw

uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::rxBw

Receiver bandwidth.

§ nPreamBytes

uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::nPreamBytes

0: 1 preamble bit
1–16: Number of preamble bytes
18, 20, ..., 30: Number of preamble bytes
31: 4 preamble bits
32: 32 preamble bytes
Others: Reserved

§ preamMode

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

§ preamConf [1/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::preamConf

§ nSwBits

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::nSwBits

Number of sync word bits (8–32)

§ bBitReversal

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::bBitReversal

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

§ bMsbFirst

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::bMsbFirst

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

§ fecMode

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::fecMode

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

§ __pad0__

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::__pad0__

§ whitenMode

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

§ formatConf [1/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::formatConf

§ frontEndMode

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

§ biasMode

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::biasMode

0: Internal bias
1: External bias

§ analogCfgMode

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::analogCfgMode

0x00: Write analog configuration.
Required first time after boot and when changing frequency band or front-end configuration
0x2D: Keep analog configuration.
May be used after standby or when changing mode with the same frequency band and front-end configuration
Others: Reserved

§ bNoFsPowerUp

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::bNoFsPowerUp

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

§ bSynthNarrowBand

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::bSynthNarrowBand

0: Normal synth mode
1: Narrow-band synth mode

§ config [1/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::config

Configuration options.

§ txPower

uint16_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::txPower

Transmit power.

§ pRegOverride

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.

§ centerFreq

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.

§ intFreq

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.

§ loDivider

uint8_t rfc_CMD_PROP_RADIO_DIV_SETUP_s::loDivider

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

§ startTrigger [2/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::startTrigger

Identification of the trigger that starts the operation.

§ condition [2/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::condition

§ modulation [2/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::modulation

§ symbolRate [2/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::symbolRate

Symbol rate setting.

§ preamConf [2/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::preamConf

§ formatConf [2/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::formatConf

§ config [2/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::config

Configuration options.

§ startTrigger [3/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::startTrigger

Identification of the trigger that starts the operation.

§ condition [3/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::condition

§ modulation [3/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::modulation

§ symbolRate [3/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::symbolRate

Symbol rate setting.

§ preamConf [3/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::preamConf

§ formatConf [3/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::formatConf

§ config [3/3]

struct { ... } rfc_CMD_PROP_RADIO_DIV_SETUP_s::config

Configuration options.


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