USART Clock Init Structure definition. More...
#include <stm32f4xx_usart.h>
Public Attributes | |
uint16_t | USART_Clock |
uint32_t | USART_Clock |
uint32_t | USART_CPHA |
uint16_t | USART_CPHA |
uint16_t | USART_CPOL |
uint32_t | USART_CPOL |
uint16_t | USART_LastBit |
uint32_t | USART_LastBit |
USART Clock Init Structure definition.
Definition at line 87 of file stm32f4xx_usart.h.
uint16_t USART_ClockInitTypeDef::USART_Clock |
Specifies whether the USART clock is enabled or disabled. This parameter can be a value of USART_Clock
Definition at line 90 of file stm32f4xx_usart.h.
uint32_t USART_ClockInitTypeDef::USART_Clock |
Specifies whether the USART clock is enabled or disabled. This parameter can be a value of USART_Clock
Definition at line 90 of file stm32f30x_usart.h.
uint32_t USART_ClockInitTypeDef::USART_CPHA |
Specifies the clock transition on which the bit capture is made. This parameter can be a value of USART_Clock_Phase
Definition at line 96 of file stm32f30x_usart.h.
uint16_t USART_ClockInitTypeDef::USART_CPHA |
Specifies the clock transition on which the bit capture is made. This parameter can be a value of USART_Clock_Phase
Definition at line 96 of file stm32f4xx_usart.h.
uint16_t USART_ClockInitTypeDef::USART_CPOL |
Specifies the steady state of the serial clock. This parameter can be a value of USART_Clock_Polarity
Specifies the steady state value of the serial clock. This parameter can be a value of USART_Clock_Polarity
Definition at line 93 of file stm32f4xx_usart.h.
uint32_t USART_ClockInitTypeDef::USART_CPOL |
Specifies the steady state of the serial clock. This parameter can be a value of USART_Clock_Polarity
Definition at line 93 of file stm32f30x_usart.h.
uint16_t USART_ClockInitTypeDef::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
Definition at line 99 of file stm32f4xx_usart.h.
uint32_t USART_ClockInitTypeDef::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
Definition at line 99 of file stm32f30x_usart.h.