Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/service/clock_manager/src/
Dsl_clock_manager_hal_s2.c53 uint32_t *frequency) in sli_clock_manager_hal_get_oscillator_frequency() argument
57 *frequency = SystemFSRCOClockGet(); in sli_clock_manager_hal_get_oscillator_frequency()
61 *frequency = SystemHFXOClockGet(); in sli_clock_manager_hal_get_oscillator_frequency()
65 *frequency = SystemHFRCODPLLClockGet(); in sli_clock_manager_hal_get_oscillator_frequency()
70 *frequency = SystemHFRCOEM23ClockGet(); in sli_clock_manager_hal_get_oscillator_frequency()
76 *frequency = SystemRFFPLLClockGet(); in sli_clock_manager_hal_get_oscillator_frequency()
82 *frequency = CMU_ClockFreqGet(cmuClock_USB); in sli_clock_manager_hal_get_oscillator_frequency()
87 *frequency = SystemLFXOClockGet(); in sli_clock_manager_hal_get_oscillator_frequency()
91 *frequency = SystemLFRCOClockGet(); in sli_clock_manager_hal_get_oscillator_frequency()
95 *frequency = SystemULFRCOClockGet(); in sli_clock_manager_hal_get_oscillator_frequency()
[all …]
Dsl_clock_manager.c48 uint32_t *frequency) in sl_clock_manager_get_oscillator_frequency() argument
50 if (frequency == NULL) { in sl_clock_manager_get_oscillator_frequency()
54 return sli_clock_manager_hal_get_oscillator_frequency(oscillator, frequency); in sl_clock_manager_get_oscillator_frequency()
74 uint32_t *frequency) in sl_clock_manager_get_clock_branch_frequency() argument
76 if (frequency == NULL) { in sl_clock_manager_get_clock_branch_frequency()
80 return sli_clock_manager_hal_get_clock_branch_frequency(clock_branch, frequency); in sl_clock_manager_get_clock_branch_frequency()
Dsl_clock_manager_init_hal_s2.c96 uint32_t frequency; // Host target frequency. member
364 .frequency = SL_CLOCK_MANAGER_DPLL_FREQ, in init_hfrcodpll()
468 rffpll_init.frequency = SL_CLOCK_MANAGER_RFFPLL_FREQ; in init_rffpll()
474 rffpll_init.frequency = radioConfigRffpllConfig->sysclkFreqHz; in init_rffpll()
480 rffpll_init.frequency = rffpll_band_config_39MHz[SL_CLOCK_MANAGER_RFFPLL_BAND].frequency; in init_rffpll()
490 SystemRFFPLLClockSet(rffpll_init.frequency); in init_rffpll()
Dsli_clock_manager_hal.h50 uint32_t *frequency);
63 uint32_t *frequency);
/hal_silabs-latest/simplicity_sdk/platform/service/device_init/src/
Dsl_device_init_rffpll_s2.c52 uint32_t frequency; // Host target frequency. member
79 rffpll_init.frequency = SL_DEVICE_INIT_RFFPLL_FREQ; in sl_device_init_rffpll()
85 rffpll_init.frequency = radioConfigRffpllConfig->sysclkFreqHz; in sl_device_init_rffpll()
91 rffpll_init.frequency = rffpll_band_config_39MHz[SL_DEVICE_INIT_RFFPLL_BAND].frequency; in sl_device_init_rffpll()
105 SystemRFFPLLClockSet(rffpll_init.frequency); in sl_device_init_rffpll()
Dsl_device_init_dpll_s2.c38 .frequency = SL_DEVICE_INIT_DPLL_FREQ, in sl_device_init_dpll()
/hal_silabs-latest/gecko/emlib/src/
Dem_burtc.c395 uint32_t frequency; in BURTC_ClockFreqGet() local
404 frequency = 2000; /* 2 kHz when clock divisor is 1. */ in BURTC_ClockFreqGet()
406 frequency = SystemULFRCOClockGet(); /* 1 kHz when divisor is different in BURTC_ClockFreqGet()
413 frequency = SystemLFRCOClockGet() / (1 << clkDiv); /* freq=32768/2^clkDiv */ in BURTC_ClockFreqGet()
418 frequency = SystemLFXOClockGet() / (1 << clkDiv); /* freq=32768/2^clkDiv */ in BURTC_ClockFreqGet()
423 frequency = 0; in BURTC_ClockFreqGet()
425 return frequency; in BURTC_ClockFreqGet()
Dem_cmu.c2656 EFM_ASSERT(init->frequency >= hfrcoCalTable[0].minFreq); in CMU_DPLLLock()
2657 EFM_ASSERT(init->frequency in CMU_DPLLLock()
2666 && (init->frequency > CMU_VSCALEEM01_LOWPOWER_VOLTAGE_CLOCK_MAX)) { in CMU_DPLLLock()
2674 if ((init->frequency >= hfrcoCalTable[i].minFreq) in CMU_DPLLLock()
2675 && (init->frequency <= hfrcoCalTable[i].maxFreq)) { in CMU_DPLLLock()
2761 SystemHFRCODPLLClockSet(init->frequency); in CMU_DPLLLock()
2790 EFM_ASSERT(sysFreq <= init->frequency); in CMU_DPLLLock()
2792 EFM_ASSERT(init->frequency == SystemHFRCODPLLClockGet()); in CMU_DPLLLock()
2897 SystemRFFPLLClockSet(pllInit->frequency); in CMU_RFFPLLInit()
10214 EFM_ASSERT(init->frequency >= hfrcoCtrlTable[0].minFreq); in CMU_DPLLLock()
[all …]
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_burtc.c397 uint32_t frequency; in BURTC_ClockFreqGet() local
406 frequency = 2000; /* 2 kHz when clock divisor is 1. */ in BURTC_ClockFreqGet()
408 frequency = SystemULFRCOClockGet(); /* 1 kHz when divisor is different in BURTC_ClockFreqGet()
415 frequency = SystemLFRCOClockGet() / (1 << clkDiv); /* freq=32768/2^clkDiv */ in BURTC_ClockFreqGet()
420 frequency = SystemLFXOClockGet() / (1 << clkDiv); /* freq=32768/2^clkDiv */ in BURTC_ClockFreqGet()
425 frequency = 0; in BURTC_ClockFreqGet()
427 return frequency; in BURTC_ClockFreqGet()
Dem_cmu.c2685 EFM_ASSERT(init->frequency >= hfrcoCalTable[0].minFreq); in CMU_DPLLLock()
2686 EFM_ASSERT(init->frequency in CMU_DPLLLock()
2695 && (init->frequency > CMU_VSCALEEM01_LOWPOWER_VOLTAGE_CLOCK_MAX)) { in CMU_DPLLLock()
2703 if ((init->frequency >= hfrcoCalTable[i].minFreq) in CMU_DPLLLock()
2704 && (init->frequency <= hfrcoCalTable[i].maxFreq)) { in CMU_DPLLLock()
2790 SystemHFRCODPLLClockSet(init->frequency); in CMU_DPLLLock()
2819 EFM_ASSERT(sysFreq <= init->frequency); in CMU_DPLLLock()
2821 EFM_ASSERT(init->frequency == SystemHFRCODPLLClockGet()); in CMU_DPLLLock()
2926 SystemRFFPLLClockSet(pllInit->frequency); in CMU_RFFPLLInit()
10267 EFM_ASSERT(init->frequency >= hfrcoCtrlTable[0].minFreq); in CMU_DPLLLock()
[all …]
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer_hal_rtcc.c251 uint32_t frequency; in sleeptimer_hal_get_timer_frequency() local
255 sl_clock_manager_get_clock_branch_frequency(clock_branch, &frequency); in sleeptimer_hal_get_timer_frequency()
256 return (frequency >> (sleeptimer_hal_presc_to_log2(SL_SLEEPTIMER_FREQ_DIVIDER - 1))); in sleeptimer_hal_get_timer_frequency()
Dsl_sleeptimer_hal_burtc.c283 uint32_t frequency; in sleeptimer_hal_get_timer_frequency() local
287 sl_clock_manager_get_clock_branch_frequency(clock_branch, &frequency); in sleeptimer_hal_get_timer_frequency()
288 return (frequency >> (sleeptimer_hal_presc_to_log2(SL_SLEEPTIMER_FREQ_DIVIDER - 1))); in sleeptimer_hal_get_timer_frequency()
Dsl_sleeptimer_hal_sysrtc.c352 uint32_t frequency; in sleeptimer_hal_get_timer_frequency() local
356 sl_clock_manager_get_clock_branch_frequency(clock_branch, &frequency); in sleeptimer_hal_get_timer_frequency()
357 return frequency; in sleeptimer_hal_get_timer_frequency()
/hal_silabs-latest/simplicity_sdk/platform/peripheral/src/
Dsl_hal_system.c257 uint32_t sl_hal_system_get_hfrcodpll_band_calibration(uint32_t frequency) in sl_hal_system_get_hfrcodpll_band_calibration() argument
268 if ((frequency >= HFRCO_DPLL_FREQUENCY_TABLE[i].min_freq) in sl_hal_system_get_hfrcodpll_band_calibration()
269 && (frequency <= HFRCO_DPLL_FREQUENCY_TABLE[i].max_freq)) { in sl_hal_system_get_hfrcodpll_band_calibration()
296 (void)frequency; in sl_hal_system_get_hfrcodpll_band_calibration()
/hal_silabs-latest/simplicity_sdk/platform/service/clock_manager/inc/
Dsl_clock_manager.h327 uint32_t *frequency);
354 uint32_t *frequency);
/hal_silabs-latest/simplicity_sdk/platform/peripheral/inc/
Dsl_hal_system_generic.h188 uint32_t sl_hal_system_get_hfrcodpll_band_calibration(uint32_t frequency);
/hal_silabs-latest/gecko/platform/radio/rail_lib/protocol/zwave/
Drail_zwave.h407 …uint32_t frequency[RAIL_NUM_ZWAVE_CHANNELS]; /**< Channel frequency in hert… member
/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/protocol/zwave/
Drail_zwave.h477 uint32_t frequency[RAIL_NUM_ZWAVE_CHANNELS]; member
/hal_silabs-latest/gecko/emlib/inc/
Dem_cmu.h1159 uint32_t frequency; /**< PLL frequency value, max 80 MHz. */ member
1308 uint32_t frequency; /**< Host target frequency. */ member
3292 uint32_t frequency; /**< PLL frequency value, max 40 MHz. */
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_cmu.h1159 uint32_t frequency; /**< PLL frequency value, max 80 MHz. */ member
1308 uint32_t frequency; /**< Host target frequency. */ member
3293 uint32_t frequency; /**< PLL frequency value, max 40 MHz. */
/hal_silabs-latest/gecko/platform/radio/rail_lib/common/
Drail_types.h1975 uint32_t frequency; /**< Channel frequency, in Hz */ member
/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/common/
Drail_types.h2360 uint32_t frequency; member