Home
last modified time | relevance | path

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

/freebsd/lib/libgpio/
H A Dlibgpio.h51 GPIO_VALUE_HIGH = GPIO_PIN_HIGH enumerator
H A Dgpio.c201 return (gpio_pin_set(handle, pin, GPIO_VALUE_HIGH)); in gpio_pin_high()