diff options
author | 2021-12-16 10:00:39 -0800 | |
---|---|---|
committer | 2021-12-19 12:13:47 -0800 | |
commit | 4d2c1989644cf628788073400ad1a263ab2de6c1 (patch) | |
tree | e604de87a1375ecf36918e57db69924090772945 /src | |
parent | ec48cf3c24e7debb27770e31cec6ba54fb1484a0 (diff) | |
download | cortex-m-4d2c1989644cf628788073400ad1a263ab2de6c1.tar.gz cortex-m-4d2c1989644cf628788073400ad1a263ab2de6c1.tar.zst cortex-m-4d2c1989644cf628788073400ad1a263ab2de6c1.zip |
make intra-doc link
Diffstat (limited to 'src')
-rw-r--r-- | src/peripheral/dwt.rs | 2 |
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), } |