Searched refs:clock_source (Results 1 – 6 of 6) sorted by relevance
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/ |
H A D | r_cgc.c | 98 static void r_cgc_operating_mode_set(cgc_clock_t const clock_source, uint32_t const current_system_… 99 static ssp_err_t r_cgc_wait_to_complete(cgc_clock_t const clock_source, cgc_clock_change_t option); 100 static ssp_err_t r_cgc_clock_running_status_check(cgc_clock_t const clock_source); 456 ssp_err_t R_CGC_ClockStart (cgc_clock_t clock_source, cgc_clock_cfg_t * p_clock_cfg) in R_CGC_ClockStart() argument 465 CGC_ERROR_RETURN((HW_CGC_ClockSourceValidCheck(clock_source)), SSP_ERR_INVALID_ARGUMENT); in R_CGC_ClockStart() 467 if (true == r_cgc_clock_run_state_get(gp_system_reg, clock_source)) in R_CGC_ClockStart() 477 if (CGC_CLOCK_SUBCLOCK == clock_source) in R_CGC_ClockStart() 482 else if (CGC_CLOCK_MOCO == clock_source) in R_CGC_ClockStart() 486 else if (CGC_CLOCK_HOCO == clock_source) in R_CGC_ClockStart() 492 else if (CGC_CLOCK_MAIN_OSC == clock_source) in R_CGC_ClockStart() [all …]
|
H A D | r_cgc_private_api.h | 31 ssp_err_t R_CGC_ClockStart (cgc_clock_t clock_source, cgc_clock_cfg_t * pclock_cfg); 32 ssp_err_t R_CGC_ClockStop (cgc_clock_t clock_source); 33 ssp_err_t R_CGC_SystemClockSet (cgc_clock_t clock_source, cgc_system_clock_cfg_t const * const pclo… 34 ssp_err_t R_CGC_SystemClockGet (cgc_clock_t * clock_source, cgc_system_clock_cfg_t * pSet_clock_cfg… 36 ssp_err_t R_CGC_ClockCheck (cgc_clock_t clock_source);
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/ |
H A D | r_cgc_api.h | 241 ssp_err_t (* clockStart)(cgc_clock_t clock_source, cgc_clock_cfg_t * p_clock_cfg); 249 ssp_err_t (* clockStop)(cgc_clock_t clock_source); 258 …ssp_err_t (* systemClockSet)(cgc_clock_t clock_source, cgc_system_clock_cfg_t const * const p_cloc… 282 ssp_err_t (* clockCheck)(cgc_clock_t clock_source);
|
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/api/ |
H A D | r_cgc_api.h | 283 fsp_err_t (* clockStart)(cgc_ctrl_t * const p_ctrl, cgc_clock_t clock_source, 292 fsp_err_t (* clockStop)(cgc_ctrl_t * const p_ctrl, cgc_clock_t clock_source); 300 fsp_err_t (* clockCheck)(cgc_ctrl_t * const p_ctrl, cgc_clock_t clock_source); 309 fsp_err_t (* systemClockSet)(cgc_ctrl_t * const p_ctrl, cgc_clock_t clock_source,
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/bsp/mcu/s1ja/ |
H A D | bsp_feature.c | 122 p_adc_feature->clock_source = CGC_SYSTEM_CLOCKS_PCLKD; in R_BSP_FeatureAdcGet()
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/bsp/mcu/all/ |
H A D | bsp_feature.h | 90 uint32_t clock_source; ///< The conversion clock used by the ADC peripheral member
|