#[repr(u8)]
pub enum TXPO_A {
TXPO_0,
TXPO_2,
TXPO_3,
}
Expand description
Transmit Data Pinout
Value on reset: 0
Variants
TXPO_0
0: TxD on PAD0, XCK on PAD1
TXPO_2
2: TxD on PAD0, RTS/TE on PAD2, CTS on PAD3
TXPO_3
3: TxD on PAD0, XCK on PAD1, RTS/TE on PAD2
Trait Implementations
impl Copy for TXPO_A
impl StructuralPartialEq for TXPO_A
Auto Trait Implementations
impl RefUnwindSafe for TXPO_A
impl Send for TXPO_A
impl Sync for TXPO_A
impl Unpin for TXPO_A
impl UnwindSafe for TXPO_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