#[repr(transparent)]pub struct HwOcotpCtrlSet(pub u32);Expand description
OTP Controller Control and Status Register
Tuple Fields§
§0: u32Implementations§
Source§impl HwOcotpCtrlSet
impl HwOcotpCtrlSet
Sourcepub const fn reload_shadows(&self) -> bool
pub const fn reload_shadows(&self) -> bool
Reload Shadow Registers
Sourcepub const fn set_reload_shadows(&mut self, val: bool)
pub const fn set_reload_shadows(&mut self, val: bool)
Reload Shadow Registers
Sourcepub const fn set_wr_unlock(&mut self, val: u16)
pub const fn set_wr_unlock(&mut self, val: u16)
Write Unlock
Trait Implementations§
Source§impl Clone for HwOcotpCtrlSet
impl Clone for HwOcotpCtrlSet
Source§fn clone(&self) -> HwOcotpCtrlSet
fn clone(&self) -> HwOcotpCtrlSet
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HwOcotpCtrlSet
impl Debug for HwOcotpCtrlSet
Source§impl Default for HwOcotpCtrlSet
impl Default for HwOcotpCtrlSet
Source§fn default() -> HwOcotpCtrlSet
fn default() -> HwOcotpCtrlSet
Returns the “default value” for a type. Read more
Source§impl PartialEq for HwOcotpCtrlSet
impl PartialEq for HwOcotpCtrlSet
impl Copy for HwOcotpCtrlSet
impl Eq for HwOcotpCtrlSet
impl StructuralPartialEq for HwOcotpCtrlSet
Auto Trait Implementations§
impl Freeze for HwOcotpCtrlSet
impl RefUnwindSafe for HwOcotpCtrlSet
impl Send for HwOcotpCtrlSet
impl Sync for HwOcotpCtrlSet
impl Unpin for HwOcotpCtrlSet
impl UnwindSafe for HwOcotpCtrlSet
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