pub struct CPU1_DBGEN_R(/* private fields */);Expand description
Field CPU1_DBGEN reader - CPU1 Invasive debug control:.
Implementations§
Source§impl CPU1_DBGEN_R
impl CPU1_DBGEN_R
Sourcepub fn variant(&self) -> Option<CPU1_DBGEN_A>
pub fn variant(&self) -> Option<CPU1_DBGEN_A>
Get enumerated values variant
Sourcepub fn is_disable(&self) -> bool
pub fn is_disable(&self) -> bool
Checks if the value of the field is DISABLE
Methods from Deref<Target = FieldReader<u8, CPU1_DBGEN_A>>§
Trait Implementations§
Source§impl Deref for CPU1_DBGEN_R
impl Deref for CPU1_DBGEN_R
Source§type Target = FieldReader<u8, CPU1_DBGEN_A>
type Target = FieldReader<u8, CPU1_DBGEN_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for CPU1_DBGEN_R
impl RefUnwindSafe for CPU1_DBGEN_R
impl Send for CPU1_DBGEN_R
impl Sync for CPU1_DBGEN_R
impl Unpin for CPU1_DBGEN_R
impl UnwindSafe for CPU1_DBGEN_R
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