pub enum RCRCINI {
AllZeros = 0,
AllOnes = 1,
}Expand description
CRC calculation initialization pattern control for receiver
Value on reset: 0
Variants§
AllZeros = 0
0: All zeros RX CRC initialization pattern
AllOnes = 1
1: All ones RX CRC initialization pattern
Trait Implementations§
impl Copy for RCRCINI
impl Eq for RCRCINI
impl StructuralPartialEq for RCRCINI
Auto Trait Implementations§
impl Freeze for RCRCINI
impl RefUnwindSafe for RCRCINI
impl Send for RCRCINI
impl Sync for RCRCINI
impl Unpin for RCRCINI
impl UnwindSafe for RCRCINI
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