Searched defs:ModalEepHeader (Results 1 – 2 of 2) sorted by relevance
177 typedef struct ModalEepHeader { struct178 uint32_t antCtrlChain[AR5416_MAX_CHAINS]; // 12179 uint32_t antCtrlCommon; // 4180 int8_t antennaGainCh[AR5416_MAX_CHAINS]; // 3181 uint8_t switchSettling; // 1182 uint8_t txRxAttenCh[AR5416_MAX_CHAINS]; // 3183 uint8_t rxTxMarginCh[AR5416_MAX_CHAINS]; // 3184 uint8_t adcDesiredSize; // 1185 int8_t pgaDesiredSize; // 1186 uint8_t xlnaGainCh[AR5416_MAX_CHAINS]; // 3[all …]
447 typedef struct ModalEepHeader { struct448 uint32_t antCtrlChain[AR5416_MAX_CHAINS];449 uint32_t antCtrlCommon;450 int8_t antennaGainCh[AR5416_MAX_CHAINS];451 uint8_t switchSettling;452 uint8_t txRxAttenCh[AR5416_MAX_CHAINS];453 uint8_t rxTxMarginCh[AR5416_MAX_CHAINS];454 uint8_t adcDesiredSize;455 int8_t pgaDesiredSize;456 uint8_t xlnaGainCh[AR5416_MAX_CHAINS];[all …]