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:29:23 +01:00 committed by GitHub
parent 8900ace378
commit ef6f61c62b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ In the `modules` section, look for the `uarte0` module. It is divided into submo
* `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:
* `R` - the reader proxy for the ENABLE register, with the following methods:
* `enable()` returns the field ENABLE reader `ENABLE_R`.
* `bits()` reads raw bits from the register.