Classes | Typedefs | Enumerations
USART Exported Types
Collaboration diagram for USART Exported Types:

Classes

struct  __USART_HandleTypeDef
 USART handle Structure definition. More...
 
struct  USART_InitTypeDef
 USART Init Structure definition. More...
 

Typedefs

typedef struct __USART_HandleTypeDef USART_HandleTypeDef
 USART handle Structure definition. More...
 

Enumerations

enum  HAL_USART_StateTypeDef {
  HAL_USART_STATE_RESET = 0x00U, HAL_USART_STATE_READY = 0x01U, HAL_USART_STATE_BUSY = 0x02U, HAL_USART_STATE_BUSY_TX = 0x12U,
  HAL_USART_STATE_BUSY_RX = 0x22U, HAL_USART_STATE_BUSY_TX_RX = 0x32U, HAL_USART_STATE_TIMEOUT = 0x03U, HAL_USART_STATE_ERROR = 0x04U
}
 HAL USART State structures definition. More...
 
enum  USART_ClockSourceTypeDef {
  USART_CLOCKSOURCE_PCLK1 = 0x00U, USART_CLOCKSOURCE_PCLK2 = 0x01U, USART_CLOCKSOURCE_HSI = 0x02U, USART_CLOCKSOURCE_SYSCLK = 0x04U,
  USART_CLOCKSOURCE_LSE = 0x08U, USART_CLOCKSOURCE_UNDEFINED = 0x10U
}
 USART clock sources definitions. More...
 

Detailed Description

Typedef Documentation

◆ USART_HandleTypeDef

USART handle Structure definition.

Enumeration Type Documentation

◆ HAL_USART_StateTypeDef

HAL USART State structures definition.

Enumerator
HAL_USART_STATE_RESET 

Peripheral is not initialized

HAL_USART_STATE_READY 

Peripheral Initialized and ready for use

HAL_USART_STATE_BUSY 

an internal process is ongoing

HAL_USART_STATE_BUSY_TX 

Data Transmission process is ongoing

HAL_USART_STATE_BUSY_RX 

Data Reception process is ongoing

HAL_USART_STATE_BUSY_TX_RX 

Data Transmission Reception process is ongoing

HAL_USART_STATE_TIMEOUT 

Timeout state

HAL_USART_STATE_ERROR 

Error

Definition at line 88 of file stm32f7xx_hal_usart.h.

◆ USART_ClockSourceTypeDef

USART clock sources definitions.

Enumerator
USART_CLOCKSOURCE_PCLK1 

PCLK1 clock source

USART_CLOCKSOURCE_PCLK2 

PCLK2 clock source

USART_CLOCKSOURCE_HSI 

HSI clock source

USART_CLOCKSOURCE_SYSCLK 

SYSCLK clock source

USART_CLOCKSOURCE_LSE 

LSE clock source

USART_CLOCKSOURCE_UNDEFINED 

Undefined clock source

Definition at line 103 of file stm32f7xx_hal_usart.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:08