Enum Erq7
pub enum Erq7 {
_0 = 0,
_1 = 1,
}Expand description
Enable DMA Request 7
Value on reset: 0
Variants§
_0 = 0
0: The DMA request signal for the corresponding channel is disabled
_1 = 1
1: The DMA request signal for the corresponding channel is enabled
Trait Implementations§
impl Copy for Erq7
impl Eq for Erq7
impl StructuralPartialEq for Erq7
Auto Trait Implementations§
impl Freeze for Erq7
impl RefUnwindSafe for Erq7
impl Send for Erq7
impl Sync for Erq7
impl Unpin for Erq7
impl UnwindSafe for Erq7
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