Home
last modified time | relevance | path

Searched refs:hfPresc (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/gecko/emlib/src/
Dem_emu.c1859 uint32_t hfPresc = 1U + ((CMU->HFPRESC & _CMU_HFPRESC_PRESC_MASK) in EMU_VScaleEM01ByClock()
1861 hfSrcClockFrequency = SystemHFClockGet() * hfPresc; in EMU_VScaleEM01ByClock()
1942 uint32_t hfPresc = 1U + ((CMU->HFPRESC & _CMU_HFPRESC_PRESC_MASK) in EMU_VScaleEM01() local
1945 hfSrcClockFrequency = hfFreq * hfPresc; in EMU_VScaleEM01()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_emu.c1914 uint32_t hfPresc = 1U + ((CMU->HFPRESC & _CMU_HFPRESC_PRESC_MASK) in EMU_VScaleEM01ByClock()
1916 hfSrcClockFrequency = SystemHFClockGet() * hfPresc; in EMU_VScaleEM01ByClock()
1997 uint32_t hfPresc = 1U + ((CMU->HFPRESC & _CMU_HFPRESC_PRESC_MASK) in EMU_VScaleEM01() local
2000 hfSrcClockFrequency = hfFreq * hfPresc; in EMU_VScaleEM01()