GPIO optimization and tweaks

- Some functions marked inline
- Doc updated
This commit is contained in:
2021-11-11 18:23:54 +01:00
parent 6c9d9f7dfa
commit 04830087da
5 changed files with 21 additions and 17 deletions

View File

@ -1,3 +1,6 @@
//! # API for clock related functionality
//!
//! This also includes functionality to enable the peripheral clocks
use crate::time::Hertz;
use cortex_m::interrupt::{self, Mutex};
use once_cell::unsync::OnceCell;