Home
last modified time | relevance | path

Searched refs:GPIO_IO_INPUT_PU (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/gpio/include/vfsdev/
A Dgpio_dev.h28 #define GPIO_IO_INPUT_PU (1 << GPIO_IO_INPUT_PU_BIT) macro
36 #define GPIO_IO_INPUT_MASK (GPIO_IO_INPUT_PU | GPIO_IO_INPUT_PD | GPIO_IO_INPUT_HI)
/AliOS-Things-master/components/drivers/peripheral/gpio/example/
A Dgpio_example.c30 config.config = GPIO_IO_INPUT | GPIO_IO_INPUT_PU; in vfs_gpio_test()
/AliOS-Things-master/solutions/flower_demo/
A Dflower_app.c78 config.config = GPIO_IO_INPUT | GPIO_IO_INPUT_PU; in DHT11_GPIO_Get()
/AliOS-Things-master/components/drivers/peripheral/gpio/
A DREADME.md65 |GPIO_IO_INPUT \| GPIO_IO_INPUT_PU |输入上拉|
/AliOS-Things-master/components/drivers/peripheral/gpio/src/
A Dgpio_dev.c127 case GPIO_IO_INPUT_PU: in gpio_io_get()
/AliOS-Things-master/hardware/board/haaseduk1/drivers/
A Dkey.c94 config.config = GPIO_IO_INPUT | GPIO_IO_INPUT_PU; in key_poll()

Completed in 5 milliseconds