Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/CMSIS_Driver/
Dlow_level_com.c103 uart_device.Init.OverSampling = UART_OVERSAMPLING_8; in USART0_Initialize()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_uart.h411 #define UART_OVERSAMPLING_8 USART_CR1_OVER8 /*!< Oversampling by 8 */ macro
1307 ((__SAMPLING__) == UART_OVERSAMPLING_8))
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_uart.h430 #define UART_OVERSAMPLING_8 USART_CR1_OVER8 /*!< Oversampling by 8 */ macro
1366 ((__SAMPLING__) == UART_OVERSAMPLING_8))
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_uart.h403 #define UART_OVERSAMPLING_8 USART_CR1_OVER8 /*!< Oversampling by 8 */ macro
1318 ((__SAMPLING__) == UART_OVERSAMPLING_8))
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_uart.c467 if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in HAL_LIN_Init()
3126 else if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_uart.c461 if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in HAL_LIN_Init()
3120 else if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_uart.c467 if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in HAL_LIN_Init()
3186 else if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()