Home
last modified time | relevance | path

Searched refs:UART_OVERSAMPLING_16 (Results 1 – 12 of 12) sorted by relevance

/bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Appli/Core/Src/
A Dmain.c88 huart4.Init.OverSampling = UART_OVERSAMPLING_16; in MX_UART4_Init()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_uart.h318 #define UART_OVERSAMPLING_16 0x00000000U macro
823 #define IS_UART_OVERSAMPLING(SAMPLING) (((SAMPLING) == UART_OVERSAMPLING_16) || \
825 #define IS_UART_LIN_OVERSAMPLING(SAMPLING) (((SAMPLING) == UART_OVERSAMPLING_16))
/bsp/stm32/stm32u585-iot02a/board/CubeMX_Config/Src/
A Dmain.c202 huart1.Init.OverSampling = UART_OVERSAMPLING_16; in MX_USART1_UART_Init()
/bsp/stm32/stm32f723-st-disco/board/CubeMX_Config/Src/
A Dmain.c185 huart6.Init.OverSampling = UART_OVERSAMPLING_16; in MX_USART6_UART_Init()
/bsp/stm32/stm32f407-lckfb-skystar/board/CubeMX_Config/Src/
A Dmain.c257 huart1.Init.OverSampling = UART_OVERSAMPLING_16; in MX_USART1_UART_Init()
/bsp/stm32/stm32h503-st-nucleo/board/CubeMX_Config/Src/
A Dmain.c522 huart1.Init.OverSampling = UART_OVERSAMPLING_16; in MX_USART1_UART_Init()
570 huart3.Init.OverSampling = UART_OVERSAMPLING_16; in MX_USART3_UART_Init()
/bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/Src/
A Dmain.c331 huart1.Init.OverSampling = UART_OVERSAMPLING_16; in MX_USART1_UART_Init()
379 huart2.Init.OverSampling = UART_OVERSAMPLING_16; in MX_USART2_UART_Init()
/bsp/stm32/stm32h750-fk750m1-vbt6/board/CubeMX_Config/Src/
A Dmain.c411 huart1.Init.OverSampling = UART_OVERSAMPLING_16; in MX_USART1_UART_Init()
/bsp/stm32/stm32h750-weact-ministm32h7xx/board/CubeMX_Config/Src/
A Dmain.c467 huart1.Init.OverSampling = UART_OVERSAMPLING_16; in MX_USART1_UART_Init()
/bsp/stm32/stm32l496-st-discovery/board/CubeMX_Config/Src/
A Dmain.c686 huart1.Init.OverSampling = UART_OVERSAMPLING_16; in MX_USART1_UART_Init()
721 huart2.Init.OverSampling = UART_OVERSAMPLING_16; in MX_USART2_UART_Init()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usart.c159 …->handle.Init.OverSampling = cfg->baud_rate > 5000000 ? UART_OVERSAMPLING_8 : UART_OVERSAMPLING_16; in stm32_configure()
161 uart->handle.Init.OverSampling = UART_OVERSAMPLING_16; in stm32_configure()
A Ddrv_usart_v2.c126 …->handle.Init.OverSampling = cfg->baud_rate > 5000000 ? UART_OVERSAMPLING_8 : UART_OVERSAMPLING_16; in stm32_configure()
128 uart->handle.Init.OverSampling = UART_OVERSAMPLING_16; in stm32_configure()

Completed in 36 milliseconds