/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_smartcard.c | 2463 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 …]
|
D | stm32l4xx_ll_lpuart.c | 182 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()
|
D | stm32l4xx_hal_irda.c | 2330 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/ |
D | stm32mp1xx_hal_smartcard.c | 2354 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()
|
D | stm32mp1xx_hal_uart.c | 3139 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/ |
D | stm32h7xx_hal_smartcard.c | 2351 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()
|
D | stm32h7xx_ll_lpuart.c | 178 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/ |
D | stm32h5xx_hal_smartcard.c | 2437 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()
|
D | stm32h5xx_ll_lpuart.c | 178 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/ |
D | stm32f1xx_ll_usart.c | 206 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/ |
D | stm32l0xx_ll_lpuart.c | 164 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()
|
D | stm32l0xx_hal_smartcard.c | 2231 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/ |
D | stm32wlxx_ll_lpuart.c | 175 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()
|
D | stm32wlxx_ll_usart.c | 180 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()
|
D | stm32wlxx_hal_smartcard.c | 2349 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/ |
D | stm32wbxx_ll_lpuart.c | 178 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()
|
D | stm32wbxx_ll_usart.c | 184 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/ |
D | stm32g4xx_ll_lpuart.c | 175 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()
|
D | stm32g4xx_hal_smartcard.c | 2354 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/ |
D | stm32wbaxx_ll_lpuart.c | 178 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/ |
D | stm32u5xx_ll_lpuart.c | 178 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/ |
D | stm32l5xx_ll_lpuart.c | 178 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/ |
D | stm32g0xx_ll_lpuart.c | 189 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/ |
D | stm32f7xx_hal_smartcard.c | 2235 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/ |
D | stm32f3xx_hal_smartcard.c | 2230 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()
|