Home
last modified time | relevance | path

Searched refs:PORT_SetPinInterruptConfig (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/port/
Dfsl_port.h532 static inline void PORT_SetPinInterruptConfig(PORT_Type *base, uint32_t pin, port_interrupt_t confi… in PORT_SetPinInterruptConfig() function
/hal_nxp-latest/mcux/mcux-sdk/components/gpio/
Dfsl_adapter_gpio.c733 PORT_SetPinInterruptConfig(portList[gpioState->port], gpioState->pin, pinInt); in HAL_GpioSetTriggerMode()