72 #define LTC5566_CS QUIKEVAL_CS 78 #define LTC5566_FULL_POWER 0x00 79 #define LTC5566_REDUCED_POWER 0x80 85 #define LTC5566_RF_TUNE_00 0x00 86 #define LTC5566_RF_TUNE_01 0x20 87 #define LTC5566_RF_TUNE_10 0x40 88 #define LTC5566_RF_TUNE_11 0x60 void LTC5566_write(uint8_t cs, uint16_t tx, uint16_t *rx)
Writes to the LTC5566 twice and reads back the last two bytes to make sure the LTC5566 was loaded pro...
uint8_t LTC5566_get_power_mode(char *prompt)
Function to get data from user for power mode.
uint8_t LTC5566_get_att(char *prompt)
Function to get data from user for IF attenuation.
uint8_t LTC5566_dupl_settings()
Function to duplicate settings for both LTC5566 channels.
uint16_t LTC5566_diff_settings()
Function to apply unique settings for each LTC5566 channel.
void LTC5566_decode_output(uint8_t output)
Decode the register value read from the LTC5555.
prompt
Used to keep track to print voltage or print code.
uint8_t LTC5566_get_tune_mode(char *prompt)
Function to get data from user for RF input tune mode.