#[repr(transparent)]pub struct CcSocuDflt(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Source§impl CcSocuDflt
impl CcSocuDflt
Sourcepub const fn set_spniden(&mut self, val: bool)
pub const fn set_spniden(&mut self, val: bool)
Secure non-invasive debug fixed state
Sourcepub const fn set_spiden(&mut self, val: bool)
pub const fn set_spiden(&mut self, val: bool)
Secure invasive debug fixed state
Sourcepub const fn cpu1_dbgen(&self) -> bool
pub const fn cpu1_dbgen(&self) -> bool
CPU1 (Micro cortex M33) invasive debug fixed state
Sourcepub const fn set_cpu1_dbgen(&mut self, val: bool)
pub const fn set_cpu1_dbgen(&mut self, val: bool)
CPU1 (Micro cortex M33) invasive debug fixed state
Sourcepub const fn isp_cmd_en(&self) -> bool
pub const fn isp_cmd_en(&self) -> bool
ISP Boot Command fixed state
Sourcepub const fn set_isp_cmd_en(&mut self, val: bool)
pub const fn set_isp_cmd_en(&mut self, val: bool)
ISP Boot Command fixed state
Sourcepub const fn set_fa_cmd_en(&mut self, val: bool)
pub const fn set_fa_cmd_en(&mut self, val: bool)
FA Command fixed state
Sourcepub const fn set_me_cmd_en(&mut self, val: bool)
pub const fn set_me_cmd_en(&mut self, val: bool)
Flash Mass Erase Command fixed state
Sourcepub const fn cpu1_niden(&self) -> bool
pub const fn cpu1_niden(&self) -> bool
CPU1 (Micro cortex M33) non-invasive debug fixed state
Sourcepub const fn set_cpu1_niden(&mut self, val: bool)
pub const fn set_cpu1_niden(&mut self, val: bool)
CPU1 (Micro cortex M33) non-invasive debug fixed state
Sourcepub const fn inverse_value(&self) -> u16
pub const fn inverse_value(&self) -> u16
inverse value of bits [15:0]
Sourcepub const fn set_inverse_value(&mut self, val: u16)
pub const fn set_inverse_value(&mut self, val: u16)
inverse value of bits [15:0]
Trait Implementations§
Source§impl Clone for CcSocuDflt
impl Clone for CcSocuDflt
Source§fn clone(&self) -> CcSocuDflt
fn clone(&self) -> CcSocuDflt
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 CcSocuDflt
impl Debug for CcSocuDflt
Source§impl Default for CcSocuDflt
impl Default for CcSocuDflt
Source§fn default() -> CcSocuDflt
fn default() -> CcSocuDflt
Returns the “default value” for a type. Read more
Source§impl PartialEq for CcSocuDflt
impl PartialEq for CcSocuDflt
impl Copy for CcSocuDflt
impl Eq for CcSocuDflt
impl StructuralPartialEq for CcSocuDflt
Auto Trait Implementations§
impl Freeze for CcSocuDflt
impl RefUnwindSafe for CcSocuDflt
impl Send for CcSocuDflt
impl Sync for CcSocuDflt
impl Unpin for CcSocuDflt
impl UnwindSafe for CcSocuDflt
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