We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c7fd3 commit 508292cCopy full SHA for 508292c
src/peripheral/itm.rs
@@ -175,7 +175,7 @@ pub struct ITMSettings {
175
}
176
177
impl ITM {
178
- /// Removes the software lock on the ITM.
+ /// Removes the software lock on the ITM. Must be called before any other [ITM] functions.
179
#[inline]
180
pub fn unlock(&mut self) {
181
// NOTE(unsafe) atomic write to a stateless, write-only register
0 commit comments