aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Tyler Holmes <tyler@holmesengineering.com> 2021-12-16 10:00:39 -0800
committerGravatar Tyler Holmes <tyler@holmesengineering.com> 2021-12-19 12:13:47 -0800
commit4d2c1989644cf628788073400ad1a263ab2de6c1 (patch)
treee604de87a1375ecf36918e57db69924090772945
parentec48cf3c24e7debb27770e31cec6ba54fb1484a0 (diff)
downloadcortex-m-4d2c1989644cf628788073400ad1a263ab2de6c1.tar.gz
cortex-m-4d2c1989644cf628788073400ad1a263ab2de6c1.tar.zst
cortex-m-4d2c1989644cf628788073400ad1a263ab2de6c1.zip
make intra-doc link
-rw-r--r--src/peripheral/dwt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripheral/dwt.rs b/src/peripheral/dwt.rs
index 3886b43..db0398d 100644
--- a/src/peripheral/dwt.rs
+++ b/src/peripheral/dwt.rs
@@ -392,7 +392,7 @@ pub enum ComparatorFunction {
/// Compare cycle count & target value.
///
/// **NOTE**: only supported by comparator 0 and if the HW supports the cycle counter.
- /// Check `dwt.has_cycle_counter` for support. See C1.8.1 for more details.
+ /// Check [`DWT::has_cycle_counter`] for support. See C1.8.1 for more details.
CycleCount(CycleCountSettings),
}