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