HAL + 0/86 examples
CodeScope will show references to __UART_HandleTypeDef::Init from the following samples and libraries:
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...
CodeScopeSTM32 Libraries and SamplesHAL__UART_HandleTypeDef::Init

__UART_HandleTypeDef::Init field

UART communication parameters

Examples

__UART_HandleTypeDef::Init is referenced by 86 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_uart.h:164
UART_InitTypeDef Init; /*!< UART communication parameters */
stm32f4xx_hal_uart.c:366HAL_UART_Init()
stm32f4xx_hal_uart.c:372HAL_UART_Init()
assert_param(IS_UART_HARDWARE_FLOW_CONTROL(huart->Init.HwFlowCtl));
stm32f4xx_hal_uart.c:378HAL_UART_Init()
assert_param(IS_UART_WORD_LENGTH(huart->Init.WordLength));
stm32f4xx_hal_uart.c:379HAL_UART_Init()
assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling));
stm32f4xx_hal_uart.c:445HAL_HalfDuplex_Init()
assert_param(IS_UART_WORD_LENGTH(huart->Init.WordLength));
stm32f4xx_hal_uart.c:446HAL_HalfDuplex_Init()
assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling));
stm32f4xx_hal_uart.c:522HAL_LIN_Init()
assert_param(IS_UART_LIN_WORD_LENGTH(huart->Init.WordLength));
stm32f4xx_hal_uart.c:523HAL_LIN_Init()
assert_param(IS_UART_LIN_OVERSAMPLING(huart->Init.OverSampling));
stm32f4xx_hal_uart.c:605HAL_MultiProcessor_Init()
assert_param(IS_UART_WORD_LENGTH(huart->Init.WordLength));
stm32f4xx_hal_uart.c:606HAL_MultiProcessor_Init()
assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling));
stm32f4xx_hal_uart.c:1159HAL_UART_Transmit()
stm32f4xx_hal_uart.c:1246HAL_UART_Receive()
stm32f4xx_hal_uart.c:1273HAL_UART_Receive()
stm32f4xx_hal_uart.c:1514HAL_UART_DMAResume()
stm32f4xx_hal_uart.c:1615HAL_UARTEx_ReceiveToIdle()
stm32f4xx_hal_uart.c:1659HAL_UARTEx_ReceiveToIdle()
stm32f4xx_hal_uart.c:3245UART_Start_Receive_IT()
stm32f4xx_hal_uart.c:3300UART_Start_Receive_DMA()
stm32f4xx_hal_uart.c:3536UART_Transmit_IT()
stm32f4xx_hal_uart.c:3602UART_Receive_IT()
stm32f4xx_hal_uart.c:3614UART_Receive_IT()
stm32f4xx_hal_uart.c:3701UART_SetConfig()
assert_param(IS_UART_BAUDRATE(huart->Init.BaudRate));
stm32f4xx_hal_uart.c:3702UART_SetConfig()
assert_param(IS_UART_STOPBITS(huart->Init.StopBits));
stm32f4xx_hal_uart.c:3703UART_SetConfig()
assert_param(IS_UART_PARITY(huart->Init.Parity));
stm32f4xx_hal_uart.c:3704UART_SetConfig()
assert_param(IS_UART_MODE(huart->Init.Mode));
stm32f4xx_hal_uart.c:3709UART_SetConfig()
stm32f4xx_hal_uart.c:3718UART_SetConfig()
tmpreg = (uint32_t)huart->Init.WordLength | huart->Init.Parity | huart->Init.Mode | huart->Init.OverSampling;
stm32f4xx_hal_uart.c:3725UART_SetConfig()
stm32f4xx_hal_uart.c:3749UART_SetConfig()
stm32f4xx_hal_uart.c:3751UART_SetConfig()
stm32f4xx_hal_uart.c:3755UART_SetConfig()

Data Use