Searched refs:UART_GPIO_Init (Results 1 – 1 of 1) sorted by relevance
165 GPIO_InitTypeDef UART_GPIO_Init; in LL_UART_MspInit() local176 UART_GPIO_Init.Pin = GPIO_PIN_7; in LL_UART_MspInit()177 UART_GPIO_Init.Mode = GPIO_MODE_AF; in LL_UART_MspInit()179 LL_GPIO_Init(GPIOC, &UART_GPIO_Init); in LL_UART_MspInit()182 UART_GPIO_Init.Mode = GPIO_MODE_AF; in LL_UART_MspInit()183 UART_GPIO_Init.OType = GPIO_OTYPE_PP; in LL_UART_MspInit()184 UART_GPIO_Init.Pull = GPIO_NOPULL; in LL_UART_MspInit()187 LL_GPIO_Init(GPIOA, &UART_GPIO_Init); in LL_UART_MspInit()199 UART_GPIO_Init.Mode = GPIO_MODE_AF; in LL_UART_MspInit()200 UART_GPIO_Init.OType = GPIO_OTYPE_PP; in LL_UART_MspInit()[all …]
Completed in 3 milliseconds