Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_gpio/
Dfsl_gpio.h223 static inline uint32_t GPIO_PortRead(GPIO_Type *base, uint32_t port) in GPIO_PortRead() function
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpc_gpio/
Dfsl_gpio_cmsis.c365 return GPIO_PortRead(handle->config->gpio_base, handle->config->port_index); in CMSIS_GPIO_PortRead()