aboutsummaryrefslogtreecommitdiff
path: root/src/peripheral/tpiu.rs
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2018-01-15 19:22:20 +0100
committerGravatar Jorge Aparicio <jorge@japaric.io> 2018-01-15 19:22:20 +0100
commita8962d44d46ef3c16b3e5fb645fead4731cd2b24 (patch)
treebf76dbf189aec84e4c532ed6ed751693b272124d /src/peripheral/tpiu.rs
parentd4de1c2d45e64e1c67c115c573a9a0ed1252cd94 (diff)
downloadcortex-m-a8962d44d46ef3c16b3e5fb645fead4731cd2b24.tar.gz
cortex-m-a8962d44d46ef3c16b3e5fb645fead4731cd2b24.tar.zst
cortex-m-a8962d44d46ef3c16b3e5fb645fead4731cd2b24.zip
fixes and make sure the whole documentation is visible on docs.rs
Diffstat (limited to 'src/peripheral/tpiu.rs')
-rw-r--r--src/peripheral/tpiu.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/peripheral/tpiu.rs b/src/peripheral/tpiu.rs
index 7a08805..4115bb3 100644
--- a/src/peripheral/tpiu.rs
+++ b/src/peripheral/tpiu.rs
@@ -1,4 +1,6 @@
//! Trace Port Interface Unit;
+//!
+//! *NOTE* Available only on ARMv7-M (`thumbv7*m-none-eabi*`)
use volatile_register::{RO, RW, WO};