Searched refs:clock_obj (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_ifx_cat1.c | 254 static cy_rslt_t _configure_path_mux(cyhal_clock_t *clock_obj, in _configure_path_mux() argument 262 rslt = cyhal_clock_reserve(clock_obj, reserve_obj); in _configure_path_mux() 265 rslt = cyhal_clock_set_source(clock_obj, clock_source_obj); in _configure_path_mux() 271 static cy_rslt_t _configure_clk_hf(cyhal_clock_t *clock_obj, in _configure_clk_hf() argument 278 rslt = cyhal_clock_reserve(clock_obj, reserve_obj); in _configure_clk_hf() 281 rslt = cyhal_clock_set_source(clock_obj, clock_source_obj); in _configure_clk_hf() 285 rslt = cyhal_clock_set_divider(clock_obj, clock_div); in _configure_clk_hf() 289 rslt = cyhal_clock_set_enabled(clock_obj, true, true); in _configure_clk_hf() 295 static cy_rslt_t _configure_clk_frequency_and_enable(cyhal_clock_t *clock_obj, in _configure_clk_frequency_and_enable() argument 303 rslt = cyhal_clock_reserve(clock_obj, reserve_obj); in _configure_clk_frequency_and_enable() [all …]
|