#[repr(u8)]
pub enum CRCBEATSIZE_A {
BYTE,
HWORD,
WORD,
}
Expand description
CRC Beat Size
Value on reset: 0
Variants
BYTE
0: 8-bit bus transfer
HWORD
1: 16-bit bus transfer
WORD
2: 32-bit bus transfer
Trait Implementations
sourceimpl Clone for CRCBEATSIZE_A
impl Clone for CRCBEATSIZE_A
sourcefn clone(&self) -> CRCBEATSIZE_A
fn clone(&self) -> CRCBEATSIZE_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CRCBEATSIZE_A
impl Debug for CRCBEATSIZE_A
sourceimpl From<CRCBEATSIZE_A> for u8
impl From<CRCBEATSIZE_A> for u8
sourcefn from(variant: CRCBEATSIZE_A) -> Self
fn from(variant: CRCBEATSIZE_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<CRCBEATSIZE_A> for CRCBEATSIZE_A
impl PartialEq<CRCBEATSIZE_A> for CRCBEATSIZE_A
sourcefn eq(&self, other: &CRCBEATSIZE_A) -> bool
fn eq(&self, other: &CRCBEATSIZE_A) -> bool
impl Copy for CRCBEATSIZE_A
impl StructuralPartialEq for CRCBEATSIZE_A
Auto Trait Implementations
impl RefUnwindSafe for CRCBEATSIZE_A
impl Send for CRCBEATSIZE_A
impl Sync for CRCBEATSIZE_A
impl Unpin for CRCBEATSIZE_A
impl UnwindSafe for CRCBEATSIZE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more