Enum Erq3
pub enum Erq3 {
_0 = 0,
_1 = 1,
}Expand description
Enable DMA Request 3
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 Erq3
impl Eq for Erq3
impl StructuralPartialEq for Erq3
Auto Trait Implementations§
impl Freeze for Erq3
impl RefUnwindSafe for Erq3
impl Send for Erq3
impl Sync for Erq3
impl Unpin for Erq3
impl UnwindSafe for Erq3
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