Skip to content

Commit 7935c89

Browse files
committed
make intra-doc link
1 parent cc88f6a commit 7935c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/peripheral/dwt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ pub enum ComparatorFunction {
392392
/// Compare cycle count & target value.
393393
///
394394
/// **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.
395+
/// Check [`DWT::has_cycle_counter`] for support. See C1.8.1 for more details.
396396
CycleCount(CycleCountSettings),
397397
}
398398

0 commit comments

Comments
 (0)