Home
last modified time | relevance | path

Searched refs:IOC_GPIO_SET (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/gpio/example/
A Dgpio_example.c38 ret = ioctl(fd, IOC_GPIO_SET, (unsigned long)&config); in vfs_gpio_test()
43 ret = ioctl(fd, IOC_GPIO_SET, (unsigned long)&config); in vfs_gpio_test()
/AliOS-Things-master/solutions/lora_p2p_demo/
A Dsx126x-haas.c44 ioctl(g_gpio_fd, IOC_GPIO_SET, (unsigned long)&SX126x.NSS); \
47 ioctl(g_gpio_fd, IOC_GPIO_SET, (unsigned long)&SX126x.NSS); \
152 ioctl(g_gpio_fd, IOC_GPIO_SET, (unsigned long)&SX126x.Reset); in SX126xReset()
155 ioctl(g_gpio_fd, IOC_GPIO_SET, (unsigned long)&SX126x.Reset); in SX126xReset()
/AliOS-Things-master/components/drivers/peripheral/gpio/
A DREADME.md73 int ioctl(int fd, IOC_GPIO_SET, gpio_io_config_t *config);
180 gpio write <pin ID> return <ioctl IOC_GPIO_SET(配置输出)返回值>
181 gpio toggle <pin ID> return <ioctl IOC_GPIO_SET(翻转输出)返回值>
/AliOS-Things-master/solutions/relay_demo/
A Dhelloworld.c51 (void)ioctl(fd, IOC_GPIO_SET, (unsigned long)&config); in test_raw_relay()
/AliOS-Things-master/components/drivers/peripheral/gpio/include/vfsdev/
A Dgpio_dev.h9 #define IOC_GPIO_SET IOC_GPIO_BASE + 1 macro
/AliOS-Things-master/solutions/auto_demo/
A Dauto_app.c106 ioctl(fd, IOC_GPIO_SET, (unsigned long)&config); in GPIO_Set()
/AliOS-Things-master/solutions/flower_demo/
A Dflower_app.c69 ioctl(fd, IOC_GPIO_SET, (unsigned long)&config); in DHT11_GPIO_Set()
/AliOS-Things-master/components/drivers/peripheral/gpio/src/
A Dgpio_dev.c209 case IOC_GPIO_SET: in gpio_device_ioctl()
/AliOS-Things-master/components/drivers/external_device/sh1106/src/
A Dsh1106.c160 ioctl(fd, IOC_GPIO_SET, (unsigned long)&config); in OLED_GPIO_Set()
201 ioctl(fd, IOC_GPIO_SET, (unsigned long)&config); in OLED_SDIN()
/AliOS-Things-master/components/drivers/external_device/st7789/src/
A Dst7789.c28 int ret = ioctl(gpio_fd, IOC_GPIO_SET, (unsigned long)&config); in gpio_output()
/AliOS-Things-master/components/drivers/external_device/ili9341/src/
A Dili9341.c26 int ret = ioctl(gpio_fd, IOC_GPIO_SET, (unsigned long)&config); in gpio_output()

Completed in 13 milliseconds