HAL Timebase, Power, Clock: semaphore guarded access to clock and power modes, better sleep mode. (#307)

This commit is contained in:
あく
2021-01-20 10:43:12 +03:00
committed by GitHub
parent c8aca9ef48
commit 6c4983c6b6
5 changed files with 95 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
/* Switch to HSI clock */
void api_hal_clock_switch_to_hsi();
/* Switch to PLL clock */
void api_hal_clock_switch_to_pll();