Home
last modified time | relevance | path

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

/freebsd/sys/dev/ftgpio/
H A Dftgpio.c223 ftgpio_pin_set_drive(struct ftgpio_softc *sc, uint32_t pin_num, bool pin_drive) in ftgpio_pin_set_drive() function
316 ftgpio_pin_set_drive(sc, pin_num, 0 /* open drain */); in ftgpio_pin_setflags()
318 ftgpio_pin_set_drive(sc, pin_num, 1 /* push pull */); in ftgpio_pin_setflags()