Home
last modified time | relevance | path

Searched refs:XCVR_ANA (Results 1 – 4 of 4) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/middleware/wireless/framework/XCVR/RV32M1/
Dfsl_xcvr.c618 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 …]
Dfsl_xcvr.h60 #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
/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/
DRV32M1_ri5cy.h25652 #define XCVR_ANA ((XCVR_ANALOG_Type *)XCVR_ANA_BASE) macro
25656 #define XCVR_ANALOG_BASE_PTRS { XCVR_ANA }
DRV32M1_zero_riscy.h24808 #define XCVR_ANA ((XCVR_ANALOG_Type *)XCVR_ANA_BASE) macro
24812 #define XCVR_ANALOG_BASE_PTRS { XCVR_ANA }