Home
last modified time | relevance | path

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

/src/sys/arm64/apple/
H A Dapple_pinctrl.c49 #define GPIO_PIN_MODE_INPUT (0 << 1) macro
215 reg |= GPIO_PIN_MODE_INPUT; in apple_pinctrl_pin_configure()
271 if ((reg & GPIO_PIN_MODE_INPUT) != 0) in apple_pinctrl_pin_getflags()