RAIL data configuration structure.

Select the transmit/receive data sources and the method the application uses to provide/retrieve data from RAIL.

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.


Definition at line 2634 of file common/rail_types.h

rxSource#

RAIL_RxDataSource_t RAIL_DataConfig_t::rxSource

Source of RX Data.


Definition at line 2636 of file common/rail_types.h

txMethod#

RAIL_DataMethod_t RAIL_DataConfig_t::txMethod

Method of providing transmit data.


Definition at line 2638 of file common/rail_types.h

rxMethod#

RAIL_DataMethod_t RAIL_DataConfig_t::rxMethod

Method of retrieving receive data.


Definition at line 2640 of file common/rail_types.h