#[repr(u8)]pub enum TcrCrcfwd {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
TxBD[TC] controls whether the frame has a CRC from the application.
ONE = 1
The transmitter does not append any CRC to transmitted frames, as it is expecting a frame with CRC from the application.
Implementations§
Trait Implementations§
Source§impl Ord for TcrCrcfwd
impl Ord for TcrCrcfwd
Source§impl PartialOrd for TcrCrcfwd
impl PartialOrd for TcrCrcfwd
impl Copy for TcrCrcfwd
impl Eq for TcrCrcfwd
impl StructuralPartialEq for TcrCrcfwd
Auto Trait Implementations§
impl Freeze for TcrCrcfwd
impl RefUnwindSafe for TcrCrcfwd
impl Send for TcrCrcfwd
impl Sync for TcrCrcfwd
impl Unpin for TcrCrcfwd
impl UnwindSafe for TcrCrcfwd
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