Home
last modified time | relevance | path

Searched refs:current_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.c558 cgc_clock_t current_clock; in R_CGC_ClockStop() local
563current_clock = HW_CGC_ClockSourceGet(gp_system_reg); // The currently active system clock sou… in R_CGC_ClockStop()
566 CGC_ERROR_RETURN((clock_source != current_clock), SSP_ERR_CLOCK_ACTIVE); in R_CGC_ClockStop()
573 …CGC_ERROR_RETURN(!(((CGC_CLOCK_PLL == current_clock) || (r_cgc_clock_run_state_get(gp_system_reg, … in R_CGC_ClockStop()
622 cgc_clock_t current_clock; in R_CGC_SystemClockSet() local
654 current_clock = HW_CGC_ClockSourceGet(gp_system_reg); in R_CGC_SystemClockSet()
655 …if (clock_source != current_clock) // if clock_source is not the current system clock, check st… in R_CGC_SystemClockSet()
898 cgc_clock_t current_clock; in R_CGC_OscStopStatusClear() local
902current_clock = HW_CGC_ClockSourceGet(gp_system_reg); // The currently active system clock source in R_CGC_OscStopStatusClear()
911 …CGC_ERROR_RETURN(!((CGC_CLOCK_PLL == current_clock) && (CGC_CLOCK_MAIN_OSC == alt_clock)), SSP_ERR… in R_CGC_OscStopStatusClear()
[all …]