#[repr(transparent)]pub struct HwOcotpCtrlTog(pub u32);Expand description
OTP Controller Control and Status Register
Tuple Fields§
§0: u32Implementations§
Source§impl HwOcotpCtrlTog
impl HwOcotpCtrlTog
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 HwOcotpCtrlTog
impl Clone for HwOcotpCtrlTog
Source§fn clone(&self) -> HwOcotpCtrlTog
fn clone(&self) -> HwOcotpCtrlTog
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 HwOcotpCtrlTog
impl Debug for HwOcotpCtrlTog
Source§impl Default for HwOcotpCtrlTog
impl Default for HwOcotpCtrlTog
Source§fn default() -> HwOcotpCtrlTog
fn default() -> HwOcotpCtrlTog
Returns the “default value” for a type. Read more
Source§impl PartialEq for HwOcotpCtrlTog
impl PartialEq for HwOcotpCtrlTog
impl Copy for HwOcotpCtrlTog
impl Eq for HwOcotpCtrlTog
impl StructuralPartialEq for HwOcotpCtrlTog
Auto Trait Implementations§
impl Freeze for HwOcotpCtrlTog
impl RefUnwindSafe for HwOcotpCtrlTog
impl Send for HwOcotpCtrlTog
impl Sync for HwOcotpCtrlTog
impl Unpin for HwOcotpCtrlTog
impl UnwindSafe for HwOcotpCtrlTog
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