pub enum RXMODE {
Normal = 0,
Bist = 1,
}Expand description
Receiver mode Determines the mode of the receiver. When the bit is set, RXORDSET behaves normally, RXDR no longer receives bytes yet the CRC checking still proceeds as for a normal message. As this mode prevents reception of the header (containing MessageID), software has to auto-increment a received MessageID counter for inclusion in the GoodCRC acknowledge that must still be transmitted during this test.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RXMODE
impl Eq for RXMODE
impl StructuralPartialEq for RXMODE
Auto Trait Implementations§
impl Freeze for RXMODE
impl RefUnwindSafe for RXMODE
impl Send for RXMODE
impl Sync for RXMODE
impl Unpin for RXMODE
impl UnwindSafe for RXMODE
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