Home
last modified time | relevance | path

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

1234567891011

/hal_stm32-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_smartcard.c2437 assert_param(IS_SMARTCARD_BAUDRATE(hsmartcard->Init.BaudRate)); in SMARTCARD_SetConfig()
2507 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2512 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2517 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2523 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2528 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2532 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2536 (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-3.6.0/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-3.6.0/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-3.6.0/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()
Dstm32wlxx_ll_usart.c180 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init()
240 && (USART_InitStruct->BaudRate != 0U)) in LL_USART_Init()
247 USART_InitStruct->BaudRate); in LL_USART_Init()
275 USART_InitStruct->BaudRate = 9600U; in LL_USART_StructInit()
Dstm32wlxx_hal_smartcard.c2349 assert_param(IS_SMARTCARD_BAUDRATE(hsmartcard->Init.BaudRate)); in SMARTCARD_SetConfig()
2419 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2424 (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()
2437 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
/hal_stm32-3.6.0/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()
Dstm32wbxx_ll_usart.c184 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init()
241 && (USART_InitStruct->BaudRate != 0U)) in LL_USART_Init()
248 USART_InitStruct->BaudRate); in LL_USART_Init()
276 USART_InitStruct->BaudRate = USART_DEFAULT_BAUDRATE; in LL_USART_StructInit()
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_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()
Dstm32g4xx_hal_smartcard.c2354 assert_param(IS_SMARTCARD_BAUDRATE(hsmartcard->Init.BaudRate)); in SMARTCARD_SetConfig()
2424 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2429 (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()
2442 (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
/hal_stm32-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_lpuart.c189 assert_param(IS_LL_LPUART_BAUDRATE(LPUART_InitStruct->BaudRate)); in LL_LPUART_Init()
249 && (LPUART_InitStruct->BaudRate != 0U)) in LL_LPUART_Init()
255 LPUART_InitStruct->BaudRate); in LL_LPUART_Init()
285 LPUART_InitStruct->BaudRate = 9600U; in LL_LPUART_StructInit()
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_smartcard.c2235 assert_param(IS_SMARTCARD_BAUDRATE(hsmartcard->Init.BaudRate)); in SMARTCARD_SetConfig()
2299 tmpreg = (uint32_t)((pclk + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2303 tmpreg = (uint32_t)((pclk + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2306 … tmpreg = (uint32_t)((HSI_VALUE + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2310 tmpreg = (uint32_t)((pclk + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
2313 … tmpreg = (uint32_t)((LSE_VALUE + (hsmartcard->Init.BaudRate / 2U)) / hsmartcard->Init.BaudRate); in SMARTCARD_SetConfig()
/hal_stm32-3.6.0/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()

1234567891011