HAL + 0/92 examples
SourceVu will show references to UART_HandleTypeDef from the following samples and libraries:
Drivers
Boards
Examples
STM32446E-Nucleo
Examples
UART
STM32446E_EVAL
Applications
IAP
USB_Device
Examples
UART
STM32469I-Discovery
Applications
FileX
FX_IAP
ThreadX
USBX
Examples
UART
STM32469I_EVAL
Applications
IAP
USB_Device
Examples
UART
STM324x9I_EVAL
Applications
IAP
USB_Device
Examples
UART
STM324xG_EVAL
Applications
IAP
USB_Device
Examples
UART
STM32F4-Discovery
Examples
UART
STM32F401-Discovery
Examples
UART
STM32F401RE-Nucleo
Examples
UART
STM32F410xx-Nucleo
Examples
UART
STM32F411E-Discovery
Examples
UART
STM32F411RE-Nucleo
Examples
UART
Examples_MIX
UART
STM32F412G-Discovery
Examples
UART
STM32F412ZG-Nucleo
Examples
UART
STM32F413H-Discovery
Examples
UART
STM32F413ZH-Nucleo
Examples
UART
STM32F429I-Discovery
Examples
UART
STM32F429ZI-Nucleo
Applications
FileX
NetXDuo
ThreadX
USBX
Examples
UART
STM32F446ZE-Nucleo
Examples
UART
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
UART registers base address.
UART communication parameters.
const uint8_t *
Pointer to UART Tx transfer Buffer.
uint16_t
UART Tx Transfer size.
__IO uint16_t
UART Tx Transfer Counter.
uint8_t *
Pointer to UART Rx transfer Buffer.
uint16_t
UART Rx Transfer size.
__IO uint16_t
UART Rx Transfer Counter.
Type of ongoing reception.
Type of Rx Event.
UART Tx DMA Handle parameters.
UART Rx DMA Handle parameters.
Locking object.
UART state information related to global Handle management and also related to Tx operations. This parameter can be a value of HAL_UART_StateTypeDef .
UART state information related to Rx operations. This parameter can be a value of HAL_UART_StateTypeDef .
__IO uint32_t
UART Error code.

References

from examples