Enum stm32_metapac::flash::vals::CrcBurst
#[repr(u8)]pub enum CrcBurst {
WORD4 = 0,
WORD16 = 1,
WORD64 = 2,
WORD256 = 3,
}
Variants§
WORD4 = 0
every burst has a size of 4 Flash words (64 Bytes).
WORD16 = 1
every burst has a size of 16 Flash words (256 Bytes).
WORD64 = 2
every burst has a size of 64 Flash words (1 Kbytes).
WORD256 = 3
every burst has a size of 256 Flash words (4 Kbytes).
Implementations§
Trait Implementations§
§impl Ord for CrcBurst
impl Ord for CrcBurst
§impl PartialOrd for CrcBurst
impl PartialOrd for CrcBurst
impl Copy for CrcBurst
impl Eq for CrcBurst
impl StructuralPartialEq for CrcBurst
Auto Trait Implementations§
impl Freeze for CrcBurst
impl RefUnwindSafe for CrcBurst
impl Send for CrcBurst
impl Sync for CrcBurst
impl Unpin for CrcBurst
impl UnwindSafe for CrcBurst
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)