/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_ll_usart.c | 266 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 283 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init() 373 USART_InitStruct->OverSampling, in LL_USART_Init() 404 USART_InitStruct->OverSampling = LL_USART_OVERSAMPLING_16; in LL_USART_StructInit()
|
H A D | stm32f4xx_hal_uart.c | 339 assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling)); in HAL_UART_Init() 405 assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling)); in HAL_HalfDuplex_Init() 481 assert_param(IS_UART_LIN_OVERSAMPLING(huart->Init.OverSampling)); in HAL_LIN_Init() 563 assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling)); in HAL_MultiProcessor_Init() 3084 …uint32_t)huart->Init.WordLength | huart->Init.Parity | huart->Init.Mode | huart->Init.OverSampling; in UART_SetConfig() 3094 if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_ll_usart.c | 228 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 245 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init() 310 USART_InitStruct->OverSampling, in LL_USART_Init() 352 USART_InitStruct->OverSampling = LL_USART_OVERSAMPLING_16; in LL_USART_StructInit()
|
H A D | stm32l4xx_hal_uart.c | 468 if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in HAL_LIN_Init() 3002 assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling)); in UART_SetConfig() 3014 …int32_t)huart->Init.WordLength | huart->Init.Parity | huart->Init.Mode | huart->Init.OverSampling ; in UART_SetConfig() 3149 else if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_ll_usart.h | 105 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()
|
H A D | stm32f4xx_hal_uart.h | 74 …uint32_t OverSampling; /*!< Specifies whether the Over sampling 8 is enabled or disab… member
|
/btstack/port/stm32-f4discovery-cc256x/Src/ |
H A D | usart.c | 44 huart2.Init.OverSampling = UART_OVERSAMPLING_16; in MX_USART2_UART_Init() 63 huart3.Init.OverSampling = UART_OVERSAMPLING_8; in MX_USART3_UART_Init()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_ll_usart.h | 126 uint32_t OverSampling; /*!< Specifies whether USART oversampling mode is 16 or 8. member 1143 __STATIC_INLINE void LL_USART_SetOverSampling(USART_TypeDef *USARTx, uint32_t OverSampling) in LL_USART_SetOverSampling() argument 1145 MODIFY_REG(USARTx->CR1, USART_CR1_OVER8, OverSampling); in LL_USART_SetOverSampling() 1966 uint32_t OverSampling, in LL_USART_SetBaudRate() argument 1969 …_INLINE void LL_USART_SetBaudRate(USART_TypeDef *USARTx, uint32_t PeriphClk, uint32_t OverSampling, in LL_USART_SetBaudRate() 1981 else if (OverSampling == LL_USART_OVERSAMPLING_8) in LL_USART_SetBaudRate() 1983 if (OverSampling == LL_USART_OVERSAMPLING_8) in LL_USART_SetBaudRate() 2035 uint32_t OverSampling) in LL_USART_GetBaudRate() argument 2037 …INE uint32_t LL_USART_GetBaudRate(USART_TypeDef *USARTx, uint32_t PeriphClk, uint32_t OverSampling) in LL_USART_GetBaudRate() 2052 else if (OverSampling == LL_USART_OVERSAMPLING_8) in LL_USART_GetBaudRate()
|
H A D | stm32l4xx_hal_uart.h | 85 …uint32_t OverSampling; /*!< Specifies whether the Over sampling 8 is enabled or disab… member
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_uart.c | 337 assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling)); in HAL_UART_Init() 403 assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling)); in HAL_HalfDuplex_Init() 479 assert_param(IS_UART_LIN_OVERSAMPLING(huart->Init.OverSampling)); in HAL_LIN_Init() 561 assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling)); in HAL_MultiProcessor_Init() 3092 …uint32_t)huart->Init.WordLength | huart->Init.Parity | huart->Init.Mode | huart->Init.OverSampling; in UART_SetConfig() 3102 if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()
|
/btstack/port/stm32-l073rz-nucleo-em9304/Src/ |
H A D | main.c | 224 huart2.Init.OverSampling = UART_OVERSAMPLING_16; in MX_USART2_UART_Init()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Src/ |
H A D | main.c | 264 hTuart.Init.OverSampling = UART_OVERSAMPLING_16; in Init_UART()
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Src/ |
H A D | main.c | 287 huart2.Init.OverSampling = UART_OVERSAMPLING_16; in MX_USART2_UART_Init()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/ |
H A D | stm32wbxx_hal_uart.c | 461 if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in HAL_LIN_Init() 2898 assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling)); in UART_SetConfig() 2908 …int32_t)huart->Init.WordLength | huart->Init.Parity | huart->Init.Mode | huart->Init.OverSampling ; in UART_SetConfig() 3012 else if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig() 3014 if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()
|
/btstack/port/stm32-f4discovery-cc256x/ |
H A D | stm32f4-discovery-cc256x.ioc | 402 USART3.IPParameters=VirtualMode,OverSampling 403 USART3.OverSampling=UART_OVERSAMPLING_8
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/ |
H A D | stm32l0xx_hal_uart.c | 456 if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in HAL_LIN_Init() 2775 assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling)); in UART_SetConfig() 2784 …int32_t)huart->Init.WordLength | huart->Init.Parity | huart->Init.Mode | huart->Init.OverSampling ; in UART_SetConfig() 2867 else if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_hal_uart.h | 74 …uint32_t OverSampling; /*!< Specifies whether the Over sampling 8 is enabled or disab… member
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_uart.c | 472 if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in HAL_LIN_Init() 3008 assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling)); in UART_SetConfig() 3020 …int32_t)huart->Init.WordLength | huart->Init.Parity | huart->Init.Mode | huart->Init.OverSampling ; in UART_SetConfig() 3130 else if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Inc/ |
H A D | stm32l0xx_hal_uart.h | 85 …uint32_t OverSampling; /*!< Specifies whether the Over sampling 8 is enabled or disab… member
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_uart.h | 85 …uint32_t OverSampling; /*!< Specifies whether the Over sampling 8 is enabled or disab… member
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/ |
H A D | stm32wbxx_hal_uart.h | 87 …uint32_t OverSampling; /*!< Specifies whether the Over sampling 8 is enabled or disab… member
|