Searched refs:gpiox (Results 1 – 2 of 2) sorted by relevance
462 GPIO_TypeDef* gpiox = g_gpioxMaps[g_gpioPinsMap[gpio].group]; local464 LL_GPIO_SetOutputPin(gpiox, pinReg);466 LL_GPIO_ResetOutputPin(gpiox, pinReg);483 GPIO_TypeDef* gpiox = g_gpioxMaps[g_gpioPinsMap[gpio].group]; local484 value = LL_GPIO_ReadInputPin(gpiox, pinReg);499 GPIO_TypeDef* gpiox = g_gpioxMaps[g_gpioPinsMap[gpio].group]; local500 LL_GPIO_SetPinMode(gpiox, pinReg, dir);515 GPIO_TypeDef* gpiox = g_gpioxMaps[g_gpioPinsMap[gpio].group]; local516 value = LL_GPIO_GetPinMode(gpiox, pinReg);
202 GPIO_TypeDef* gpiox = NULL; in USARTTxMode() local203 gpiox = LL_GET_GPIOX(group); in USARTTxMode()204 if (gpiox == NULL) { in USARTTxMode()207 LL_GPIO_SetOutputPin(gpiox, pinReg); in USARTTxMode()213 GPIO_TypeDef* gpiox = NULL; in USARTRxMode() local214 gpiox = LL_GET_GPIOX(group); in USARTRxMode()215 if (gpiox == NULL) { in USARTRxMode()218 LL_GPIO_ResetOutputPin(gpiox, pinReg); in USARTRxMode()