Lines Matching +full:de +full:- +full:gpios
6 * SPDX-License-Identifier: Apache-2.0
10 * Implements the RF driver callback to configure the on-board antenna
51 DT_FOREACH_PROP_ELEM_SEP(DT_NODELABEL(antenna_mux0), gpios, GPIO_DT_SPEC_GET_BY_IDX, (,))};
61 /* default pinctrl configuration: set all antenna mux control pins as GPIOs */ in board_antenna_init()
63 /* set all GPIOs to 0 (all RF paths disabled) */ in board_antenna_init()
71 * Custom TI RFCC26XX callback for switching the on-board antenna mux on radio setup.
79 /* Clear all antenna switch GPIOs (for all cases). */ in board_cc13xx_rf_callback()
91 switch (setupCommand->common.commandNo) { in board_cc13xx_rf_callback()
94 loDivider = RF_LODIVIDER_MASK & setupCommand->common.loDivider; in board_cc13xx_rf_callback()
97 loDivider = RF_LODIVIDER_MASK & setupCommand->prop_div.loDivider; in board_cc13xx_rf_callback()
106 /* Note: RFC_GPO3 is a work-around because the RFC_GPO1 */ in board_cc13xx_rf_callback()
107 /* is sometimes not de-asserted on CC1352 Rev A. */ in board_cc13xx_rf_callback()
111 /* Manually set the sub-GHZ antenna switch DIO */ in board_cc13xx_rf_callback()