#[repr(transparent)]pub struct Intstat(pub u32);Expand description
PUF Interrupt Status.
Tuple Fields§
§0: u32Implementations§
Source§impl Intstat
impl Intstat
Sourcepub const fn set_success(&mut self, val: bool)
pub const fn set_success(&mut self, val: bool)
Success.
Sourcepub const fn set_keyinreq(&mut self, val: bool)
pub const fn set_keyinreq(&mut self, val: bool)
Key In Request.
Sourcepub const fn keyoutavail(&self) -> bool
pub const fn keyoutavail(&self) -> bool
Key Out Available.
Sourcepub const fn set_keyoutavail(&mut self, val: bool)
pub const fn set_keyoutavail(&mut self, val: bool)
Key Out Available.
Sourcepub const fn set_codeinreq(&mut self, val: bool)
pub const fn set_codeinreq(&mut self, val: bool)
Code In Request.
Sourcepub const fn codeoutavail(&self) -> bool
pub const fn codeoutavail(&self) -> bool
Code Out Available.
Sourcepub const fn set_codeoutavail(&mut self, val: bool)
pub const fn set_codeoutavail(&mut self, val: bool)
Code Out Available.
Trait Implementations§
impl Copy for Intstat
impl Eq for Intstat
impl StructuralPartialEq for Intstat
Auto Trait Implementations§
impl Freeze for Intstat
impl RefUnwindSafe for Intstat
impl Send for Intstat
impl Sync for Intstat
impl Unpin for Intstat
impl UnwindSafe for Intstat
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