#[repr(u8)]pub enum Txcfg {
ASSERTS_DURING_SLAVE_TRANSMIT_TRANSFER_WHEN_TX_DATA_EMPTY = 0,
ASSERTS_WHEN_TX_DATA_EMPTY = 1,
}Variants§
ASSERTS_DURING_SLAVE_TRANSMIT_TRANSFER_WHEN_TX_DATA_EMPTY = 0
SSR[TDF] is set only during a target-transmit transfer when STDR is empty
ASSERTS_WHEN_TX_DATA_EMPTY = 1
SSR[TDF] is set whenever STDR is empty
Implementations§
Trait Implementations§
Source§impl Ord for Txcfg
impl Ord for Txcfg
Source§impl PartialOrd for Txcfg
impl PartialOrd for Txcfg
impl Copy for Txcfg
impl Eq for Txcfg
impl StructuralPartialEq for Txcfg
Auto Trait Implementations§
impl Freeze for Txcfg
impl RefUnwindSafe for Txcfg
impl Send for Txcfg
impl Sync for Txcfg
impl Unpin for Txcfg
impl UnwindSafe for Txcfg
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