no-OS
|
Data structure to hold Mykonos device settings. More...
#include <t_mykonos.h>
Public Attributes | |
spiSettings_t * | spiSettings |
mykonosRxSettings_t * | rx |
mykonosTxSettings_t * | tx |
mykonosObsRxSettings_t * | obsRx |
mykonosAuxIo_t * | auxIo |
mykonosDigClocks_t * | clocks |
uint8_t | profilesValid |
Data structure to hold Mykonos device settings.
mykonosAuxIo_t* mykonosDevice_t::auxIo |
Auxiliary IO settings data structure pointer
mykonosDigClocks_t* mykonosDevice_t::clocks |
Holds settings for CLKPLL and reference clock
mykonosObsRxSettings_t* mykonosDevice_t::obsRx |
ObsRx settings data structure pointer
uint8_t mykonosDevice_t::profilesValid |
Mykonos initialize function uses this as an output to remember which profile data structure pointers are valid
mykonosRxSettings_t* mykonosDevice_t::rx |
Rx settings data structure pointer
spiSettings_t* mykonosDevice_t::spiSettings |
SPI settings data structure pointer
mykonosTxSettings_t* mykonosDevice_t::tx |
Tx settings data structure pointer