Home
last modified time | relevance | path

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

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/
H A Dr_cgc.c98 …void r_cgc_operating_mode_set(cgc_clock_t const clock_source, uint32_t const current_system_clock);
379 cgc_clock_t current_system_clock = CGC_CLOCK_HOCO; in R_CGC_ClocksCfg() local
380 R_CGC_SystemClockGet(&current_system_clock, &sys_cfg); in R_CGC_ClocksCfg()
419 if (requested_system_clock != current_system_clock) in R_CGC_ClocksCfg()
421 if (CGC_CLOCK_CHANGE_STOP == options[current_system_clock]) in R_CGC_ClocksCfg()
423 err = r_cgc_clock_start_stop(CGC_CLOCK_CHANGE_STOP, current_system_clock, p_clock_cfg); in R_CGC_ClocksCfg()
1501 … void r_cgc_operating_mode_set(cgc_clock_t const clock_source, uint32_t const current_system_clock) in r_cgc_operating_mode_set() argument
1508 if (current_system_clock <= gp_cgc_feature->middle_speed_max_freq_hz) in r_cgc_operating_mode_set()
1523 if (current_system_clock <= (gp_cgc_feature->low_voltage_max_freq_hz)) in r_cgc_operating_mode_set()
1552 if (current_system_clock <= gp_cgc_feature->low_speed_max_freq_hz) in r_cgc_operating_mode_set()
[all …]