Home
last modified time | relevance | path

Searched refs:OverSampling (Results 1 – 19 of 19) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_usart.c211 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init()
228 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init()
286 USART_InitStruct->OverSampling, in LL_USART_Init()
314 USART_InitStruct->OverSampling = LL_USART_OVERSAMPLING_16; in LL_USART_StructInit()
A Dstm32l1xx_hal_uart.c371 assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling)); in HAL_UART_Init()
437 assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling)); in HAL_HalfDuplex_Init()
513 assert_param(IS_UART_LIN_OVERSAMPLING(huart->Init.OverSampling)); in HAL_LIN_Init()
595 assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling)); in HAL_MultiProcessor_Init()
3675 …uint32_t)huart->Init.WordLength | huart->Init.Parity | huart->Init.Mode | huart->Init.OverSampling; in UART_SetConfig()
3695 if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()
/bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/
A Dtae32f53xx_ll_adc.c205 assert_param(IS_ADC_OVERSAMPMODE_SET(ADC_InitStruct->OverSampling.OverSampResetMode)); in LL_ADC_Init()
206 assert_param(IS_ADC_TRIGOVERSAMP(ADC_InitStruct->OverSampling.TrigOverSamp)); in LL_ADC_Init()
207 assert_param(IS_ADC_OVERSAMPSHIFT(ADC_InitStruct->OverSampling.OverSampShiftBit)); in LL_ADC_Init()
208 assert_param(IS_ADC_OVERSAMPRATIO(ADC_InitStruct->OverSampling.OverSampRatio)); in LL_ADC_Init()
217 ADC_InitStruct->OverSampling.OverSampResetMode in LL_ADC_Init()
218 | ADC_InitStruct->OverSampling.TrigOverSamp in LL_ADC_Init()
219 | ADC_InitStruct->OverSampling.OverSampShiftBit in LL_ADC_Init()
220 | ADC_InitStruct->OverSampling.OverSampRatio in LL_ADC_Init()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_usart.h105 uint32_t OverSampling; /*!< Specifies whether USART oversampling mode is 16 or 8. member
614 __STATIC_INLINE void LL_USART_SetOverSampling(USART_TypeDef *USARTx, uint32_t OverSampling) in LL_USART_SetOverSampling() argument
616 MODIFY_REG(USARTx->CR1, USART_CR1_OVER8, OverSampling); in LL_USART_SetOverSampling()
1019 …_INLINE void LL_USART_SetBaudRate(USART_TypeDef *USARTx, uint32_t PeriphClk, uint32_t OverSampling, in LL_USART_SetBaudRate() argument
1022 if (OverSampling == LL_USART_OVERSAMPLING_8) in LL_USART_SetBaudRate()
1044 …INE uint32_t LL_USART_GetBaudRate(USART_TypeDef *USARTx, uint32_t PeriphClk, uint32_t OverSampling) in LL_USART_GetBaudRate() argument
1051 if (OverSampling == LL_USART_OVERSAMPLING_8) in LL_USART_GetBaudRate()
A Dstm32l1xx_hal_uart.h74 …uint32_t OverSampling; /*!< Specifies whether the Over sampling 8 is enabled or disab… member
/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/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 …uart->handle.Init.OverSampling = cfg->baud_rate > 5000000 ? UART_OVERSAMPLING_8 : UART_OVERSAMPLIN… in stm32_configure()
161 uart->handle.Init.OverSampling = UART_OVERSAMPLING_16; in stm32_configure()
A Ddrv_usart_v2.c126 …uart->handle.Init.OverSampling = cfg->baud_rate > 5000000 ? UART_OVERSAMPLING_8 : UART_OVERSAMPLIN… in stm32_configure()
128 uart->handle.Init.OverSampling = UART_OVERSAMPLING_16; in stm32_configure()
/bsp/stm32/stm32h563-st-nucleo/board/CubeMX_Config/
A DCubeMX_Config.ioc494 USART3.IPParameters=VirtualMode,RxPinLevelInvertParam,OverSampling
495 USART3.OverSampling=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/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/inc/
A Dtae32f53xx_ll_adc.h865 …ADC_OversamplingTypeDef OverSampling; /*!< Specify the Oversampling parameters.Caution: thi… member

Completed in 75 milliseconds