Home
last modified time | relevance | path

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

/hal_nxp-latest/imx/drivers/
Dgpio_imx.h178 static inline void GPIO_WritePortOutput(GPIO_Type* base, uint32_t portVal) in GPIO_WritePortOutput() argument
180 GPIO_DR_REG(base) = portVal; in GPIO_WritePortOutput()