Home
last modified time | relevance | path

Searched refs:OverSampling (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/stm32u5xx/hal/Src/
Dstm32u5xx_hal_uart.c467 if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in HAL_LIN_Init()
3050 assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling)); in UART_SetConfig()
3060 …int32_t)huart->Init.WordLength | huart->Init.Parity | huart->Init.Mode | huart->Init.OverSampling ; in UART_SetConfig()
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()
3024 assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling)); in UART_SetConfig()
3034 …int32_t)huart->Init.WordLength | huart->Init.Parity | huart->Init.Mode | huart->Init.OverSampling ; in UART_SetConfig()
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()
3110 assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling)); in UART_SetConfig()
3120 …int32_t)huart->Init.WordLength | huart->Init.Parity | huart->Init.Mode | huart->Init.OverSampling ; in UART_SetConfig()
3186 else if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_uart.h85 …uint32_t OverSampling; /*!< Specifies whether the Over sampling 8 is enabled or disab… member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_uart.h87 …uint32_t OverSampling; /*!< Specifies whether the Over sampling 8 is enabled or disable… member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_uart.h87 …uint32_t OverSampling; /*!< Specifies whether the Over sampling 8 is enabled or disable… member