Home
last modified time | relevance | path

Searched refs:LL_RCC_LSE_IsReady (Results 1 – 25 of 53) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rcc.c714 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/
Dstm32u0xx_ll_rcc.c251 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/
Dstm32wlxx_hal_rcc_ex.c169 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()
Dstm32wlxx_ll_rcc.c264 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()
Dstm32wlxx_hal_rcc.c709 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/
Dstm32f7xx_ll_rcc.c306 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/
Dstm32g0xx_ll_rcc.c279 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/
Dstm32l5xx_ll_rcc.c289 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/
Dstm32u5xx_ll_rcc.c340 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/
Dstm32g4xx_ll_rcc.c268 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/
Dstm32wbxx_ll_rcc.c392 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()
Dstm32wbxx_hal_rcc_ex.c246 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()
Dstm32wbxx_hal_rcc.c798 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/
Dstm32wbaxx_ll_rcc.c284 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/
Dstm32f3xx_ll_rcc.c370 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/
Dstm32l4xx_ll_rcc.c383 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/
Dstm32f0xx_ll_rcc.c272 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/
Dstm32l0xx_ll_rcc.c276 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/
Dstm32h7xx_ll_rcc.c593 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/
Dstm32h7rsxx_ll_rcc.c692 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/
Dstm32c0xx_ll_rcc.c195 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/
Dstm32mp1xx_ll_rcc.c1460 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/
Dstm32n6xx_ll_rcc.c1893 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/
Dstm32f4xx_ll_rcc.c512 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/
Dstm32wb0x_ll_rcc.c194 if (LL_RCC_LSE_IsReady() == 1U) in LL_RCC_GetLPUARTClockFreq()

123