Update 'PAC Guide'
parent
86fd61fa7e
commit
fad413751a
|
@ -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
|
||||

|
||||
|
||||
## 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`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue