|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for Initialization and de-initialization functions:Functions | |
| ErrorStatus | LL_USART_DeInit (const USART_TypeDef *USARTx) |
| De-initialize USART registers (Registers restored to their default values). More... | |
| ErrorStatus | LL_USART_Init (USART_TypeDef *USARTx, const 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, const 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... | |
| ErrorStatus LL_USART_ClockInit | ( | USART_TypeDef * | USARTx, |
| const LL_USART_ClockInitTypeDef * | USART_ClockInitStruct | ||
| ) |
Initialize USART Clock related settings according to the specified parameters in the USART_ClockInitStruct.
| USARTx | USART Instance |
| USART_ClockInitStruct | Pointer to a LL_USART_ClockInitTypeDef structure that contains the Clock configuration information for the specified USART peripheral. |
| An | ErrorStatus enumeration value:
|
Definition at line 412 of file stm32f4xx_ll_usart.c.
| void LL_USART_ClockStructInit | ( | LL_USART_ClockInitTypeDef * | USART_ClockInitStruct | ) |
Set each field of a LL_USART_ClockInitTypeDef type structure to default value.
| USART_ClockInitStruct | Pointer to a LL_USART_ClockInitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 471 of file stm32f4xx_ll_usart.c.
| ErrorStatus LL_USART_DeInit | ( | const USART_TypeDef * | USARTx | ) |
De-initialize USART registers (Registers restored to their default values).
| USARTx | USART Instance |
| An | ErrorStatus enumeration value:
|
Definition at line 124 of file stm32f4xx_ll_usart.c.
| ErrorStatus LL_USART_Init | ( | USART_TypeDef * | USARTx, |
| const LL_USART_InitTypeDef * | USART_InitStruct | ||
| ) |
Initialize USART registers according to the specified parameters in USART_InitStruct.
| USARTx | USART Instance |
| USART_InitStruct | pointer to a LL_USART_InitTypeDef structure that contains the configuration information for the specified USART peripheral. |
| An | ErrorStatus enumeration value:
|
Definition at line 248 of file stm32f4xx_ll_usart.c.
| void LL_USART_StructInit | ( | LL_USART_InitTypeDef * | USART_InitStruct | ) |
Set each LL_USART_InitTypeDef field to default value.
| USART_InitStruct | Pointer to a LL_USART_InitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 388 of file stm32f4xx_ll_usart.c.