Searched refs:IOC_GPIO_SET_IRQ (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/hardware/board/haaseduk1/drivers/ |
A D | key.c | 154 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 D | sx126x-haas.c | 93 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 D | gpio_dev.h | 11 #define IOC_GPIO_SET_IRQ IOC_GPIO_BASE + 3 macro
|
/AliOS-Things-master/components/drivers/peripheral/gpio/ |
A D | README.md | 97 int ioctl(int fd, IOC_GPIO_SET_IRQ, gpio_irq_config_t *config);
|
/AliOS-Things-master/components/drivers/peripheral/gpio/src/ |
A D | gpio_dev.c | 218 case IOC_GPIO_SET_IRQ: in gpio_device_ioctl()
|
Completed in 5 milliseconds