Skip to content

Commit

Permalink
TPIU: improve SWOSupports documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmplt committed Jan 6, 2022
1 parent 0f5ee69 commit a66e4a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/peripheral/tpiu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ impl core::convert::TryFrom<u8> for TraceProtocol {
}
}

/// The SWO options supported by the TPIU.
/// The SWO options supported by the TPIU, and the mimimum size of the
/// FIFO output queue for trace data.
#[derive(Debug, Eq, PartialEq, Copy, Clone)]
pub struct SWOSupports {
/// Whether UART/NRZ encoding is supported for SWO.
Expand Down

0 comments on commit a66e4a6

Please sign in to comment.