Searched refs:GPIO_IRQ_ENABLE (Results 1 – 5 of 5) sorted by relevance
103 |GPIO_IRQ_ENABLE \| GPIO_IRQ_EDGE_RISING |使能上升沿触发中断|104 |GPIO_IRQ_ENABLE \| GPIO_IRQ_EDGE_FALLING |使能下降沿触发中断|105 |GPIO_IRQ_ENABLE \| GPIO_IRQ_EDGE_BOTH |使能上升下降沿触发中断|
167 irq_config.config = GPIO_IRQ_ENABLE | GPIO_IRQ_EDGE_FALLING; in key_rising_edge_handle()219 irq_config.config = GPIO_IRQ_ENABLE | GPIO_IRQ_EDGE_RISING; in key_falling_edge_handle()263 irq_config.config = GPIO_IRQ_ENABLE | GPIO_IRQ_EDGE_FALLING; in key_init()
50 #define GPIO_IRQ_ENABLE (1 << GPIO_IRQ_ENABLE_BIT) macro
167 if (config->config & GPIO_IRQ_ENABLE) { in gpio_irq_set()
105 SX126x.DIO1.config = GPIO_IRQ_ENABLE | GPIO_IRQ_EDGE_RISING; in SX126xIoIrqInit()
Completed in 6 milliseconds