Searched refs:XCVR_ANA (Results 1 – 4 of 4) sorted by relevance
618 XCVR_ANA->SY_CTRL_1 &= ~com_config->ana_sy_ctrl1.mask; in XCVR_Configure()619 XCVR_ANA->SY_CTRL_1 |= com_config->ana_sy_ctrl1.init; in XCVR_Configure()623 XCVR_ANA->SY_CTRL_2 &= ~mode_datarate_config->ana_sy_ctrl2.mask; in XCVR_Configure()624 XCVR_ANA->SY_CTRL_2 |= mode_datarate_config->ana_sy_ctrl2.init; in XCVR_Configure()627 XCVR_ANA->RX_BBA &= ~mode_datarate_config->ana_rx_bba.mask; in XCVR_Configure()628 XCVR_ANA->RX_BBA |= mode_datarate_config->ana_rx_bba.init; in XCVR_Configure()629 XCVR_ANA->RX_TZA &= ~mode_datarate_config->ana_rx_tza.mask; in XCVR_Configure()630 XCVR_ANA->RX_TZA |= mode_datarate_config->ana_rx_tza.init; in XCVR_Configure()635 temp = XCVR_ANA->TX_DAC_PA; in XCVR_Configure()638 XCVR_ANA->TX_DAC_PA = temp; in XCVR_Configure()[all …]
60 #ifndef XCVR_ANA /* make this workaround conditional, only active if the symbol is undefined */61 #define XCVR_ANA ((XCVR_ANALOG_Type *)XCVR_ANALOG_BASE) /* TODO: workaround for error in new head… macro
25652 #define XCVR_ANA ((XCVR_ANALOG_Type *)XCVR_ANA_BASE) macro25656 #define XCVR_ANALOG_BASE_PTRS { XCVR_ANA }
24808 #define XCVR_ANA ((XCVR_ANALOG_Type *)XCVR_ANA_BASE) macro24812 #define XCVR_ANALOG_BASE_PTRS { XCVR_ANA }