#[repr(u8)]pub enum RemapDma0 {
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 RemapDma0
impl Ord for RemapDma0
Source§impl PartialOrd for RemapDma0
impl PartialOrd for RemapDma0
impl Copy for RemapDma0
impl Eq for RemapDma0
impl StructuralPartialEq for RemapDma0
Auto Trait Implementations§
impl Freeze for RemapDma0
impl RefUnwindSafe for RemapDma0
impl Send for RemapDma0
impl Sync for RemapDma0
impl Unpin for RemapDma0
impl UnwindSafe for RemapDma0
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