Searched refs:CMSIS_GPIO_Callback (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpc_gpio/ |
D | fsl_gpio_cmsis.c | 253 static void CMSIS_GPIO_Callback(gpio_cmsis_handle_t *handle, pint_pin_int_t pintr, uint32_t pmatch_… in CMSIS_GPIO_Callback() function 461 CMSIS_GPIO_Callback(&s_gpio_port0_handle, pintr, pmatch_status); in GPIO_PORT0_Callback() 565 CMSIS_GPIO_Callback(&s_gpio_port1_handle, pintr, pmatch_status); in GPIO_PORT1_Callback() 670 CMSIS_GPIO_Callback(&s_gpio_port2_handle, pintr, pmatch_status); in GPIO_PORT2_Callback() 775 CMSIS_GPIO_Callback(&s_gpio_port3_handle, pintr, pmatch_status); in GPIO_PORT3_Callback() 880 CMSIS_GPIO_Callback(&s_gpio_port4_handle, pintr, pmatch_status); in GPIO_PORT4_Callback() 985 CMSIS_GPIO_Callback(&s_gpio_port5_handle, pintr, pmatch_status); in GPIO_PORT5_Callback()
|