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.
Selects the transmit/receive data sources and the method the application uses to provide/retrieve data from RAIL.
       Definition at line
       
        1314
       
       of file
       
        rail_types.h
       
       .
      
Field Documentation
| RAIL_DataMethod_t RAIL_DataConfig_t::rxMethod | 
Method of retrieving receive data.
        Definition at line
        
         1318
        
        of file
        
         rail_types.h
        
        .
       
| RAIL_RxDataSource_t RAIL_DataConfig_t::rxSource | 
Source of RX Data.
        Definition at line
        
         1316
        
        of file
        
         rail_types.h
        
        .
       
| RAIL_DataMethod_t RAIL_DataConfig_t::txMethod | 
Method of providing transmit data.
        Definition at line
        
         1317
        
        of file
        
         rail_types.h
        
        .
       
| RAIL_TxDataSource_t RAIL_DataConfig_t::txSource | 
Source of TX Data.
        Definition at line
        
         1315
        
        of file
        
         rail_types.h
        
        .
       
The documentation for this struct was generated from the following file:
- 
       common/
       
rail_types.h