Skip to content

Commit a66e4a6

Browse files
committed
TPIU: improve SWOSupports documentation
1 parent 0f5ee69 commit a66e4a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/peripheral/tpiu.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ impl core::convert::TryFrom<u8> for TraceProtocol {
8787
}
8888
}
8989

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

0 commit comments

Comments
 (0)