aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Viktor Sonesten <v@tmplt.dev> 2021-11-21 02:11:06 +0100
committerGravatar Viktor Sonesten <v@tmplt.dev> 2021-11-21 02:51:02 +0100
commit5a92298d9c12685214b12266357fe7c104035b59 (patch)
tree599e98df8d1edbcebb19d875e282735256a4717e /src
parent1efe31942b701d23a9d214f537adbfb471d25b9c (diff)
downloadcortex-m-5a92298d9c12685214b12266357fe7c104035b59.tar.gz
cortex-m-5a92298d9c12685214b12266357fe7c104035b59.tar.zst
cortex-m-5a92298d9c12685214b12266357fe7c104035b59.zip
tpiu: improve TYPE field documentation
Diffstat (limited to 'src')
-rw-r--r--src/peripheral/tpiu.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripheral/tpiu.rs b/src/peripheral/tpiu.rs
index e020b81..582544b 100644
--- a/src/peripheral/tpiu.rs
+++ b/src/peripheral/tpiu.rs
@@ -42,7 +42,7 @@ bitfield! {
}
bitfield! {
- /// Type Register.
+ /// TPIU Type Register.
#[repr(C)]
#[derive(Clone, Copy)]
pub struct Type(u32);