Home
last modified time | relevance | path

Searched refs:r_cgc_clock_stop (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.c107 static void r_cgc_clock_stop (R_SYSTEM_Type * p_system_reg, cgc_clock_t clock);
334 r_cgc_clock_stop(gp_system_reg, CGC_CLOCK_SUBCLOCK); // stop SubClock in R_CGC_Init()
588 r_cgc_clock_stop(gp_system_reg, clock_source); // stop the clock in R_CGC_ClockStop()
1950 static void r_cgc_clock_stop (R_SYSTEM_Type * p_system_reg, cgc_clock_t clock) in r_cgc_clock_stop() function