From ef6f61c62b40c35ca3128e6eb33396e9209ccdc5 Mon Sep 17 00:00:00 2001 From: Tanks Transfeld Date: Tue, 21 Mar 2023 18:29:23 +0100 Subject: [PATCH] Update embedded-workshop-book/src/pac-docs.md Co-authored-by: Jonathan Pallant --- embedded-workshop-book/src/pac-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/pac-docs.md b/embedded-workshop-book/src/pac-docs.md index eab8190..77ac8f4 100644 --- a/embedded-workshop-book/src/pac-docs.md +++ b/embedded-workshop-book/src/pac-docs.md @@ -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.