Home
last modified time | relevance | path

Searched refs:lpuartdiv (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_lpuart.h1144 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/
Dstm32l4xx_ll_lpuart.h1502 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/
Dstm32wbxx_ll_lpuart.h1404 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/
Dstm32n6xx_ll_lpuart.h1404 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/
Dstm32h5xx_ll_lpuart.h1404 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/
Dstm32u0xx_ll_lpuart.h1404 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/
Dstm32g0xx_ll_lpuart.h1404 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/
Dstm32wb0x_ll_lpuart.h1416 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/
Dstm32h7rsxx_ll_lpuart.h1404 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/
Dstm32h7xx_ll_lpuart.h1404 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/
Dstm32wlxx_ll_lpuart.h1404 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/
Dstm32l5xx_ll_lpuart.h1404 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/
Dstm32g4xx_ll_lpuart.h1404 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/
Dstm32u5xx_ll_lpuart.h1391 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/
Dstm32wbaxx_ll_lpuart.h1392 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()