Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/gpio/
Dfsl_adapter_lpc_gpio.c68 #define HAL_GPIO_PORT_INIT_GET_FLAG(port) ((0U != (s_GpioPortInitializedFlag & ((uint32_t)1U << (po… macro
242 if (0U == (uint32_t)HAL_GPIO_PORT_INIT_GET_FLAG(pinConfig->port)) in HAL_GpioInit()