Searched refs:GPIO_FALLING_EDGE (Results 1 – 14 of 14) sorted by relevance
70 #define GPIO_FALLING_EDGE 0x00000000 // Interrupt on falling edge macro
380 ASSERT((ulIntType == GPIO_FALLING_EDGE) || in GPIOIntTypeSet()
86 #define GPIO_FALLING_EDGE 0x00000000 // Interrupt on falling edge macro
362 ASSERT(((ui32IntType & 0xF) == GPIO_FALLING_EDGE) || in GPIOIntTypeSet()
85 #define GPIO_FALLING_EDGE 0x00000000 // Interrupt on falling edge macro
412 ASSERT(((ui32IntType & 0xF) == GPIO_FALLING_EDGE) || in GPIOIntTypeSet()
62 #define GPIO_FALLING_EDGE 2 /**< Interrupt triggered upon falling edge. */ macro
718 case GPIO_FALLING_EDGE: in gpio_configure_edge_detector()
Completed in 26 milliseconds