diff options
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), } |