Searched refs:CMU_OscillatorEnable (Results 1 – 4 of 4) sorted by relevance
| /bsp/efm32/Libraries/emlib/src/ |
| A D | em_dbg.c | 102 CMU_OscillatorEnable(cmuOsc_AUXHFRCO, true, false); in DBG_SWOEnable()
|
| A D | em_cmu.c | 1411 CMU_OscillatorEnable(osc, true, true); in CMU_ClockSelectSet() 1455 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); in CMU_ClockSelectSet() 1461 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); in CMU_ClockSelectSet() 1546 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); in CMU_ClockSelectSet() 1559 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); in CMU_ClockSelectSet() 1909 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable() function
|
| /bsp/efm32/ |
| A D | board.c | 279 CMU_OscillatorEnable(cmuOsc_HFRCO, false, false); in rt_hw_board_init()
|
| /bsp/efm32/Libraries/emlib/inc/ |
| A D | em_cmu.h | 615 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait);
|
Completed in 11 milliseconds