Home
last modified time | relevance | path

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

/hal_silabs-latest/gecko/emlib/src/
Dem_cmu_fpga.c435 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()
Dem_cmu.c3672 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 …]
Dem_cryotimer.c42 | ((uint32_t)init->osc << _CRYOTIMER_CTRL_OSCSEL_SHIFT) in CRYOTIMER_Init()
Dem_emu.c1345 | (em4Init->osc) in EMU_EM4Init()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_cmu_fpga.c435 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()
Dem_cmu_fpga_npu.c438 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()
Dem_cmu.c3723 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 …]
Dem_emu.c1380 | (em4Init->osc) in EMU_EM4Init()
/hal_silabs-latest/gecko/emlib/inc/
Dem_cmu_fpga.h645 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);
Dem_cmu.h1404 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,
Dem_cryotimer.h183 CRYOTIMER_Osc_TypeDef osc; member
Dem_emu.h753 EMU_EM4Osc_TypeDef osc; /**< EM4 duty oscillator. */ member
Dsli_em_cmu.h1209 void sli_em_cmu_HFClockSelectLFOsc(uint8_t osc);
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_cmu_fpga.h645 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);
Dem_cmu.h1405 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,
Dem_emu.h799 EMU_EM4Osc_TypeDef osc; /**< EM4 duty oscillator. */ member
Dsli_em_cmu.h1212 void sli_em_cmu_HFClockSelectLFOsc(uint8_t osc);