pub enum RstDef {
Disable = 0,
Enable = 1,
}Expand description
Reset Defaults
Value on reset: 0
Variants§
Disable = 0
0: No impact.
Enable = 1
1: Writing a 1 to this bit clears various TRNG registers, and bits within registers, to their default state.
Trait Implementations§
impl Copy for RstDef
impl Eq for RstDef
impl StructuralPartialEq for RstDef
Auto Trait Implementations§
impl Freeze for RstDef
impl RefUnwindSafe for RstDef
impl Send for RstDef
impl Sync for RstDef
impl Unpin for RstDef
impl UnsafeUnpin for RstDef
impl UnwindSafe for RstDef
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