Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dgpio.h61 #define GPIO_PIN_LOW 0x00 /* low level (logical 0) */ macro
/f-stack/freebsd/arm/ti/
H A Dti_gpio.c461 if (value == GPIO_PIN_LOW) in ti_gpio_pin_set()
/f-stack/freebsd/arm/allwinner/
H A Dif_awg.c1824 pin_value = GPIO_PIN_LOW; in awg_phy_reset()