HAL + 0/72 examples
CodeScope will show references to UART_InitTypeDef::OverSampling from the following samples and libraries:
Examples
STM32446E-Nucleo
Examples
UART
STM32446E_EVAL
Applications
USB_Device
Examples
UART
STM32469I-Discovery
Applications
FileX
FX_IAP
ThreadX
USBX
Examples
UART
STM32469I_EVAL
Applications
USB_Device
Examples
UART
STM324x9I_EVAL
Applications
USB_Device
Examples
UART
STM324xG_EVAL
Applications
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 SamplesHALUART_InitTypeDef::OverSampling

UART_InitTypeDef::OverSampling field

Specifies whether the Over sampling 8 is enabled or disabled, to achieve higher speed (up to fPCLK/8). This parameter can be a value of UART_Over_Sampling

Syntax

uint32_t OverSampling;

Examples

UART_InitTypeDef::OverSampling is referenced by 72 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_uart.h:73
uint32_t OverSampling; /*!< Specifies whether the Over sampling 8 is enabled or disabled, to achieve higher speed (up to fPCLK/8).
stm32f4xx_hal_uart.c:379HAL_UART_Init()
assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling));
stm32f4xx_hal_uart.c:446HAL_HalfDuplex_Init()
assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling));
stm32f4xx_hal_uart.c:523HAL_LIN_Init()
assert_param(IS_UART_LIN_OVERSAMPLING(huart->Init.OverSampling));
stm32f4xx_hal_uart.c:606HAL_MultiProcessor_Init()
assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling));
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:3749UART_SetConfig()
if (huart->Init.OverSampling == UART_OVERSAMPLING_8)

Data Use

Functions reading UART_InitTypeDef::OverSampling
UART_InitTypeDef::OverSampling
Type of UART_InitTypeDef::OverSampling
UART_InitTypeDef::OverSampling
uint32_t
all items filtered out