Enum stm32wlxx_hal::pac::crc::cr::POLYSIZE_A
#[repr(u8)]pub enum POLYSIZE_A {
Polysize32 = 0,
Polysize16 = 1,
Polysize8 = 2,
Polysize7 = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Polynomial size
Value on reset: 0
Variants§
Polysize32 = 0
0: 32-bit polynomial
Polysize16 = 1
1: 16-bit polynomial
Polysize8 = 2
2: 8-bit polynomial
Polysize7 = 3
3: 7-bit polynomial
Trait Implementations§
§impl Clone for POLYSIZE_A
impl Clone for POLYSIZE_A
§fn clone(&self) -> POLYSIZE_A
fn clone(&self) -> POLYSIZE_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for POLYSIZE_A
impl Debug for POLYSIZE_A
§impl PartialEq for POLYSIZE_A
impl PartialEq for POLYSIZE_A
§fn eq(&self, other: &POLYSIZE_A) -> bool
fn eq(&self, other: &POLYSIZE_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for POLYSIZE_A
impl StructuralPartialEq for POLYSIZE_A
Auto Trait Implementations§
impl RefUnwindSafe for POLYSIZE_A
impl Send for POLYSIZE_A
impl Sync for POLYSIZE_A
impl Unpin for POLYSIZE_A
impl UnwindSafe for POLYSIZE_A
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