diff --git a/src/peripheral/dwt.rs b/src/peripheral/dwt.rs index 3886b430..db0398d0 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), }