pub enum TXEN_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Transmission (TX) enable.
Value on reset: 1
Variants§
DISABLED = 0
0: Transmission disabled and now data will be read from the RXD.TXD address.
ENABLED = 1
1: Transmission enabled.
Trait Implementations§
impl Copy for TXEN_A
impl StructuralPartialEq for TXEN_A
Auto Trait Implementations§
impl Freeze for TXEN_A
impl RefUnwindSafe for TXEN_A
impl Send for TXEN_A
impl Sync for TXEN_A
impl Unpin for TXEN_A
impl UnwindSafe for TXEN_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)