Home
last modified time | relevance | path

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

/hal_silabs-3.7.0/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()