pub enum RX_A {
NOSTALL = 0,
STALL = 1,
}
Expand description
Stall status for EasyDMA RAM writes
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RX_A
impl StructuralPartialEq for RX_A
Auto Trait Implementations§
impl Freeze for RX_A
impl RefUnwindSafe for RX_A
impl Send for RX_A
impl Sync for RX_A
impl Unpin for RX_A
impl UnwindSafe for RX_A
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