Home
last modified time | relevance | path

Searched defs:clock_source (Results 1 – 2 of 2) sorted by relevance

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/
H A Dr_cgc.c456 ssp_err_t R_CGC_ClockStart (cgc_clock_t clock_source, cgc_clock_cfg_t * p_clock_cfg) in R_CGC_ClockStart()
556 ssp_err_t R_CGC_ClockStop (cgc_clock_t clock_source) in R_CGC_ClockStop()
620 ssp_err_t R_CGC_SystemClockSet (cgc_clock_t clock_source, cgc_system_clock_cfg_t const * const p_cl… in R_CGC_SystemClockSet()
728 ssp_err_t R_CGC_SystemClockGet (cgc_clock_t * clock_source, cgc_system_clock_cfg_t * p_set_clock_cf… in R_CGC_SystemClockGet()
793 ssp_err_t R_CGC_ClockCheck (cgc_clock_t clock_source) in R_CGC_ClockCheck()
1501 static void r_cgc_operating_mode_set(cgc_clock_t const clock_source, uint32_t const current_system_… in r_cgc_operating_mode_set()
1675 static ssp_err_t r_cgc_wait_to_complete(cgc_clock_t const clock_source, cgc_clock_change_t option) in r_cgc_wait_to_complete()
1702 static ssp_err_t r_cgc_clock_running_status_check(cgc_clock_t const clock_source) in r_cgc_clock_running_status_check()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/bsp/mcu/all/
H A Dbsp_feature.h90 uint32_t clock_source; ///< The conversion clock used by the ADC peripheral member