#[repr(u8)]pub enum Dbgen {
Enabled = 0,
Disbaled1 = 1,
Disabled2 = 2,
Disabled3 = 3,
}Expand description
CM33 Debug Enable Control
Value on reset: 1
Variants§
Enabled = 0
0: enabled
Disbaled1 = 1
1: disabled
Disabled2 = 2
2: disabled
Disabled3 = 3
3: disabled
Trait Implementations§
impl Copy for Dbgen
impl Eq for Dbgen
impl IsEnum for Dbgen
impl StructuralPartialEq for Dbgen
Auto Trait Implementations§
impl Freeze for Dbgen
impl RefUnwindSafe for Dbgen
impl Send for Dbgen
impl Sync for Dbgen
impl Unpin for Dbgen
impl UnwindSafe for Dbgen
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