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