#[repr(transparent)]pub struct Status(pub u32);Expand description
Status Register
Tuple Fields§
§0: u32Implementations§
Source§impl Status
impl Status
Sourcepub const fn set_tf1br0(&mut self, val: bool)
pub const fn set_tf1br0(&mut self, val: bool)
Test Fail, 1-Bit Run, Sampling 0s.
Sourcepub const fn set_tf1br1(&mut self, val: bool)
pub const fn set_tf1br1(&mut self, val: bool)
Test Fail, 1-Bit Run, Sampling 1s.
Sourcepub const fn set_tf2br0(&mut self, val: bool)
pub const fn set_tf2br0(&mut self, val: bool)
Test Fail, 2-Bit Run, Sampling 0s.
Sourcepub const fn set_tf2br1(&mut self, val: bool)
pub const fn set_tf2br1(&mut self, val: bool)
Test Fail, 2-Bit Run, Sampling 1s.
Sourcepub const fn set_tf3br0(&mut self, val: bool)
pub const fn set_tf3br0(&mut self, val: bool)
Test Fail, 3-Bit Run, Sampling 0s.
Sourcepub const fn set_tf3br1(&mut self, val: bool)
pub const fn set_tf3br1(&mut self, val: bool)
Test Fail
Sourcepub const fn set_retry_ct(&mut self, val: u8)
pub const fn set_retry_ct(&mut self, val: u8)
RETRY COUNT
Trait Implementations§
impl Copy for Status
impl Eq for Status
impl StructuralPartialEq for Status
Auto Trait Implementations§
impl Freeze for Status
impl RefUnwindSafe for Status
impl Send for Status
impl Sync for Status
impl Unpin for Status
impl UnwindSafe for Status
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more