Searched refs:bcm_gpio_pin_setflags (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c447 bcm_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) function
1256 bcm_gpio_pin_setflags(dev, pin, 0);
1259 bcm_gpio_pin_setflags(dev, pin, GPIO_PIN_PULLUP);
1262 bcm_gpio_pin_setflags(dev, pin, GPIO_PIN_PULLDOWN);
1292 DEVMETHOD(gpio_pin_setflags, bcm_gpio_pin_setflags),

Completed in 101 milliseconds