Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/gpio/
Dfsl_adapter_lpc_gpio.c67 #define HAL_GPIO_PORT_INIT_SET_FLAG(port) (s_GpioPortInitializedFlag |= ((uint32_t)1U << (port))) macro
244 HAL_GPIO_PORT_INIT_SET_FLAG(pinConfig->port); in HAL_GpioInit()