Home
last modified time | relevance | path

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

/freebsd/sys/dev/ftgpio/
H A Dftgpio.c265 ftgpio_pin_set_io(struct ftgpio_softc *sc, uint32_t pin_num, bool pin_io) in ftgpio_pin_set_io() argument
273 pin_num, group, index, (pin_io ? "output" : "input")); in ftgpio_pin_set_io()
279 if (pin_io) in ftgpio_pin_set_io()