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