|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
| #define | UART_OVERSAMPLING_16 0x00000000U |
| #define | UART_OVERSAMPLING_8 ((uint32_t)USART_CR1_OVER8) |
| #define UART_OVERSAMPLING_16 0x00000000U |
#include <stm32f4xx_hal_uart.h>
Definition at line 330 of file stm32f4xx_hal_uart.h.
| #define UART_OVERSAMPLING_8 ((uint32_t)USART_CR1_OVER8) |
#include <stm32f4xx_hal_uart.h>
Definition at line 331 of file stm32f4xx_hal_uart.h.
Referenced by UART_SetConfig().