Searched refs:s_GPIO_PORT_initFlag (Results 1 – 1 of 1) sorted by relevance
48 static uint32_t s_GPIO_PORT_initFlag = 0U; variable50 #define SET_GPIO_PORT_INIT_FLAG(port) (s_GPIO_PORT_initFlag |= 1UL << (port))51 #define GET_GPIO_PORT_INIT_FLAG(port) ((0U != (s_GPIO_PORT_initFlag & (1UL << (port)))) ? 1U : 0U)52 #define CLEAR_GPIO_PORT_INIT_FLAG(port) (s_GPIO_PORT_initFlag &= ~(1UL << (port)))182 s_GPIO_PORT_initFlag = 0U; in HAL_GpioPreInit()