/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_lpuart.h | 1144 uint32_t lpuartdiv; in LL_LPUART_GetBaudRate() local 1147 lpuartdiv = LPUARTx->BRR & LPUART_BRR_MASK; in LL_LPUART_GetBaudRate() 1149 if (lpuartdiv >= LPUART_BRR_MIN_VALUE) in LL_LPUART_GetBaudRate() 1151 brrresult = (uint32_t)(((uint64_t)(PeriphClk) * LPUART_LPUARTDIV_FREQ_MUL) / lpuartdiv); in LL_LPUART_GetBaudRate()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_lpuart.h | 1502 uint32_t lpuartdiv; in LL_LPUART_GetBaudRate() local 1508 lpuartdiv = LPUARTx->BRR & LPUART_BRR_MASK; in LL_LPUART_GetBaudRate() 1510 if (lpuartdiv >= LPUART_BRR_MIN_VALUE) in LL_LPUART_GetBaudRate() 1513 brrresult = (uint32_t)(((uint64_t)(periphclkpresc) * LPUART_LPUARTDIV_FREQ_MUL) / lpuartdiv); in LL_LPUART_GetBaudRate() 1515 brrresult = (uint32_t)(((uint64_t)(PeriphClk) * LPUART_LPUARTDIV_FREQ_MUL) / lpuartdiv); in LL_LPUART_GetBaudRate()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_lpuart.h | 1404 uint32_t lpuartdiv; in LL_LPUART_GetBaudRate() local 1408 lpuartdiv = LPUARTx->BRR & LPUART_BRR_MASK; in LL_LPUART_GetBaudRate() 1410 if (lpuartdiv >= LPUART_BRR_MIN_VALUE) in LL_LPUART_GetBaudRate() 1412 brrresult = (uint32_t)(((uint64_t)(periphclkpresc) * LPUART_LPUARTDIV_FREQ_MUL) / lpuartdiv); in LL_LPUART_GetBaudRate()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_lpuart.h | 1404 uint32_t lpuartdiv; in LL_LPUART_GetBaudRate() local 1408 lpuartdiv = LPUARTx->BRR & LPUART_BRR_MASK; in LL_LPUART_GetBaudRate() 1410 if (lpuartdiv >= LPUART_BRR_MIN_VALUE) in LL_LPUART_GetBaudRate() 1412 brrresult = (uint32_t)(((uint64_t)(periphclkpresc) * LPUART_LPUARTDIV_FREQ_MUL) / lpuartdiv); in LL_LPUART_GetBaudRate()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_lpuart.h | 1404 uint32_t lpuartdiv; in LL_LPUART_GetBaudRate() local 1408 lpuartdiv = LPUARTx->BRR & LPUART_BRR_MASK; in LL_LPUART_GetBaudRate() 1410 if (lpuartdiv >= LPUART_BRR_MIN_VALUE) in LL_LPUART_GetBaudRate() 1412 brrresult = (uint32_t)(((uint64_t)(periphclkpresc) * LPUART_LPUARTDIV_FREQ_MUL) / lpuartdiv); in LL_LPUART_GetBaudRate()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_lpuart.h | 1404 uint32_t lpuartdiv; in LL_LPUART_GetBaudRate() local 1408 lpuartdiv = LPUARTx->BRR & LPUART_BRR_MASK; in LL_LPUART_GetBaudRate() 1410 if (lpuartdiv >= LPUART_BRR_MIN_VALUE) in LL_LPUART_GetBaudRate() 1412 brrresult = (uint32_t)(((uint64_t)(periphclkpresc) * LPUART_LPUARTDIV_FREQ_MUL) / lpuartdiv); in LL_LPUART_GetBaudRate()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_lpuart.h | 1404 uint32_t lpuartdiv; in LL_LPUART_GetBaudRate() local 1408 lpuartdiv = LPUARTx->BRR & LPUART_BRR_MASK; in LL_LPUART_GetBaudRate() 1410 if (lpuartdiv >= LPUART_BRR_MIN_VALUE) in LL_LPUART_GetBaudRate() 1412 brrresult = (uint32_t)(((uint64_t)(periphclkpresc) * LPUART_LPUARTDIV_FREQ_MUL) / lpuartdiv); in LL_LPUART_GetBaudRate()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_lpuart.h | 1416 uint32_t lpuartdiv; in LL_LPUART_GetBaudRate() local 1420 lpuartdiv = LPUARTx->BRR & LPUART_BRR_MASK; in LL_LPUART_GetBaudRate() 1422 if (lpuartdiv >= LPUART_BRR_MIN_VALUE) in LL_LPUART_GetBaudRate() 1424 brrresult = (uint32_t)(((uint64_t)(periphclkpresc) * LPUART_LPUARTDIV_FREQ_MUL) / lpuartdiv); in LL_LPUART_GetBaudRate()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_lpuart.h | 1404 uint32_t lpuartdiv; in LL_LPUART_GetBaudRate() local 1408 lpuartdiv = LPUARTx->BRR & LPUART_BRR_MASK; in LL_LPUART_GetBaudRate() 1410 if (lpuartdiv >= LPUART_BRR_MIN_VALUE) in LL_LPUART_GetBaudRate() 1412 brrresult = (uint32_t)(((uint64_t)(periphclkpresc) * LPUART_LPUARTDIV_FREQ_MUL) / lpuartdiv); in LL_LPUART_GetBaudRate()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_lpuart.h | 1404 uint32_t lpuartdiv; in LL_LPUART_GetBaudRate() local 1408 lpuartdiv = LPUARTx->BRR & LPUART_BRR_MASK; in LL_LPUART_GetBaudRate() 1410 if (lpuartdiv >= LPUART_BRR_MIN_VALUE) in LL_LPUART_GetBaudRate() 1412 brrresult = (uint32_t)(((uint64_t)(periphclkpresc) * LPUART_LPUARTDIV_FREQ_MUL) / lpuartdiv); in LL_LPUART_GetBaudRate()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_lpuart.h | 1404 uint32_t lpuartdiv; in LL_LPUART_GetBaudRate() local 1408 lpuartdiv = LPUARTx->BRR & LPUART_BRR_MASK; in LL_LPUART_GetBaudRate() 1410 if (lpuartdiv >= LPUART_BRR_MIN_VALUE) in LL_LPUART_GetBaudRate() 1412 brrresult = (uint32_t)(((uint64_t)(periphclkpresc) * LPUART_LPUARTDIV_FREQ_MUL) / lpuartdiv); in LL_LPUART_GetBaudRate()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_lpuart.h | 1404 uint32_t lpuartdiv; in LL_LPUART_GetBaudRate() local 1408 lpuartdiv = LPUARTx->BRR & LPUART_BRR_MASK; in LL_LPUART_GetBaudRate() 1410 if (lpuartdiv >= LPUART_BRR_MIN_VALUE) in LL_LPUART_GetBaudRate() 1412 brrresult = (uint32_t)(((uint64_t)(periphclkpresc) * LPUART_LPUARTDIV_FREQ_MUL) / lpuartdiv); in LL_LPUART_GetBaudRate()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_lpuart.h | 1404 uint32_t lpuartdiv; in LL_LPUART_GetBaudRate() local 1408 lpuartdiv = LPUARTx->BRR & LPUART_BRR_MASK; in LL_LPUART_GetBaudRate() 1410 if (lpuartdiv >= LPUART_BRR_MIN_VALUE) in LL_LPUART_GetBaudRate() 1412 brrresult = (uint32_t)(((uint64_t)(periphclkpresc) * LPUART_LPUARTDIV_FREQ_MUL) / lpuartdiv); in LL_LPUART_GetBaudRate()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_lpuart.h | 1391 uint32_t lpuartdiv; in LL_LPUART_GetBaudRate() local 1395 lpuartdiv = LPUARTx->BRR & LPUART_BRR_MASK; in LL_LPUART_GetBaudRate() 1397 if (lpuartdiv >= LPUART_BRR_MIN_VALUE) in LL_LPUART_GetBaudRate() 1399 brrresult = (uint32_t)(((uint64_t)(periphclkpresc) * LPUART_LPUARTDIV_FREQ_MUL) / lpuartdiv); in LL_LPUART_GetBaudRate()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_lpuart.h | 1392 uint32_t lpuartdiv; in LL_LPUART_GetBaudRate() local 1396 lpuartdiv = LPUARTx->BRR & LPUART_BRR_MASK; in LL_LPUART_GetBaudRate() 1398 if (lpuartdiv >= LPUART_BRR_MIN_VALUE) in LL_LPUART_GetBaudRate() 1400 brrresult = (uint32_t)(((uint64_t)(periphclkpresc) * LPUART_LPUARTDIV_FREQ_MUL) / lpuartdiv); in LL_LPUART_GetBaudRate()
|