Home
last modified time | relevance | path

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

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/bsp/mcu/s1ja/
H A Dbsp_clocks.c127 g_cgc_on_cgc.systemClockFreqGet(CGC_SYSTEM_CLOCKS_ICLK, &freq); in bsp_cpu_clock_get()
H A Dbsp_feature.c135 p_can_feature->clock = CGC_SYSTEM_CLOCKS_ICLK; in R_BSP_FeatureCanGet()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/
H A Dr_cgc_api.h139 CGC_SYSTEM_CLOCKS_ICLK ///< ICLK - System clock. enumerator
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/hw/
H A Dhw_cgc.h67 #define CGC_SYSTEMS_CLOCKS_MAX (CGC_SYSTEM_CLOCKS_ICLK) ///< Highest enum value for system clock
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/
H A Dr_cgc.c675 args.current_freq_hz = r_cgc_clock_hzget(gp_system_reg, CGC_SYSTEM_CLOCKS_ICLK); in R_CGC_SystemClockSet()
699 args.current_freq_hz = r_cgc_clock_hzget(gp_system_reg, CGC_SYSTEM_CLOCKS_ICLK); in R_CGC_SystemClockSet()
753 if (CGC_SYSTEM_CLOCKS_ICLK == clock) in R_CGC_SystemClockFreqGet()
2053 system_clock_freq = r_cgc_clock_hzget(p_system_reg, CGC_SYSTEM_CLOCKS_ICLK); in r_cgc_delay_cycles()
2409 case CGC_SYSTEM_CLOCKS_ICLK: in r_cgc_clock_divider_get()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/
H A Dr_flash_lp.c1183 …err = g_cgc_on_cgc.systemClockFreqGet(CGC_SYSTEM_CLOCKS_ICLK, &g_current_parameters.system_clock_f… in flash_setup()