pub enum TXDRDY_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Write ‘1’ to enable interrupt for TXDRDY event
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TXDRDY_A
impl StructuralPartialEq for TXDRDY_A
Auto Trait Implementations§
impl Freeze for TXDRDY_A
impl RefUnwindSafe for TXDRDY_A
impl Send for TXDRDY_A
impl Sync for TXDRDY_A
impl Unpin for TXDRDY_A
impl UnwindSafe for TXDRDY_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