Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_cmu.c11232 uint32_t enBit; in CMU_OscillatorEnable() local
11237 enBit = CMU_OSCENCMD_HFRCOEN; in CMU_OscillatorEnable()
11246 enBit = CMU_OSCENCMD_HFXOEN; in CMU_OscillatorEnable()
11255 enBit = CMU_OSCENCMD_AUXHFRCOEN; in CMU_OscillatorEnable()
11264 enBit = CMU_OSCENCMD_LFRCOEN; in CMU_OscillatorEnable()
11273 enBit = CMU_OSCENCMD_LFXOEN; in CMU_OscillatorEnable()
11283 enBit = CMU_OSCENCMD_USHFRCOEN; in CMU_OscillatorEnable()
11299 enBit = CMU_OSCENCMD_PLFRCOEN; in CMU_OscillatorEnable()
11337 CMU->OSCENCMD = enBit; in CMU_OscillatorEnable()
11372 CMU->OSCENCMD = enBit; in CMU_OscillatorEnable()
/hal_silabs-latest/gecko/emlib/src/
Dem_cmu.c11179 uint32_t enBit; in CMU_OscillatorEnable() local
11184 enBit = CMU_OSCENCMD_HFRCOEN; in CMU_OscillatorEnable()
11193 enBit = CMU_OSCENCMD_HFXOEN; in CMU_OscillatorEnable()
11202 enBit = CMU_OSCENCMD_AUXHFRCOEN; in CMU_OscillatorEnable()
11211 enBit = CMU_OSCENCMD_LFRCOEN; in CMU_OscillatorEnable()
11220 enBit = CMU_OSCENCMD_LFXOEN; in CMU_OscillatorEnable()
11230 enBit = CMU_OSCENCMD_USHFRCOEN; in CMU_OscillatorEnable()
11246 enBit = CMU_OSCENCMD_PLFRCOEN; in CMU_OscillatorEnable()
11284 CMU->OSCENCMD = enBit; in CMU_OscillatorEnable()
11319 CMU->OSCENCMD = enBit; in CMU_OscillatorEnable()