rflib
Data Fields
rfc_CMD_RADIO_SETUP_s Struct Reference

Radio Setup Command for Pre-Defined Schemes. More...

#include <rf_common_cmd.h>

Collaboration diagram for rfc_CMD_RADIO_SETUP_s:
Collaboration graph
[legend]

Data Fields

uint16_t commandNo
 The command ID number 0x0802. 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
 
uint8_t mode
 The main mode to use
0x00: BLE
0x01: IEEE 802.15.4
0x02: 2 Mbps GFSK
0x05: 5 Mbps coded 8-FSK
0xFF: Keep existing mode; update overrides only
Others: Reserved More...
 
uint8_t loDivider
 LO divider setting to use. Supported values: 0, 2, 4, 5, 6, 10, 12, 15, and 30. More...
 
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...
 
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   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   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

Radio Setup Command for Pre-Defined Schemes.

Field Documentation

§ commandNo

uint16_t rfc_CMD_RADIO_SETUP_s::commandNo

The command ID number 0x0802.

§ status

uint16_t rfc_CMD_RADIO_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_RADIO_SETUP_s::pNextOp

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

§ startTime

ratmr_t rfc_CMD_RADIO_SETUP_s::startTime

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

§ triggerType

uint8_t rfc_CMD_RADIO_SETUP_s::triggerType

The type of trigger.

§ bEnaCmd

uint8_t rfc_CMD_RADIO_SETUP_s::bEnaCmd

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

§ triggerNo

uint8_t rfc_CMD_RADIO_SETUP_s::triggerNo

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

§ pastTrig

uint8_t rfc_CMD_RADIO_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_RADIO_SETUP_s::startTrigger

Identification of the trigger that starts the operation.

§ rule

uint8_t rfc_CMD_RADIO_SETUP_s::rule

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

§ nSkip

uint8_t rfc_CMD_RADIO_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_RADIO_SETUP_s::condition

§ mode

uint8_t rfc_CMD_RADIO_SETUP_s::mode

The main mode to use
0x00: BLE
0x01: IEEE 802.15.4
0x02: 2 Mbps GFSK
0x05: 5 Mbps coded 8-FSK
0xFF: Keep existing mode; update overrides only
Others: Reserved

§ loDivider

uint8_t rfc_CMD_RADIO_SETUP_s::loDivider

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

§ frontEndMode

uint16_t rfc_CMD_RADIO_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_RADIO_SETUP_s::biasMode

0: Internal bias
1: External bias

§ analogCfgMode

uint16_t rfc_CMD_RADIO_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_RADIO_SETUP_s::bNoFsPowerUp

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

§ __pad0__

uint16_t rfc_CMD_RADIO_SETUP_s::__pad0__

§ bSynthNarrowBand

uint16_t rfc_CMD_RADIO_SETUP_s::bSynthNarrowBand

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

§ config [1/3]

struct { ... } rfc_CMD_RADIO_SETUP_s::config

Configuration options.

§ txPower

uint16_t rfc_CMD_RADIO_SETUP_s::txPower

Transmit power.

§ pRegOverride

uint32_t * rfc_CMD_RADIO_SETUP_s::pRegOverride

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

§ startTrigger [2/3]

struct { ... } rfc_CMD_RADIO_SETUP_s::startTrigger

Identification of the trigger that starts the operation.

§ condition [2/3]

struct { ... } rfc_CMD_RADIO_SETUP_s::condition

§ config [2/3]

struct { ... } rfc_CMD_RADIO_SETUP_s::config

Configuration options.

§ startTrigger [3/3]

struct { ... } rfc_CMD_RADIO_SETUP_s::startTrigger

Identification of the trigger that starts the operation.

§ condition [3/3]

struct { ... } rfc_CMD_RADIO_SETUP_s::condition

§ config [3/3]

struct { ... } rfc_CMD_RADIO_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