Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_gpio/
Dfsl_gpio.h329 void GPIO_PinEnableInterrupt(GPIO_Type *base, uint32_t port, uint32_t pin, uint32_t index);
Dfsl_gpio.c253 void GPIO_PinEnableInterrupt(GPIO_Type *base, uint32_t port, uint32_t pin, uint32_t index) in GPIO_PinEnableInterrupt() function
/hal_nxp-latest/mcux/mcux-sdk/components/gpio/
Dfsl_adapter_rt_gpio.c384 GPIO_PinEnableInterrupt(GPIO, gpioStateHandle->pin.port, gpioStateHandle->pin.pin, 0); in HAL_GpioSetTriggerMode()