HAL + 0/72 examples
CodeScope will show references to UART_OVERSAMPLING_16 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...

UART_OVERSAMPLING_16 macro

Syntax

#define UART_OVERSAMPLING_16 0x00000000U

Examples

UART_OVERSAMPLING_16 is referenced by 72 libraries and example projects.

References

LocationText
stm32f4xx_hal_uart.h:330
#define UART_OVERSAMPLING_16 0x00000000U
stm32f4xx_hal_uart.h:850
#define IS_UART_OVERSAMPLING(SAMPLING) (((SAMPLING) == UART_OVERSAMPLING_16) || \
stm32f4xx_hal_uart.h:852
#define IS_UART_LIN_OVERSAMPLING(SAMPLING) (((SAMPLING) == UART_OVERSAMPLING_16))