#[repr(u8)]pub enum Txi2se0 {
LAST_VALUE = 0,
ZERO = 1,
}Variants§
LAST_VALUE = 0
If the TX FIFO becomes empty, the last value is sent. This setting may be used when the data length is 24 bits or less, or when MONO = 1 for this channel pair.
ZERO = 1
If the TX FIFO becomes empty, 0 is sent. Use if the data length is greater than 24 bits or if zero fill is preferred.
Implementations§
Trait Implementations§
Source§impl Ord for Txi2se0
impl Ord for Txi2se0
Source§impl PartialOrd for Txi2se0
impl PartialOrd for Txi2se0
impl Copy for Txi2se0
impl Eq for Txi2se0
impl StructuralPartialEq for Txi2se0
Auto Trait Implementations§
impl Freeze for Txi2se0
impl RefUnwindSafe for Txi2se0
impl Send for Txi2se0
impl Sync for Txi2se0
impl Unpin for Txi2se0
impl UnwindSafe for Txi2se0
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