Home
last modified time | relevance | path

Searched refs:pmatch_status (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpc_gpio/
Dfsl_gpio_cmsis.c253 …void CMSIS_GPIO_Callback(gpio_cmsis_handle_t *handle, pint_pin_int_t pintr, uint32_t pmatch_status) in CMSIS_GPIO_Callback() argument
459 static void GPIO_PORT0_Callback(pint_pin_int_t pintr, uint32_t pmatch_status) in GPIO_PORT0_Callback() argument
461 CMSIS_GPIO_Callback(&s_gpio_port0_handle, pintr, pmatch_status); in GPIO_PORT0_Callback()
563 static void GPIO_PORT1_Callback(pint_pin_int_t pintr, uint32_t pmatch_status) in GPIO_PORT1_Callback() argument
565 CMSIS_GPIO_Callback(&s_gpio_port1_handle, pintr, pmatch_status); in GPIO_PORT1_Callback()
668 static void GPIO_PORT2_Callback(pint_pin_int_t pintr, uint32_t pmatch_status) in GPIO_PORT2_Callback() argument
670 CMSIS_GPIO_Callback(&s_gpio_port2_handle, pintr, pmatch_status); in GPIO_PORT2_Callback()
773 static void GPIO_PORT3_Callback(pint_pin_int_t pintr, uint32_t pmatch_status) in GPIO_PORT3_Callback() argument
775 CMSIS_GPIO_Callback(&s_gpio_port3_handle, pintr, pmatch_status); in GPIO_PORT3_Callback()
878 static void GPIO_PORT4_Callback(pint_pin_int_t pintr, uint32_t pmatch_status) in GPIO_PORT4_Callback() argument
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pint/
Dfsl_pint.h164 typedef void (*pint_cb_t)(pint_pin_int_t pintr, uint32_t pmatch_status);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/gpio/
Dfsl_adapter_lpc_gpio.c94 static void HAL_GpioInterruptCallback(pint_pin_int_t pintr, uint32_t pmatch_status) in HAL_GpioInterruptCallback() argument