stm32l0: add rcc_set_msi_range.

This commit is contained in:
Guillaume Revaillot
2019-01-30 14:53:20 +01:00
committed by Karl Palsson
parent 9051480e7f
commit 6953138a28
2 changed files with 13 additions and 0 deletions

View File

@@ -693,6 +693,8 @@ void rcc_set_ppre1(uint32_t ppre1);
void rcc_set_hpre(uint32_t hpre);
void rcc_clock_setup_pll(const struct rcc_clock_scale *clock);
void rcc_set_msi_range(uint32_t msi_range);
END_DECLS
/**@}*/