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 0e64774 commit d45bad7Copy full SHA for d45bad7
src/peripheral/tpiu.rs
@@ -108,7 +108,7 @@ impl TPIU {
108
/// Reads the supported trace output modes and the minimum size of
109
/// the TPIU FIFO queue for trace data.
110
#[inline]
111
- pub fn get_swo_supports() -> SWOSupports {
+ pub fn swo_supports() -> SWOSupports {
112
let _type = unsafe { (*Self::ptr())._type.read() };
113
SWOSupports {
114
nrz_encoding: _type.nrzvalid(),
0 commit comments