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

/freebsd-11-stable/lib/libgpio/
H A DMakefile18 gpio.3 gpio_pin_set_flags.3 \
H A Dlibgpio.h82 int gpio_pin_set_flags(gpio_handle_t, gpio_config_t *);
H A Dgpio.c138 gpio_pin_set_flags(gpio_handle_t handle, gpio_config_t *cfg) function
217 return (gpio_pin_set_flags(handle, &cfg));
/freebsd-11-stable/usr.sbin/gpioctl/
H A Dgpioctl.c334 if (gpio_pin_set_flags(handle, &pin) < 0) {
335 perror("gpio_pin_set_flags");

Completed in 113 milliseconds