api-hal-clock.h 194 B

12345678910
  1. #pragma once
  2. /** Initialize clocks */
  3. void api_hal_clock_init();
  4. /** Switch to HSI clock */
  5. void api_hal_clock_switch_to_hsi();
  6. /** Switch to PLL clock */
  7. void api_hal_clock_switch_to_pll();