Universal synchronous asynchronous receiver
transmitter (USART)
23.2.14.3 USART_StructInit
void USART_StructInit ( USART_InitTypeDef *
USART_InitStruct)
Fills each USART_InitStruct member with its default value.
ï‚· USART_InitStruct : pointer to a USART_InitTypeDef
structure which will be initialized.
23.2.14.4 USART_ClockInit
void USART_ClockInit ( USART_TypeDef * USARTx,
USART_ClockInitTypeDef * USART_ClockInitStruct)
Initializes the USARTx peripheral Clock according to the specified
parameters in the USART_ClockInitStruct.
ï‚· USARTx : Select the USART peripheral. This parameter can
be one of the following values: USART1 or USART2 or
USART3.
ï‚· USART_ClockInitStruct : pointer to a
USART_ClockInitTypeDef structure that contains the
configuration information for the specified USART peripheral.
23.2.14.5 USART_ClockStructInit