Lines Matching +full:gpio +full:- +full:cfg
32 .Nd "library to handle GPIO pins"
47 .Fn gpio_pin_config "gpio_handle_t handle" "gpio_config_t *cfg"
51 .Fn gpio_pin_set_flags "gpio_handle_t handle" "gpio_config_t *cfg"
85 library provides an interface to configure GPIO pins.
92 When no more GPIO operations are needed, this handle can be destroyed
128 .Pa /usr/include/sys/gpio.h .
130 The get or set the state of a GPIO pin, the functions
162 .Bd -literal
178 .Bd -literal
179 gpio_config_t cfg;
182 gpio_pin_config(handle, &cfg);