If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
/* ----------- PA/LNA control ---------- */ /* For Skyworks parts only CPS maps closely to the HGM line */ #define HAL_PA_LNA_RX_HGM() st( P0_7 = 1; ) #define HAL_PA_LNA_RX_LGM() st( P0_7 = 0; )