mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-26 07:48:06 +00:00
Update embedded-workshop-book/src/pac-docs.md
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
This commit is contained in:
parent
8900ace378
commit
ef6f61c62b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue