pub enum TXSAME_A {
ZERO,
SAME,
}
Expand description
Transmit Data when Underrun
Value on reset: 0
Variants
ZERO
0: Zero data transmitted in case of underrun
SAME
1: Last data transmitted in case of underrun
Trait Implementations
impl Copy for TXSAME_A
impl StructuralPartialEq for TXSAME_A
Auto Trait Implementations
impl RefUnwindSafe for TXSAME_A
impl Send for TXSAME_A
impl Sync for TXSAME_A
impl Unpin for TXSAME_A
impl UnwindSafe for TXSAME_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more