We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc88f6a commit 7935c89Copy full SHA for 7935c89
src/peripheral/dwt.rs
@@ -392,7 +392,7 @@ pub enum ComparatorFunction {
392
/// Compare cycle count & target value.
393
///
394
/// **NOTE**: only supported by comparator 0 and if the HW supports the cycle counter.
395
- /// 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.
396
CycleCount(CycleCountSettings),
397
}
398
0 commit comments