Searched refs:DIO1 (Results 1 – 2 of 2) sorted by relevance
82 SX126x.DIO1.id = 32; //p4-0 in SX126xIoInit()91 SX126x.DIO1.config = GPIO_IRQ_CLEAR; in SX126xIoIrqInit()93 int ret = ioctl(g_gpio_fd, IOC_GPIO_SET_IRQ, &SX126x.DIO1); in SX126xIoIrqInit()98 SX126x.DIO1.config = GPIO_IRQ_DISABLE; in SX126xIoIrqInit()99 ret = ioctl(g_gpio_fd, IOC_GPIO_SET_IRQ, &SX126x.DIO1); in SX126xIoIrqInit()105 SX126x.DIO1.config = GPIO_IRQ_ENABLE | GPIO_IRQ_EDGE_RISING; in SX126xIoIrqInit()106 SX126x.DIO1.cb = dioIrq; in SX126xIoIrqInit()107 SX126x.DIO1.arg = NULL; in SX126xIoIrqInit()109 ret = ioctl(g_gpio_fd, IOC_GPIO_SET_IRQ, &SX126x.DIO1); in SX126xIoIrqInit()
690 gpio_irq_config_t DIO1; member
Completed in 7 milliseconds