Enum Txcfg
pub enum Txcfg {
_0 = 0,
_1 = 1,
}Expand description
Transmit Flag Configuration
Value on reset: 0
Variants§
_0 = 0
0: Transmit Data Flag will only assert during a slave-transmit transfer when the transmit data register is empty.
_1 = 1
1: Transmit Data Flag will assert whenever the transmit data register is empty.
Trait Implementations§
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