2021-05-18 09:23:14 +00:00
|
|
|
#pragma once
|
|
|
|
|
2021-07-15 13:54:11 +00:00
|
|
|
/** Initialize clocks */
|
|
|
|
void api_hal_clock_init();
|
|
|
|
|
|
|
|
/** Switch to HSI clock */
|
2021-05-18 09:23:14 +00:00
|
|
|
void api_hal_clock_switch_to_hsi();
|
|
|
|
|
2021-07-15 13:54:11 +00:00
|
|
|
/** Switch to PLL clock */
|
2021-05-18 09:23:14 +00:00
|
|
|
void api_hal_clock_switch_to_pll();
|