pub enum TDE {
Disabled = 0,
Enabled = 1,
}
Expand description
Trigger DMA request enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TDE
impl Eq for TDE
impl StructuralPartialEq for TDE
Auto Trait Implementations§
impl Freeze for TDE
impl RefUnwindSafe for TDE
impl Send for TDE
impl Sync for TDE
impl Unpin for TDE
impl UnwindSafe for TDE
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