Lines Matching +full:de +full:- +full:gpios
4 * SPDX-License-Identifier: Apache-2.0
8 * Implements the RF driver callback to configure the on-board antenna
52 DT_FOREACH_PROP_ELEM_SEP(DT_NODELABEL(antenna_mux0), gpios, GPIO_DT_SPEC_GET_BY_IDX, (,))};
62 /* default pinctrl configuration: set all antenna mux control pins as GPIOs */ in board_antenna_init()
64 /* set all GPIOs to 0 (all RF paths disabled) */ in board_antenna_init()
72 * Custom TI RFCC26XX callback for switching the on-board antenna mux on radio setup.
80 /* Clear all antenna switch GPIOs (for all cases). */ in board_cc13xx_rf_callback()
92 switch (setupCommand->common.commandNo) { in board_cc13xx_rf_callback()
95 loDivider = RF_LODIVIDER_MASK & setupCommand->common.loDivider; in board_cc13xx_rf_callback()
98 loDivider = RF_LODIVIDER_MASK & setupCommand->prop_div.loDivider; in board_cc13xx_rf_callback()
107 /* Note: RFC_GPO3 is a work-around because the RFC_GPO1 */ in board_cc13xx_rf_callback()
108 /* is sometimes not de-asserted on CC1352 Rev A. */ in board_cc13xx_rf_callback()
112 /* Manually set the sub-GHZ antenna switch DIO */ in board_cc13xx_rf_callback()