HAL
USART_HandleTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
USART registers base address.
Usart communication parameters.
const uint8_t *
Pointer to Usart Tx transfer Buffer.
uint16_t
Usart Tx Transfer size.
__IO uint16_t
Usart Tx Transfer Counter.
uint8_t *
Pointer to Usart Rx transfer Buffer.
uint16_t
Usart Rx Transfer size.
__IO uint16_t
Usart Rx Transfer Counter.
Usart Tx DMA Handle parameters.
Usart Rx DMA Handle parameters.
Locking object.
Usart communication state.
__IO uint32_t
USART Error code.

References

from examples