stm32l0: rcc: add more helper routines.
This commit is contained in:
@@ -622,7 +622,14 @@ void rcc_osc_ready_int_enable(enum rcc_osc osc);
|
||||
void rcc_osc_ready_int_disable(enum rcc_osc osc);
|
||||
int rcc_osc_ready_int_flag(enum rcc_osc osc);
|
||||
void rcc_wait_for_osc_ready(enum rcc_osc osc);
|
||||
|
||||
void rcc_set_hsi48_source_rc48(void);
|
||||
void rcc_set_hsi48_source_pll(void);
|
||||
void rcc_set_sysclk_source(enum rcc_osc osc);
|
||||
void rcc_set_pll_multiplier(uint32_t factor);
|
||||
void rcc_set_pll_divider(uint32_t factor);
|
||||
void rcc_set_ppre2(uint32_t ppre2);
|
||||
void rcc_set_ppre1(uint32_t ppre1);
|
||||
void rcc_set_hpre(uint32_t hpre);
|
||||
/* TODO */
|
||||
|
||||
END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user