diff options
author | 2021-11-21 02:11:06 +0100 | |
---|---|---|
committer | 2021-11-21 02:51:02 +0100 | |
commit | 5a92298d9c12685214b12266357fe7c104035b59 (patch) | |
tree | 599e98df8d1edbcebb19d875e282735256a4717e /src | |
parent | 1efe31942b701d23a9d214f537adbfb471d25b9c (diff) | |
download | cortex-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.rs | 2 |
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); |