File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,8 @@ pub enum ITMConfigurationError {
211
211
impl ITM {
212
212
/// Disengage the software lock on the [`ITM`]. Must be called
213
213
/// before any mutating [`ITM`] functions if a software lock
214
- /// mechanism is implemented. See [`has_software_lock`].
214
+ /// mechanism is implemented. See
215
+ /// [`has_software_lock`](ITM::has_software_lock).
215
216
///
216
217
/// See (coresight, B2.3.10).
217
218
#[ inline]
@@ -231,8 +232,8 @@ impl ITM {
231
232
}
232
233
233
234
/// Checks whether the target implements the software lock
234
- /// mechanism. If `true`, [`unlock`] must be called before any other
235
- /// mutating [`ITM`] functions.
235
+ /// mechanism. If `true`, [`unlock`](ITM::unlock) must be called
236
+ /// before any other mutating [`ITM`] functions.
236
237
///
237
238
/// See (coresight, B2.3.10).
238
239
#[ inline]
You can’t perform that action at this time.
0 commit comments