Overview of Low Layer drivers
Table 17: Common peripheral initialization functions
PPP_TypeDef* PPPx
LL_PPP_InitTypeDef*
PPP_InitStruct
Initializes the peripheral main features
according to the parameters specified in
PPP_InitStruct.
Example: LL_USART_Init(USART_TypeDef
*USARTx, LL_USART_InitTypeDef
*USART_InitStruct)
LL_PPP_InitTypeDef*
PPP_InitStruct
Fills each PPP_InitStruct member with its
default value.
Example.
LL_USART_StructInit(LL_USART_InitTypeDef
*USART_InitStruct)
De-initializes the peripheral registers, that is
restore them to their default reset values.
Example.
LL_USART_DeInit(USART_TypeDef
*USARTx)