RAIL_DataConfig_t Struct Reference
RAIL data configuration structure.
#include <
rail_types.h
>
Data Fields |
|
RAIL_TxDataSource_t | txSource |
Source of TX Data.
|
|
RAIL_RxDataSource_t | rxSource |
Source of RX Data.
|
|
RAIL_DataMethod_t | txMethod |
Method of providing transmit data.
|
|
RAIL_DataMethod_t | rxMethod |
Method of retrieving receive data.
|
RAIL data configuration structure.
Select the transmit/receive data sources and the method the application uses to provide/retrieve data from RAIL.
Definition at line
2071
of file
rail_types.h
.
Field Documentation
◆ rxMethod
RAIL_DataMethod_t RAIL_DataConfig_t::rxMethod |
Method of retrieving receive data.
Definition at line
2075
of file
rail_types.h
.
◆ rxSource
RAIL_RxDataSource_t RAIL_DataConfig_t::rxSource |
Source of RX Data.
Definition at line
2073
of file
rail_types.h
.
◆ txMethod
RAIL_DataMethod_t RAIL_DataConfig_t::txMethod |
Method of providing transmit data.
Definition at line
2074
of file
rail_types.h
.
◆ txSource
RAIL_TxDataSource_t RAIL_DataConfig_t::txSource |
Source of TX Data.
Definition at line
2072
of file
rail_types.h
.
The documentation for this struct was generated from the following file:
-
common/
rail_types.h