Searched refs:ARM_GPIO_SignalEvent_t (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/Driver/Include/ |
D | Driver_GPIO.h | 38 typedef void (*ARM_GPIO_SignalEvent_t) (uint32_t pin); ///< Pointer to \ref ARM_GPIO_SignalEvent :… typedef 60 …int32_t (*InitPinAsInput)(uint32_t pin, uint32_t irq_type, ARM_GPIO_SignalEvent_t cb…
|
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpc_gpio/ |
D | fsl_gpio_cmsis.c | 68 ARM_GPIO_SignalEvent_t callback; 267 ARM_GPIO_SignalEvent_t cb_event, in CMSIS_GPIO_InitPinAsInput() 464 static int32_t GPIO_PORT0_InitPinAsInput(uint32_t pin, uint32_t irq_type, ARM_GPIO_SignalEvent_t cb… in GPIO_PORT0_InitPinAsInput() 568 static int32_t GPIO_PORT1_InitPinAsInput(uint32_t pin, uint32_t irq_type, ARM_GPIO_SignalEvent_t cb… in GPIO_PORT1_InitPinAsInput() 673 static int32_t GPIO_PORT2_InitPinAsInput(uint32_t pin, uint32_t irq_type, ARM_GPIO_SignalEvent_t cb… in GPIO_PORT2_InitPinAsInput() 778 static int32_t GPIO_PORT3_InitPinAsInput(uint32_t pin, uint32_t irq_type, ARM_GPIO_SignalEvent_t cb… in GPIO_PORT3_InitPinAsInput() 883 static int32_t GPIO_PORT4_InitPinAsInput(uint32_t pin, uint32_t irq_type, ARM_GPIO_SignalEvent_t cb… in GPIO_PORT4_InitPinAsInput() 988 static int32_t GPIO_PORT5_InitPinAsInput(uint32_t pin, uint32_t irq_type, ARM_GPIO_SignalEvent_t cb… in GPIO_PORT5_InitPinAsInput()
|