Home
last modified time | relevance | path

Searched refs:UART_OVERSAMPLING_8 (Results 1 – 6 of 6) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_uart.h319 #define UART_OVERSAMPLING_8 ((uint32_t)USART_CR1_OVER8) macro
824 ((SAMPLING) == UART_OVERSAMPLING_8))
/bsp/stm32/stm32h563-st-nucleo/board/CubeMX_Config/Src/
A Dmain.c465 huart3.Init.OverSampling = UART_OVERSAMPLING_8; in MX_USART3_UART_Init()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usart.c159 …uart->handle.Init.OverSampling = cfg->baud_rate > 5000000 ? UART_OVERSAMPLING_8 : UART_OVERSAMPLIN… in stm32_configure()
A Ddrv_usart_v2.c126 …uart->handle.Init.OverSampling = cfg->baud_rate > 5000000 ? UART_OVERSAMPLING_8 : UART_OVERSAMPLIN… in stm32_configure()
/bsp/stm32/stm32h563-st-nucleo/board/CubeMX_Config/
A DCubeMX_Config.ioc495 USART3.OverSampling=UART_OVERSAMPLING_8
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_uart.c3695 if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()

Completed in 24 milliseconds