Update embedded-workshop-book/src/pac-docs.md

Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
This commit is contained in:
Tanks Transfeld 2023-03-21 18:25:10 +01:00 committed by GitHub
parent a74ae1af44
commit aa93c990c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ In the `Structs` section look for the `struct Peripherals`. Taking ownership of
In the `modules` section, look for the `uarte0` module. It is divided into submodules. `enable` is the register we are concerned about. Clicking on it shows the associated type definitions.
* `W` - the register ENABLE writer with the following methods:
* `W` - the writer proxy for the ENABLE register, with the following methods:
* `enable()` returns the field ENABLE writer `ENABLE_W`.
* `unsafe bits()` writes raw bits into the register.
* `R` - the register ENABLE reader writer with the following methods: