#[repr(transparent)]pub struct Currenttestpatternmodes(pub u32);
Expand description
Current_test_pattern_mode indicates the current test pattern or mode selected.
Tuple Fields§
§0: u32
Implementations§
Source§impl Currenttestpatternmodes
impl Currenttestpatternmodes
Sourcepub const fn patw1(&self) -> bool
pub const fn patw1(&self) -> bool
Indicates whether the walking 1s pattern is supported as output over the trace port.
Sourcepub fn set_patw1(&mut self, val: bool)
pub fn set_patw1(&mut self, val: bool)
Indicates whether the walking 1s pattern is supported as output over the trace port.
Sourcepub const fn patw0(&self) -> bool
pub const fn patw0(&self) -> bool
Indicates whether the walking 0s pattern is supported as output over the trace port.
Sourcepub fn set_patw0(&mut self, val: bool)
pub fn set_patw0(&mut self, val: bool)
Indicates whether the walking 0s pattern is supported as output over the trace port.
Sourcepub const fn pata5(&self) -> bool
pub const fn pata5(&self) -> bool
Indicates whether the AA/55 pattern is supported as output over the trace port.
Sourcepub fn set_pata5(&mut self, val: bool)
pub fn set_pata5(&mut self, val: bool)
Indicates whether the AA/55 pattern is supported as output over the trace port.
Sourcepub const fn patf0(&self) -> bool
pub const fn patf0(&self) -> bool
Indicates whether the FF/00 pattern is supported as output over the trace port.
Sourcepub fn set_patf0(&mut self, val: bool)
pub fn set_patf0(&mut self, val: bool)
Indicates whether the FF/00 pattern is supported as output over the trace port.
Sourcepub fn set_ptimeen(&mut self, val: bool)
pub fn set_ptimeen(&mut self, val: bool)
Indicates whether timed mode is supported.
Sourcepub fn set_pconten(&mut self, val: bool)
pub fn set_pconten(&mut self, val: bool)
Indicates whether continuous mode is supported.
Trait Implementations§
Source§impl Clone for Currenttestpatternmodes
impl Clone for Currenttestpatternmodes
Source§fn clone(&self) -> Currenttestpatternmodes
fn clone(&self) -> Currenttestpatternmodes
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more