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 6ddc746 commit 35bb481Copy full SHA for 35bb481
src/peripheral/dwt.rs
@@ -322,7 +322,8 @@ pub enum EmitOption {
322
/// Emit only trace address packet.
323
Address,
324
/// Emit only trace PC value packet
325
- /// NOTE: only compatible with [AccessType::ReadWrite].
+ ///
326
+ /// *NOTE* only compatible with [AccessType::ReadWrite].
327
PC,
328
/// Emit trace address and data value packets.
329
AddressData,
0 commit comments