Home
last modified time | relevance | path

Searched refs:SL_Log2ToDiv (Results 1 – 9 of 9) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_cmu.c6590 / SL_Log2ToDiv(((CMU->HFPRESC & _CMU_HFPRESC_HFCLKLEPRESC_MASK) in lfClkGet()
7214 ret = SL_Log2ToDiv(ret); in CMU_ClockDivGet()
7221 ret = SL_Log2ToDiv(ret); in CMU_ClockDivGet()
7229 ret = SL_Log2ToDiv(ret + 1U); in CMU_ClockDivGet()
7238 ret = SL_Log2ToDiv(ret); in CMU_ClockDivGet()
7245 ret = SL_Log2ToDiv(ret); in CMU_ClockDivGet()
7254 ret = SL_Log2ToDiv(ret); in CMU_ClockDivGet()
7262 ret = SL_Log2ToDiv(ret); in CMU_ClockDivGet()
7279 ret = SL_Log2ToDiv(ret); in CMU_ClockDivGet()
7287 ret = SL_Log2ToDiv(ret); in CMU_ClockDivGet()
[all …]
/hal_silabs-latest/gecko/emlib/src/
Dem_cmu.c6537 / SL_Log2ToDiv(((CMU->HFPRESC & _CMU_HFPRESC_HFCLKLEPRESC_MASK) in lfClkGet()
7161 ret = SL_Log2ToDiv(ret); in CMU_ClockDivGet()
7168 ret = SL_Log2ToDiv(ret); in CMU_ClockDivGet()
7176 ret = SL_Log2ToDiv(ret + 1U); in CMU_ClockDivGet()
7185 ret = SL_Log2ToDiv(ret); in CMU_ClockDivGet()
7192 ret = SL_Log2ToDiv(ret); in CMU_ClockDivGet()
7201 ret = SL_Log2ToDiv(ret); in CMU_ClockDivGet()
7209 ret = SL_Log2ToDiv(ret); in CMU_ClockDivGet()
7226 ret = SL_Log2ToDiv(ret); in CMU_ClockDivGet()
7234 ret = SL_Log2ToDiv(ret); in CMU_ClockDivGet()
[all …]
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsli_sleeptimer_hal.h180 EFM_ASSERT(presc == (SL_Log2ToDiv(log2) - 1U)); in sleeptimer_hal_presc_to_log2()
/hal_silabs-latest/gecko/common/inc/
Dsl_common.h373 __STATIC_INLINE uint32_t SL_Log2ToDiv(uint32_t log2) in SL_Log2ToDiv() function
/hal_silabs-latest/simplicity_sdk/platform/common/inc/
Dsl_common.h390 __STATIC_INLINE uint32_t SL_Log2ToDiv(uint32_t log2) in SL_Log2ToDiv() function
/hal_silabs-latest/gecko/emlib/inc/
Dem_cmu_fpga.h739 EFM_ASSERT(presc == (SL_Log2ToDiv(log2) - 1U)); in CMU_PrescToLog2()
Dem_cmu.h3641 EFM_ASSERT(presc == (SL_Log2ToDiv(log2) - 1U)); in CMU_PrescToLog2()
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_cmu_fpga.h739 EFM_ASSERT(presc == (SL_Log2ToDiv(log2) - 1U)); in CMU_PrescToLog2()
Dem_cmu.h3642 EFM_ASSERT(presc == (SL_Log2ToDiv(log2) - 1U)); in CMU_PrescToLog2()