Searched refs:SOC_GPIO_INPUTENABLE_POS (Results 1 – 4 of 4) sorted by relevance
59 #define SOC_GPIO_INPUTENABLE_POS (5) macro60 #define SOC_GPIO_INPUTENABLE (1 << SOC_GPIO_INPUTENABLE_POS)102 (DT_PROP(node_id, input_enable) << SOC_GPIO_INPUTENABLE_POS) | \
55 #define SOC_GPIO_INPUTENABLE_POS (5) macro56 #define SOC_GPIO_INPUTENABLE BIT(SOC_GPIO_INPUTENABLE_POS)95 (DT_PROP(node_id, input_enable) << SOC_GPIO_INPUTENABLE_POS) | \
139 SOC_GPIO_INPUTENABLE_POS)