#[repr(transparent)]pub struct DbgFeatures(pub u32);Expand description
Debug features control for the CM33
Tuple Fields§
§0: u32Implementations§
Source§impl DbgFeatures
impl DbgFeatures
Sourcepub const fn dbgen(&self) -> DbgFeaturesDbgen
pub const fn dbgen(&self) -> DbgFeaturesDbgen
CM33 Debug Enable Control
Sourcepub const fn set_dbgen(&mut self, val: DbgFeaturesDbgen)
pub const fn set_dbgen(&mut self, val: DbgFeaturesDbgen)
CM33 Debug Enable Control
Sourcepub const fn niden(&self) -> DbgFeaturesNiden
pub const fn niden(&self) -> DbgFeaturesNiden
CM33 NID Enable Control
Sourcepub const fn set_niden(&mut self, val: DbgFeaturesNiden)
pub const fn set_niden(&mut self, val: DbgFeaturesNiden)
CM33 NID Enable Control
Sourcepub const fn spiden(&self) -> DbgFeaturesSpiden
pub const fn spiden(&self) -> DbgFeaturesSpiden
CM33 SPID Enable Control
Sourcepub const fn set_spiden(&mut self, val: DbgFeaturesSpiden)
pub const fn set_spiden(&mut self, val: DbgFeaturesSpiden)
CM33 SPID Enable Control
Sourcepub const fn spniden(&self) -> DbgFeaturesSpniden
pub const fn spniden(&self) -> DbgFeaturesSpniden
CM33 SPNIDEN Enable Control
Sourcepub const fn set_spniden(&mut self, val: DbgFeaturesSpniden)
pub const fn set_spniden(&mut self, val: DbgFeaturesSpniden)
CM33 SPNIDEN Enable Control
Trait Implementations§
Source§impl Clone for DbgFeatures
impl Clone for DbgFeatures
Source§fn clone(&self) -> DbgFeatures
fn clone(&self) -> DbgFeatures
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 DbgFeatures
impl Debug for DbgFeatures
Source§impl Default for DbgFeatures
impl Default for DbgFeatures
Source§fn default() -> DbgFeatures
fn default() -> DbgFeatures
Returns the “default value” for a type. Read more
Source§impl PartialEq for DbgFeatures
impl PartialEq for DbgFeatures
impl Copy for DbgFeatures
impl Eq for DbgFeatures
impl StructuralPartialEq for DbgFeatures
Auto Trait Implementations§
impl Freeze for DbgFeatures
impl RefUnwindSafe for DbgFeatures
impl Send for DbgFeatures
impl Sync for DbgFeatures
impl Unpin for DbgFeatures
impl UnwindSafe for DbgFeatures
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