Searched refs:IOC_GPIO_GET (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/drivers/peripheral/gpio/ |
A D | README.md | 59 int ioctl(int fd, IOC_GPIO_GET, gpio_io_config_t *config); 179 gpio read <pin ID> return <ioctl IOC_GPIO_GET返回值>
|
/AliOS-Things-master/components/drivers/peripheral/gpio/example/ |
A D | gpio_example.c | 32 ret = ioctl(fd, IOC_GPIO_GET, (unsigned long)&config); in vfs_gpio_test()
|
/AliOS-Things-master/components/drivers/peripheral/gpio/include/vfsdev/ |
A D | gpio_dev.h | 10 #define IOC_GPIO_GET IOC_GPIO_BASE + 2 macro
|
/AliOS-Things-master/solutions/flower_demo/ |
A D | flower_app.c | 80 ret = ioctl(fd, IOC_GPIO_GET, (unsigned long)&config); in DHT11_GPIO_Get()
|
/AliOS-Things-master/components/drivers/peripheral/gpio/src/ |
A D | gpio_dev.c | 213 case IOC_GPIO_GET: in gpio_device_ioctl()
|
/AliOS-Things-master/solutions/lora_p2p_demo/ |
A D | sx126x-haas.c | 168 busy = ioctl(g_gpio_fd, IOC_GPIO_GET, (unsigned long)&SX126x.BUSY); in SX126xWaitOnBusy()
|
/AliOS-Things-master/hardware/board/haaseduk1/drivers/ |
A D | key.c | 97 ret = ioctl(g_gpio_fd, IOC_GPIO_GET, &config); in key_poll()
|
Completed in 8 milliseconds