Update 'PAC Guide'

master
Levi Pearson 2022-03-10 09:10:14 +00:00
parent 86fd61fa7e
commit fad413751a
1 changed files with 3 additions and 0 deletions

@ -6,6 +6,9 @@
+ [Generated stm32f1 PAC docs](https://docs.rs/stm32f1xx-hal/latest/stm32f1xx_hal/pac/index.html)
+ [API description from svd2rust](https://docs.rs/svd2rust/latest/svd2rust/#peripheral-api)
## Crate API Structure
![StructureDiagram](https://cgit.pinealservo.com/BluePill_Rust/resources/raw/branch/master/PACStructure.png)
## Crate top-level items
The whole set of peripherals is managed by a singleton object of type Peripherals in the base namespace of the crate. You take ownership of this object via `Peripherals::take()`; this returns `Option<Peripherals>` because it can only be performed once and will subsequently return `None`.