Struct Currenttestpatternmodes
#[repr(transparent)]pub struct Currenttestpatternmodes(pub u32);Expand description
Current_test_pattern_mode indicates the current test pattern or mode selected.
Tuple Fields§
§0: u32Implementations§
§impl Currenttestpatternmodes
impl Currenttestpatternmodes
pub 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.
pub const fn set_patw1(&mut self, val: bool)
pub const fn set_patw1(&mut self, val: bool)
Indicates whether the walking 1s pattern is supported as output over the trace port.
pub 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.
pub const fn set_patw0(&mut self, val: bool)
pub const fn set_patw0(&mut self, val: bool)
Indicates whether the walking 0s pattern is supported as output over the trace port.
pub 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.
pub const fn set_pata5(&mut self, val: bool)
pub const fn set_pata5(&mut self, val: bool)
Indicates whether the AA/55 pattern is supported as output over the trace port.
pub 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.
pub const fn set_patf0(&mut self, val: bool)
pub const fn set_patf0(&mut self, val: bool)
Indicates whether the FF/00 pattern is supported as output over the trace port.
pub const fn set_ptimeen(&mut self, val: bool)
pub const fn set_ptimeen(&mut self, val: bool)
Indicates whether timed mode is supported.
pub const fn set_pconten(&mut self, val: bool)
pub const fn set_pconten(&mut self, val: bool)
Indicates whether continuous mode is supported.
Trait Implementations§
§impl Clone for Currenttestpatternmodes
impl Clone for Currenttestpatternmodes
§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