Home
last modified time | relevance | path

Searched refs:TI_CC32XX_PIN_POS (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/pinctrl/
Dpinctrl_ti_cc32xx.c28 pin = (pincfg >> TI_CC32XX_PIN_POS) & TI_CC32XX_PIN_MSK; in pinctrl_configure_pin()
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dti-cc32xx-pinctrl.h32 #define TI_CC32XX_PIN_POS 16U macro
45 ((((pin)&TI_CC32XX_PIN_MSK) << TI_CC32XX_PIN_POS) | \