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