Enum Nostall
pub enum Nostall {
_0 = 0,
_1 = 1,
}Expand description
No Stall
Value on reset: 0
Variants§
_0 = 0
0: Transfers will stall when transmit FIFO is empty or receive FIFO is full.
_1 = 1
1: Transfers will not stall, allowing transmit FIFO underrun or receive FIFO overrun to occur.
Trait Implementations§
impl Copy for Nostall
impl Eq for Nostall
impl StructuralPartialEq for Nostall
Auto Trait Implementations§
impl Freeze for Nostall
impl RefUnwindSafe for Nostall
impl Send for Nostall
impl Sync for Nostall
impl Unpin for Nostall
impl UnwindSafe for Nostall
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