STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
USART_ClockInitTypeDef Struct Reference

USART Clock Init Structure definition. More...

#include <stm32f37x_usart.h>

Data Fields

uint32_t USART_Clock
 
uint32_t USART_CPOL
 
uint32_t USART_CPHA
 
uint32_t USART_LastBit
 

Detailed Description

USART Clock Init Structure definition.

Field Documentation

uint32_t USART_Clock
             Specifies whether the USART clock is enabled or disabled.

This parameter can be a value of USART_Clock

uint32_t USART_CPHA
              Specifies the clock transition on which the bit capture is made.

This parameter can be a value of USART_Clock_Phase

uint32_t USART_CPOL
              Specifies the steady state of the serial clock.

This parameter can be a value of USART_Clock_Polarity

uint32_t USART_LastBit
           Specifies whether the clock pulse corresponding to the last transmitted

data bit (MSB) has to be output on the SCLK pin in synchronous mode. This parameter can be a value of USART_Last_Bit


The documentation for this struct was generated from the following file: