Searched refs:smartbond_clock (Results 1 – 3 of 3) sorted by relevance
21 enum smartbond_clock { enum43 int z_smartbond_select_sys_clk(enum smartbond_clock sys_clk);51 int z_smartbond_select_lp_clk(enum smartbond_clock lp_clk);
23 #define DT_DRV_COMPAT smartbond_clock47 static enum smartbond_clock smartbond_source_clock(enum smartbond_clock clk);208 enum smartbond_clock clk = (enum smartbond_clock)(sub_system); in smartbond_clock_control_on()260 enum smartbond_clock clk = (enum smartbond_clock)(sub_system); in smartbond_clock_control_off()327 static enum smartbond_clock smartbond_source_clock(enum smartbond_clock clk) in smartbond_source_clock()329 static const enum smartbond_clock lp_clk_src[] = { in smartbond_source_clock()335 static const enum smartbond_clock sys_clk_src[] = { in smartbond_source_clock()355 static int smartbond_clock_get_rate(enum smartbond_clock clk, uint32_t *rate) in smartbond_clock_get_rate()392 return smartbond_clock_get_rate((enum smartbond_clock)(sub_system), rate); in smartbond_clock_control_get_rate()395 static enum smartbond_clock smartbond_dt_ord_to_clock(uint32_t dt_ord) in smartbond_dt_ord_to_clock()[all …]
336 enum smartbond_clock osc; in counter_smartbond_init_timer()