Home
last modified time | relevance | path

Searched refs:IOC_GPIO_SET_IRQ (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/hardware/board/haaseduk1/drivers/
A Dkey.c154 ret = ioctl(g_gpio_fd, IOC_GPIO_SET_IRQ, &irq_config); in key_rising_edge_handle()
160 ret = ioctl(g_gpio_fd, IOC_GPIO_SET_IRQ, &irq_config); in key_rising_edge_handle()
171 ret = ioctl(g_gpio_fd, IOC_GPIO_SET_IRQ, &irq_config); in key_rising_edge_handle()
204 ret = ioctl(g_gpio_fd, IOC_GPIO_SET_IRQ, &irq_config); in key_falling_edge_handle()
210 ret = ioctl(g_gpio_fd, IOC_GPIO_SET_IRQ, &irq_config); in key_falling_edge_handle()
223 ret = ioctl(g_gpio_fd, IOC_GPIO_SET_IRQ, &irq_config); in key_falling_edge_handle()
267 ret = ioctl(g_gpio_fd, IOC_GPIO_SET_IRQ, &irq_config); in key_init()
305 ret = ioctl(g_gpio_fd, IOC_GPIO_SET_IRQ, &irq_config); in key_init()
/AliOS-Things-master/solutions/lora_p2p_demo/
A Dsx126x-haas.c93 int ret = ioctl(g_gpio_fd, IOC_GPIO_SET_IRQ, &SX126x.DIO1); in SX126xIoIrqInit()
99 ret = ioctl(g_gpio_fd, IOC_GPIO_SET_IRQ, &SX126x.DIO1); in SX126xIoIrqInit()
109 ret = ioctl(g_gpio_fd, IOC_GPIO_SET_IRQ, &SX126x.DIO1); in SX126xIoIrqInit()
/AliOS-Things-master/components/drivers/peripheral/gpio/include/vfsdev/
A Dgpio_dev.h11 #define IOC_GPIO_SET_IRQ IOC_GPIO_BASE + 3 macro
/AliOS-Things-master/components/drivers/peripheral/gpio/
A DREADME.md97 int ioctl(int fd, IOC_GPIO_SET_IRQ, gpio_irq_config_t *config);
/AliOS-Things-master/components/drivers/peripheral/gpio/src/
A Dgpio_dev.c218 case IOC_GPIO_SET_IRQ: in gpio_device_ioctl()

Completed in 5 milliseconds