| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_cmu_fpga.c | 435 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable() argument 437 (void) osc; in CMU_OscillatorEnable() 442 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc) in CMU_OscillatorTuningGet() argument 444 (void) osc; in CMU_OscillatorTuningGet() 448 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val) in CMU_OscillatorTuningSet() argument 450 (void) osc; in CMU_OscillatorTuningSet()
|
| D | em_cmu.c | 3672 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc) in CMU_OscillatorTuningGet() argument 3676 switch (osc) { in CMU_OscillatorTuningGet() 3737 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val) in CMU_OscillatorTuningSet() argument 3743 switch (osc) { in CMU_OscillatorTuningSet() 9009 void sli_em_cmu_HFClockSelectLFOsc(uint8_t osc) in sli_em_cmu_HFClockSelectLFOsc() argument 9011 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc() 9014 } else if (osc == (uint8_t)cmuOsc_LFRCO) { in sli_em_cmu_HFClockSelectLFOsc() 9028 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc() 9030 } else if (osc == (uint8_t)cmuOsc_LFRCO) { in sli_em_cmu_HFClockSelectLFOsc() 9039 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc() [all …]
|
| D | em_cryotimer.c | 42 | ((uint32_t)init->osc << _CRYOTIMER_CTRL_OSCSEL_SHIFT) in CRYOTIMER_Init()
|
| D | em_emu.c | 1345 | (em4Init->osc) in EMU_EM4Init()
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_cmu_fpga.c | 435 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable() argument 437 (void) osc; in CMU_OscillatorEnable() 442 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc) in CMU_OscillatorTuningGet() argument 444 (void) osc; in CMU_OscillatorTuningGet() 448 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val) in CMU_OscillatorTuningSet() argument 450 (void) osc; in CMU_OscillatorTuningSet()
|
| D | em_cmu_fpga_npu.c | 438 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable() argument 440 (void) osc; in CMU_OscillatorEnable() 445 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc) in CMU_OscillatorTuningGet() argument 447 (void) osc; in CMU_OscillatorTuningGet() 451 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val) in CMU_OscillatorTuningSet() argument 453 (void) osc; in CMU_OscillatorTuningSet()
|
| D | em_cmu.c | 3723 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc) in CMU_OscillatorTuningGet() argument 3727 switch (osc) { in CMU_OscillatorTuningGet() 3788 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val) in CMU_OscillatorTuningSet() argument 3794 switch (osc) { in CMU_OscillatorTuningSet() 9062 void sli_em_cmu_HFClockSelectLFOsc(uint8_t osc) in sli_em_cmu_HFClockSelectLFOsc() argument 9064 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc() 9067 } else if (osc == (uint8_t)cmuOsc_LFRCO) { in sli_em_cmu_HFClockSelectLFOsc() 9081 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc() 9083 } else if (osc == (uint8_t)cmuOsc_LFRCO) { in sli_em_cmu_HFClockSelectLFOsc() 9092 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc() [all …]
|
| D | em_emu.c | 1380 | (em4Init->osc) in EMU_EM4Init()
|
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_cmu_fpga.h | 645 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait); 646 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc); 647 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val);
|
| D | em_cmu.h | 1404 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc); 1405 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, 1612 __STATIC_INLINE void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, in CMU_OscillatorEnable() argument 1616 (void)osc; in CMU_OscillatorEnable() 3398 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait); 3399 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc); 3400 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val); 3403 bool CMU_OscillatorTuningWait(CMU_Osc_TypeDef osc, CMU_HFXOTuningMode_TypeDef mode); 3404 bool CMU_OscillatorTuningOptimize(CMU_Osc_TypeDef osc,
|
| D | em_cryotimer.h | 183 CRYOTIMER_Osc_TypeDef osc; member
|
| D | em_emu.h | 753 EMU_EM4Osc_TypeDef osc; /**< EM4 duty oscillator. */ member
|
| D | sli_em_cmu.h | 1209 void sli_em_cmu_HFClockSelectLFOsc(uint8_t osc);
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_cmu_fpga.h | 645 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait); 646 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc); 647 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val);
|
| D | em_cmu.h | 1405 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc); 1406 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, 1613 __STATIC_INLINE void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, in CMU_OscillatorEnable() argument 1617 (void)osc; in CMU_OscillatorEnable() 3399 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait); 3400 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc); 3401 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val); 3404 bool CMU_OscillatorTuningWait(CMU_Osc_TypeDef osc, CMU_HFXOTuningMode_TypeDef mode); 3405 bool CMU_OscillatorTuningOptimize(CMU_Osc_TypeDef osc,
|
| D | em_emu.h | 799 EMU_EM4Osc_TypeDef osc; /**< EM4 duty oscillator. */ member
|
| D | sli_em_cmu.h | 1212 void sli_em_cmu_HFClockSelectLFOsc(uint8_t osc);
|