Searched refs:SOC_GPIO_FUNC_POS (Results 1 – 3 of 3) sorted by relevance
60 #define SOC_GPIO_FUNC_POS (16) macro61 #define SOC_GPIO_FUNC_MASK (15 << SOC_GPIO_FUNC_POS)63 #define SOC_GPIO_FUNC_A (0 << SOC_GPIO_FUNC_POS)65 #define SOC_GPIO_FUNC_B (1 << SOC_GPIO_FUNC_POS)67 #define SOC_GPIO_FUNC_C (2 << SOC_GPIO_FUNC_POS)69 #define SOC_GPIO_FUNC_D (3 << SOC_GPIO_FUNC_POS)71 #define SOC_GPIO_FUNC_E (4 << SOC_GPIO_FUNC_POS)73 #define SOC_GPIO_FUNC_F (5 << SOC_GPIO_FUNC_POS)75 #define SOC_GPIO_FUNC_G (6 << SOC_GPIO_FUNC_POS)77 #define SOC_GPIO_FUNC_H (7 << SOC_GPIO_FUNC_POS)[all …]
73 << SOC_GPIO_FUNC_POS); in pinctrl_configure_pin()
146 CY_PSOC6_PIN_HSIOM(inst, idx) << SOC_GPIO_FUNC_POS | \