Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_gpio/
Dfsl_gpio.c159 else if ((uint32_t)kGPIO_InterruptB == index) in GPIO_PortEnableInterrupts()
183 else if ((uint32_t)kGPIO_InterruptB == index) in GPIO_PortDisableInterrupts()
208 else if ((uint32_t)kGPIO_InterruptB == index) in GPIO_PortClearInterruptFlags()
234 else if ((uint32_t)kGPIO_InterruptB == index) in GPIO_PortGetInterruptStatus()
259 else if ((uint32_t)kGPIO_InterruptB == index) in GPIO_PinEnableInterrupt()
283 else if ((uint32_t)kGPIO_InterruptB == index) in GPIO_PinDisableInterrupt()
308 else if ((uint32_t)kGPIO_InterruptB == index) in GPIO_PinClearInterruptFlag()
Dfsl_gpio.h78 kGPIO_InterruptB = 1U, /*!< Set current pin as interrupt B*/ enumerator