#[repr(u8)]pub enum RemapDma1 {
DISABLE = 0,
ENABLE = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
DISABLE = 0
RAMX0: alias space is disabled.
ENABLE = 1
RAMX0: same alias space as CPU0_SBUS
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for RemapDma1
impl Ord for RemapDma1
Source§impl PartialOrd for RemapDma1
impl PartialOrd for RemapDma1
impl Copy for RemapDma1
impl Eq for RemapDma1
impl StructuralPartialEq for RemapDma1
Auto Trait Implementations§
impl Freeze for RemapDma1
impl RefUnwindSafe for RemapDma1
impl Send for RemapDma1
impl Sync for RemapDma1
impl Unpin for RemapDma1
impl UnwindSafe for RemapDma1
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