Home
last modified time | relevance | path

Searched refs:BaudRate (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_smartcard.c2463 assert_param(IS_SMARTCARD_BAUDRATE(hsmartcard->Init.BaudRate)); in SMARTCARD_SetConfig()
2538 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2540 tmpreg = (uint32_t)((pclk + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2547 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2549 tmpreg = (uint32_t)((pclk + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2555 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2557 … tmpreg = (uint32_t)((HSI_VALUE + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2564 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2566 tmpreg = (uint32_t)((pclk + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2572 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
[all …]
Dstm32l4xx_ll_lpuart.c182 assert_param(IS_LL_LPUART_BAUDRATE(LPUART_InitStruct->BaudRate)); in LL_LPUART_Init()
229 && (LPUART_InitStruct->BaudRate != 0U)) in LL_LPUART_Init()
237 LPUART_InitStruct->BaudRate); in LL_LPUART_Init()
271 LPUART_InitStruct->BaudRate = LPUART_DEFAULT_BAUDRATE; in LL_LPUART_StructInit()
Dstm32l4xx_hal_irda.c2330 assert_param(IS_IRDA_BAUDRATE(hirda->Init.BaudRate)); in IRDA_SetConfig()
2370 … tmpreg = (uint32_t)(IRDA_DIV_SAMPLING16(pclk, hirda->Init.BaudRate, hirda->Init.ClockPrescaler)); in IRDA_SetConfig()
2372 tmpreg = (uint32_t)(IRDA_DIV_SAMPLING16(pclk, hirda->Init.BaudRate)); in IRDA_SetConfig()
2378 … tmpreg = (uint32_t)(IRDA_DIV_SAMPLING16(pclk, hirda->Init.BaudRate, hirda->Init.ClockPrescaler)); in IRDA_SetConfig()
2380 tmpreg = (uint32_t)(IRDA_DIV_SAMPLING16(pclk, hirda->Init.BaudRate)); in IRDA_SetConfig()
2385 …tmpreg = (uint32_t)(IRDA_DIV_SAMPLING16(HSI_VALUE, hirda->Init.BaudRate, hirda->Init.ClockPrescale… in IRDA_SetConfig()
2387 tmpreg = (uint32_t)(IRDA_DIV_SAMPLING16(HSI_VALUE, hirda->Init.BaudRate)); in IRDA_SetConfig()
2393 … tmpreg = (uint32_t)(IRDA_DIV_SAMPLING16(pclk, hirda->Init.BaudRate, hirda->Init.ClockPrescaler)); in IRDA_SetConfig()
2395 tmpreg = (uint32_t)(IRDA_DIV_SAMPLING16(pclk, hirda->Init.BaudRate)); in IRDA_SetConfig()
2400 …tmpreg = (uint32_t)(IRDA_DIV_SAMPLING16((uint32_t)LSE_VALUE, hirda->Init.BaudRate, hirda->Init.Clo… in IRDA_SetConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_smartcard.c2354 assert_param(IS_SMARTCARD_BAUDRATE(hsmartcard->Init.BaudRate)); in SMARTCARD_SetConfig()
2423 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2428 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2433 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2438 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2443 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2447 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2451 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2455 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
Dstm32mp1xx_hal_uart.c3139 assert_param(IS_UART_BAUDRATE(huart->Init.BaudRate)); in UART_SetConfig()
3191 … usartdiv = (uint16_t)(UART_DIV_SAMPLING8(pclk, huart->Init.BaudRate, huart->Init.ClockPrescaler)); in UART_SetConfig()
3195 … usartdiv = (uint16_t)(UART_DIV_SAMPLING8(pclk, huart->Init.BaudRate, huart->Init.ClockPrescaler)); in UART_SetConfig()
3199 … usartdiv = (uint16_t)(UART_DIV_SAMPLING8(pclk, huart->Init.BaudRate, huart->Init.ClockPrescaler)); in UART_SetConfig()
3203 …usartdiv = (uint16_t)(UART_DIV_SAMPLING8(pll3_clocks.PLL3_Q_Frequency, huart->Init.BaudRate, huart… in UART_SetConfig()
3207 …usartdiv = (uint16_t)(UART_DIV_SAMPLING8(pll4_clocks.PLL4_Q_Frequency, huart->Init.BaudRate, huart… in UART_SetConfig()
3210 …usartdiv = (uint16_t)(UART_DIV_SAMPLING8(HSI_VALUE, huart->Init.BaudRate, huart->Init.ClockPrescal… in UART_SetConfig()
3213 …usartdiv = (uint16_t)(UART_DIV_SAMPLING8(CSI_VALUE, huart->Init.BaudRate, huart->Init.ClockPrescal… in UART_SetConfig()
3216 …usartdiv = (uint16_t)(UART_DIV_SAMPLING8(HSE_VALUE, huart->Init.BaudRate, huart->Init.ClockPrescal… in UART_SetConfig()
3241 …usartdiv = (uint16_t)(UART_DIV_SAMPLING16(pclk, huart->Init.BaudRate, huart->Init.ClockPrescaler)); in UART_SetConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_smartcard.c2351 assert_param(IS_SMARTCARD_BAUDRATE(hsmartcard->Init.BaudRate)); in SMARTCARD_SetConfig()
2421 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2426 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2431 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2436 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2443 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2448 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2453 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2457 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
Dstm32h7xx_ll_lpuart.c178 assert_param(IS_LL_LPUART_BAUDRATE(LPUART_InitStruct->BaudRate)); in LL_LPUART_Init()
223 && (LPUART_InitStruct->BaudRate != 0U)) in LL_LPUART_Init()
229 LPUART_InitStruct->BaudRate); in LL_LPUART_Init()
259 LPUART_InitStruct->BaudRate = LPUART_DEFAULT_BAUDRATE; in LL_LPUART_StructInit()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_smartcard.c2433 assert_param(IS_SMARTCARD_BAUDRATE(hsmartcard->Init.BaudRate)); in SMARTCARD_SetConfig()
2503 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2508 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2513 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2518 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2525 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2530 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2535 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2539 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
Dstm32h7rsxx_ll_lpuart.c178 assert_param(IS_LL_LPUART_BAUDRATE(LPUART_InitStruct->BaudRate)); in LL_LPUART_Init()
223 && (LPUART_InitStruct->BaudRate != 0U)) in LL_LPUART_Init()
229 LPUART_InitStruct->BaudRate); in LL_LPUART_Init()
259 LPUART_InitStruct->BaudRate = LPUART_DEFAULT_BAUDRATE; in LL_LPUART_StructInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_smartcard.c2489 assert_param(IS_SMARTCARD_BAUDRATE(hsmartcard->Init.BaudRate)); in SMARTCARD_SetConfig()
2559 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2564 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2569 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2575 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2580 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2584 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2588 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
Dstm32h5xx_ll_lpuart.c178 assert_param(IS_LL_LPUART_BAUDRATE(LPUART_InitStruct->BaudRate)); in LL_LPUART_Init()
223 && (LPUART_InitStruct->BaudRate != 0U)) in LL_LPUART_Init()
229 LPUART_InitStruct->BaudRate); in LL_LPUART_Init()
259 LPUART_InitStruct->BaudRate = LPUART_DEFAULT_BAUDRATE; in LL_LPUART_StructInit()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_usart.c206 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init()
294 && (USART_InitStruct->BaudRate != 0U)) in LL_USART_Init()
301 USART_InitStruct->BaudRate); in LL_USART_Init()
305 USART_InitStruct->BaudRate); in LL_USART_Init()
327 USART_InitStruct->BaudRate = 9600U; in LL_USART_StructInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_lpuart.c164 assert_param(IS_LL_LPUART_BAUDRATE(LPUART_InitStruct->BaudRate)); in LL_LPUART_Init()
208 && (LPUART_InitStruct->BaudRate != 0U)) in LL_LPUART_Init()
213 LPUART_InitStruct->BaudRate); in LL_LPUART_Init()
237 LPUART_InitStruct->BaudRate = LPUART_DEFAULT_BAUDRATE; in LL_LPUART_StructInit()
Dstm32l0xx_hal_smartcard.c2231 assert_param(IS_SMARTCARD_BAUDRATE(hsmartcard->Init.BaudRate)); in SMARTCARD_SetConfig()
2295 tmpreg = (uint32_t)((pclk + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2299 tmpreg = (uint32_t)((pclk + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2302 … tmpreg = (uint32_t)((HSI_VALUE + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2306 tmpreg = (uint32_t)((pclk + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2309 … tmpreg = (uint32_t)((LSE_VALUE + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_lpuart.c178 assert_param(IS_LL_LPUART_BAUDRATE(LPUART_InitStruct->BaudRate)); in LL_LPUART_Init()
223 && (LPUART_InitStruct->BaudRate != 0U)) in LL_LPUART_Init()
229 LPUART_InitStruct->BaudRate); in LL_LPUART_Init()
259 LPUART_InitStruct->BaudRate = LPUART_DEFAULT_BAUDRATE; in LL_LPUART_StructInit()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_lpuart.c175 assert_param(IS_LL_LPUART_BAUDRATE(LPUART_InitStruct->BaudRate)); in LL_LPUART_Init()
220 && (LPUART_InitStruct->BaudRate != 0U)) in LL_LPUART_Init()
226 LPUART_InitStruct->BaudRate); in LL_LPUART_Init()
256 LPUART_InitStruct->BaudRate = 9600U; in LL_LPUART_StructInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_lpuart.c178 assert_param(IS_LL_LPUART_BAUDRATE(LPUART_InitStruct->BaudRate)); in LL_LPUART_Init()
223 && (LPUART_InitStruct->BaudRate != 0U)) in LL_LPUART_Init()
229 LPUART_InitStruct->BaudRate); in LL_LPUART_Init()
259 LPUART_InitStruct->BaudRate = LPUART_DEFAULT_BAUDRATE; in LL_LPUART_StructInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_lpuart.c178 assert_param(IS_LL_LPUART_BAUDRATE(LPUART_InitStruct->BaudRate)); in LL_LPUART_Init()
223 && (LPUART_InitStruct->BaudRate != 0U)) in LL_LPUART_Init()
229 LPUART_InitStruct->BaudRate); in LL_LPUART_Init()
259 LPUART_InitStruct->BaudRate = LPUART_DEFAULT_BAUDRATE; in LL_LPUART_StructInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_lpuart.c178 assert_param(IS_LL_LPUART_BAUDRATE(LPUART_InitStruct->BaudRate)); in LL_LPUART_Init()
223 && (LPUART_InitStruct->BaudRate != 0U)) in LL_LPUART_Init()
229 LPUART_InitStruct->BaudRate); in LL_LPUART_Init()
259 LPUART_InitStruct->BaudRate = LPUART_DEFAULT_BAUDRATE; in LL_LPUART_StructInit()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_lpuart.c182 assert_param(IS_LL_LPUART_BAUDRATE(LPUART_InitStruct->BaudRate)); in LL_LPUART_Init()
231 && (LPUART_InitStruct->BaudRate != 0U)) in LL_LPUART_Init()
237 LPUART_InitStruct->BaudRate); in LL_LPUART_Init()
267 LPUART_InitStruct->BaudRate = LPUART_DEFAULT_BAUDRATE; in LL_LPUART_StructInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_lpuart.c178 assert_param(IS_LL_LPUART_BAUDRATE(LPUART_InitStruct->BaudRate)); in LL_LPUART_Init()
223 && (LPUART_InitStruct->BaudRate != 0U)) in LL_LPUART_Init()
229 LPUART_InitStruct->BaudRate); in LL_LPUART_Init()
259 LPUART_InitStruct->BaudRate = LPUART_DEFAULT_BAUDRATE; in LL_LPUART_StructInit()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_lpuart.c178 assert_param(IS_LL_LPUART_BAUDRATE(LPUART_InitStruct->BaudRate)); in LL_LPUART_Init()
223 && (LPUART_InitStruct->BaudRate != 0U)) in LL_LPUART_Init()
229 LPUART_InitStruct->BaudRate); in LL_LPUART_Init()
259 LPUART_InitStruct->BaudRate = LPUART_DEFAULT_BAUDRATE; in LL_LPUART_StructInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_smartcard.c2230 assert_param(IS_SMARTCARD_BAUDRATE(hsmartcard->Init.BaudRate)); in SMARTCARD_SetConfig()
2294 tmpreg = (uint32_t)((pclk + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2298 tmpreg = (uint32_t)((pclk + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2301 … tmpreg = (uint32_t)((HSI_VALUE + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2305 tmpreg = (uint32_t)((pclk + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2308 … tmpreg = (uint32_t)((LSE_VALUE + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_smartcard.c2230 assert_param(IS_SMARTCARD_BAUDRATE(hsmartcard->Init.BaudRate)); in SMARTCARD_SetConfig()
2294 tmpreg = (uint32_t)((pclk + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2298 tmpreg = (uint32_t)((pclk + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2301 … tmpreg = (uint32_t)((HSI_VALUE + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2305 tmpreg = (uint32_t)((pclk + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2308 … tmpreg = (uint32_t)((LSE_VALUE + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_lpuart.c196 assert_param(IS_LL_LPUART_BAUDRATE(LPUART_InitStruct->BaudRate)); in LL_LPUART_Init()
258 && (LPUART_InitStruct->BaudRate != 0U)) in LL_LPUART_Init()
264 LPUART_InitStruct->BaudRate); in LL_LPUART_Init()
294 LPUART_InitStruct->BaudRate = LPUART_DEFAULT_BAUDRATE; in LL_LPUART_StructInit()

12345678910>>...13