Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG21/Include/
Dsystem_efr32mg21.h204 uint32_t SystemFSRCOClockGet(void);
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32BG22/Include/
Dsystem_efr32bg22.h221 uint32_t SystemFSRCOClockGet(void);
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG29/Include/
Dsystem_efr32mg29.h227 uint32_t SystemFSRCOClockGet(void);
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32BG29/Include/
Dsystem_efr32bg29.h227 uint32_t SystemFSRCOClockGet(void);
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32BG27/Include/
Dsystem_efr32bg27.h224 uint32_t SystemFSRCOClockGet(void);
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32FG23/Include/
Dsystem_efr32fg23.h233 uint32_t SystemFSRCOClockGet(void);
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG24/Include/
Dsystem_efr32mg24.h233 uint32_t SystemFSRCOClockGet(void);
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32ZG23/Include/
Dsystem_efr32zg23.h233 uint32_t SystemFSRCOClockGet(void);
/hal_silabs-latest/simplicity_sdk/platform/peripheral/src/
Dsl_hal_dcdc_coulomb_counter.c294 freq = SystemFSRCOClockGet(); in sl_hal_dcdc_coulomb_counter_get_cal_reference_freq()
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32BG22/Source/
Dsystem_efr32bg22.c511 uint32_t SystemFSRCOClockGet(void) in SystemFSRCOClockGet() function
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG29/Source/
Dsystem_efr32mg29.c511 uint32_t SystemFSRCOClockGet(void) in SystemFSRCOClockGet() function
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32BG29/Source/
Dsystem_efr32bg29.c511 uint32_t SystemFSRCOClockGet(void) in SystemFSRCOClockGet() function
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32BG27/Source/
Dsystem_efr32bg27.c511 uint32_t SystemFSRCOClockGet(void) in SystemFSRCOClockGet() function
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32FG23/Source/
Dsystem_efr32fg23.c511 uint32_t SystemFSRCOClockGet(void) in SystemFSRCOClockGet() function
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG21/Source/
Dsystem_efr32mg21.c508 uint32_t SystemFSRCOClockGet(void) in SystemFSRCOClockGet() function
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32ZG23/Source/
Dsystem_efr32zg23.c511 uint32_t SystemFSRCOClockGet(void) in SystemFSRCOClockGet() function
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG24/Source/
Dsystem_efr32mg24.c511 uint32_t SystemFSRCOClockGet(void) in SystemFSRCOClockGet() function
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_cmu.c4044 f = SystemFSRCOClockGet(); in em01GrpbClkGet()
4148 f = SystemFSRCOClockGet(); in eusart0ClkGet()
4243 f = SystemFSRCOClockGet(); in em01GrpcClkGet()
4343 f = SystemFSRCOClockGet(); in vdac0ClkGet()
4394 f = SystemFSRCOClockGet(); in vdac1ClkGet()
4479 f = SystemFSRCOClockGet(); in lesenseHFClkGet()
4729 f = SystemFSRCOClockGet(); in em01GrpaClkGet()
5088 f = SystemFSRCOClockGet(); in iadcClkGet()
/hal_silabs-latest/gecko/emlib/src/
Dem_cmu.c3993 f = SystemFSRCOClockGet(); in em01GrpbClkGet()
4097 f = SystemFSRCOClockGet(); in eusart0ClkGet()
4190 f = SystemFSRCOClockGet(); in em01GrpcClkGet()
4290 f = SystemFSRCOClockGet(); in vdac0ClkGet()
4341 f = SystemFSRCOClockGet(); in vdac1ClkGet()
4426 f = SystemFSRCOClockGet(); in lesenseHFClkGet()
4676 f = SystemFSRCOClockGet(); in em01GrpaClkGet()
5035 f = SystemFSRCOClockGet(); in iadcClkGet()
/hal_silabs-latest/simplicity_sdk/platform/service/clock_manager/src/
Dsl_clock_manager_hal_s2.c57 *frequency = SystemFSRCOClockGet(); in sli_clock_manager_hal_get_oscillator_frequency()