Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/
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