Home
last modified time | relevance | path

Searched refs:GPIO_PortGetInterruptFlags (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/igpio/
Dfsl_gpio.h295 static inline uint32_t GPIO_PortGetInterruptFlags(GPIO_Type *base) in GPIO_PortGetInterruptFlags() function
308 return GPIO_PortGetInterruptFlags(base); in GPIO_GetPinsInterruptFlags()
/hal_nxp-latest/mcux/mcux-sdk/drivers/gpio/
Dfsl_gpio.c160 uint32_t GPIO_PortGetInterruptFlags(GPIO_Type *base) in GPIO_PortGetInterruptFlags() function
Dfsl_gpio.h435 uint32_t GPIO_PortGetInterruptFlags(GPIO_Type *base);
/hal_nxp-latest/mcux/mcux-sdk/components/gpio/
Dfsl_adapter_igpio.c63 intFlag = GPIO_PortGetInterruptFlags(gpioList[gpio_port]); in HAL_GpioInterruptHandle()
Dfsl_adapter_gpio.c99 pinInterruptSetFlag = GPIO_PortGetInterruptFlags(s_GpioPort[port]); in HAL_GpioInterruptHandle()