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,4 +1,4 @@
//! # GPIO module
//! # API for the GPIO peripheral
//!
//! The implementation of this GPIO module is heavily based on the
//! [ATSAMD HAL implementation](https://docs.rs/atsamd-hal/0.13.0/atsamd_hal/gpio/v2/index.html).