/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_rcc.c | 714 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 773 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 832 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 891 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 951 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 1011 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 1098 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUARTClockFreq() 1155 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUARTClockFreq() 1213 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUARTClockFreq() 1272 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUARTClockFreq() [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_rcc.c | 251 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUSARTClockFreq() 282 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUSARTClockFreq() 412 if (LL_RCC_LSE_IsReady() == 1) in LL_RCC_GetLPUARTClockFreq() 439 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetLPUARTClockFreq() 471 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetLPUARTClockFreq() 503 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetRTCClockFreq() 651 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetLPTIMClockFreq() 692 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetLPTIMClockFreq() 736 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetLPTIMClockFreq()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_rcc_ex.c | 169 while (LL_RCC_LSE_IsReady() != 1U) in HAL_RCCEx_PeriphCLKConfig() 434 if (LL_RCC_LSE_IsReady() == 1U) in HAL_RCCEx_GetPeriphCLKFreq() 494 if (LL_RCC_LSE_IsReady() == 1U) in HAL_RCCEx_GetPeriphCLKFreq() 532 if (LL_RCC_LSE_IsReady() == 1U) in HAL_RCCEx_GetPeriphCLKFreq() 566 if (LL_RCC_LSE_IsReady() == 1U) in HAL_RCCEx_GetPeriphCLKFreq() 600 if (LL_RCC_LSE_IsReady() == 1U) in HAL_RCCEx_GetPeriphCLKFreq() 784 if (LL_RCC_LSE_IsReady() == 1U) in HAL_RCCEx_GetPeriphCLKFreq() 828 if (LL_RCC_LSE_IsReady() == 1U) in HAL_RCCEx_GetPeriphCLKFreq() 873 if (LL_RCC_LSE_IsReady() == 1U) in HAL_RCCEx_GetPeriphCLKFreq()
|
D | stm32wlxx_ll_rcc.c | 264 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 293 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 424 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPUARTClockFreq() 482 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPTIMClockFreq() 521 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPTIMClockFreq() 620 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetRNGClockFreq() 740 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetRTCClockFreq()
|
D | stm32wlxx_hal_rcc.c | 709 while (LL_RCC_LSE_IsReady() == 0U) in HAL_RCC_OscConfig() 775 while (LL_RCC_LSE_IsReady() != 0U) in HAL_RCC_OscConfig()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_rcc.c | 306 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUSARTClockFreq() 335 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUSARTClockFreq() 364 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUSARTClockFreq() 395 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUSARTClockFreq() 445 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUARTClockFreq() 474 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUARTClockFreq() 503 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUARTClockFreq() 534 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUARTClockFreq() 741 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetLPTIMClockFreq() 1015 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetCECClockFreq()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_rcc.c | 279 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 309 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 340 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 543 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPUARTClockFreq() 573 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPUARTClockFreq() 631 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPTIMClockFreq() 663 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPTIMClockFreq() 823 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetCECClockFreq() 943 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetRTCClockFreq()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_rcc.c | 289 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 321 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 353 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 408 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUARTClockFreq() 440 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUARTClockFreq() 618 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPUARTClockFreq() 672 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPTIMClockFreq() 707 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPTIMClockFreq() 742 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPTIMClockFreq()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_rcc.c | 340 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 373 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 406 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 439 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 495 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUARTClockFreq() 527 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUARTClockFreq() 916 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPUARTClockFreq() 977 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPTIMClockFreq() 1022 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPTIMClockFreq() 1064 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPTIMClockFreq()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_rcc.c | 268 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUSARTClockFreq() 297 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUSARTClockFreq() 329 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUSARTClockFreq() 381 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUARTClockFreq() 412 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUARTClockFreq() 581 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPUARTClockFreq() 630 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPTIMClockFreq()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_rcc.c | 392 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 502 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPUARTClockFreq() 554 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPTIMClockFreq() 586 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPTIMClockFreq() 765 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetRNGClockFreq() 846 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetRTCClockFreq() 887 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetRFWKPClockFreq()
|
D | stm32wbxx_hal_rcc_ex.c | 246 while (LL_RCC_LSE_IsReady() != 1U) in HAL_RCCEx_PeriphCLKConfig() 567 if (LL_RCC_LSE_IsReady() == 1U) in HAL_RCCEx_GetPeriphCLKFreq() 661 if (LL_RCC_LSE_IsReady() == 1U) in HAL_RCCEx_GetPeriphCLKFreq() 794 if (LL_RCC_LSE_IsReady() == 1U) in HAL_RCCEx_GetPeriphCLKFreq() 832 if (LL_RCC_LSE_IsReady() == 1U) in HAL_RCCEx_GetPeriphCLKFreq() 979 if (LL_RCC_LSE_IsReady() == 1U) in HAL_RCCEx_GetPeriphCLKFreq() 1025 if (LL_RCC_LSE_IsReady() == 1U) in HAL_RCCEx_GetPeriphCLKFreq() 1047 if (LL_RCC_LSE_IsReady() == 1U) in HAL_RCCEx_GetPeriphCLKFreq()
|
D | stm32wbxx_hal_rcc.c | 798 while (LL_RCC_LSE_IsReady() == 0U) in HAL_RCC_OscConfig() 812 while (LL_RCC_LSE_IsReady() != 0U) in HAL_RCC_OscConfig()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_rcc.c | 284 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUSARTClockFreq() 317 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUSARTClockFreq() 520 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPUARTClockFreq() 577 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPTIMClockFreq() 617 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPTIMClockFreq() 746 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetRNGClockFreq()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_rcc.c | 370 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUSARTClockFreq() 408 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUSARTClockFreq() 440 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUSARTClockFreq() 491 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUARTClockFreq() 523 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUARTClockFreq() 794 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetCECClockFreq()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_rcc.c | 383 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUSARTClockFreq() 414 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUSARTClockFreq() 448 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUSARTClockFreq() 501 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUARTClockFreq() 535 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUARTClockFreq() 714 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPUARTClockFreq() 775 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPTIMClockFreq() 820 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPTIMClockFreq()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_rcc.c | 272 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUSARTClockFreq() 304 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUSARTClockFreq() 336 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetUSARTClockFreq() 462 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetCECClockFreq()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_rcc.c | 276 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUSARTClockFreq() 315 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUSARTClockFreq() 450 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPUARTClockFreq() 506 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPTIMClockFreq()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_rcc.c | 593 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUSARTClockFreq() 656 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPUARTClockFreq() 780 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPTIMClockFreq() 1038 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetRNGClockFreq() 1073 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetCECClockFreq()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_rcc.c | 692 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUSARTClockFreq() 761 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUARTClockFreq() 830 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPUARTClockFreq() 1008 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPTIMClockFreq() 1203 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetCECClockFreq()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_rcc.c | 195 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetUSARTClockFreq() 368 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetRTCClockFreq()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_rcc.c | 1460 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetCECClockFreq() 1609 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetRNGClockFreq() 1847 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPTIMClockFreq() 1982 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetRTCClockFreq()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_rcc.c | 1893 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPTIMClockFreq() 2021 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetLPUARTClockFreq() 3067 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUARTClockFreq() 3214 if (LL_RCC_LSE_IsReady() != 0U) in LL_RCC_GetUSARTClockFreq()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_rcc.c | 512 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetLPTIMClockFreq() 821 if (LL_RCC_LSE_IsReady()) in LL_RCC_GetCECClockFreq()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_ll_rcc.c | 194 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPUARTClockFreq()
|