#[repr(transparent)]pub struct Rwc(pub u32);Expand description
Read and Write Control
Tuple Fields§
§0: u32Implementations§
Source§impl Rwc
impl Rwc
Sourcepub const fn set_wr_all1s(&mut self, val: WrAll1s)
pub const fn set_wr_all1s(&mut self, val: WrAll1s)
Write all 1s
Sourcepub const fn read_efuse(&self) -> ReadEfuse
pub const fn read_efuse(&self) -> ReadEfuse
Read EFUSE
Sourcepub const fn set_read_efuse(&mut self, val: ReadEfuse)
pub const fn set_read_efuse(&mut self, val: ReadEfuse)
Read EFUSE
Sourcepub const fn read_update(&self) -> bool
pub const fn read_update(&self) -> bool
Read update
Sourcepub const fn set_read_update(&mut self, val: bool)
pub const fn set_read_update(&mut self, val: bool)
Read update
Sourcepub const fn set_wr_unlock(&mut self, val: u16)
pub const fn set_wr_unlock(&mut self, val: u16)
Write Unlock
Trait Implementations§
impl Copy for Rwc
impl Eq for Rwc
impl StructuralPartialEq for Rwc
Auto Trait Implementations§
impl Freeze for Rwc
impl RefUnwindSafe for Rwc
impl Send for Rwc
impl Sync for Rwc
impl Unpin for Rwc
impl UnwindSafe for Rwc
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