Home
last modified time | relevance | path

Searched refs:smartbond_clock (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/clock_control/
Dsmartbond_clock_control.h21 enum smartbond_clock { enum
43 int z_smartbond_select_sys_clk(enum smartbond_clock sys_clk);
51 int z_smartbond_select_lp_clk(enum smartbond_clock lp_clk);
/Zephyr-latest/drivers/clock_control/
Dclock_control_smartbond.c23 #define DT_DRV_COMPAT smartbond_clock
47 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 …]
/Zephyr-latest/drivers/counter/
Dcounter_smartbond_timer.c336 enum smartbond_clock osc; in counter_smartbond_init_timer()