RAIL data configuration structure.
Select the transmit/receive data sources and the method the application uses to provide/retrieve data from RAIL.
DeprecatedThis RAIL 2.x structure has been split in RAIL 3 into sl_rail_rx_data_config_t and sl_rail_tx_data_config_t.
Public Attributes#
Source of TX Data.
Source of RX Data.
Method of providing transmit data.
Method of retrieving receive data.
Public Attribute Documentation#
txSource#
RAIL_TxDataSource_t RAIL_DataConfig_t::txSource
Source of TX Data.
DeprecatedUse sl_rail_tx_data_config_t::tx_source.
rxSource#
RAIL_RxDataSource_t RAIL_DataConfig_t::rxSource
Source of RX Data.
DeprecatedUse sl_rail_rx_data_config_t::rx_source.
txMethod#
RAIL_DataMethod_t RAIL_DataConfig_t::txMethod
Method of providing transmit data.
DeprecatedUse sl_rail_tx_data_config_t::tx_method.
rxMethod#
RAIL_DataMethod_t RAIL_DataConfig_t::rxMethod
Method of retrieving receive data.
DeprecatedUse sl_rail_rx_data_config_t::rx_method.