|
STM32L4xx_HAL_Driver
1.14.0
|
USART LL module driver. More...
Go to the source code of this file.
Functions | |
| ErrorStatus | LL_USART_DeInit (USART_TypeDef *USARTx) |
| De-initialize USART registers (Registers restored to their default values). More... | |
| ErrorStatus | LL_USART_Init (USART_TypeDef *USARTx, LL_USART_InitTypeDef *USART_InitStruct) |
| Initialize USART registers according to the specified parameters in USART_InitStruct. More... | |
| void | LL_USART_StructInit (LL_USART_InitTypeDef *USART_InitStruct) |
| Set each LL_USART_InitTypeDef field to default value. More... | |
| ErrorStatus | LL_USART_ClockInit (USART_TypeDef *USARTx, LL_USART_ClockInitTypeDef *USART_ClockInitStruct) |
| Initialize USART Clock related settings according to the specified parameters in the USART_ClockInitStruct. More... | |
| void | LL_USART_ClockStructInit (LL_USART_ClockInitTypeDef *USART_ClockInitStruct) |
| Set each field of a LL_USART_ClockInitTypeDef type structure to default value. More... | |
USART LL module driver.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file stm32l4xx_ll_usart.c.