#[repr(u32)]pub enum FLASH_A {
K128 = 128,
K256 = 256,
K512 = 512,
K1024 = 1_024,
K2048 = 2_048,
UNSPECIFIED = 4_294_967_295,
}
Expand description
Flash variant
Value on reset: 4294967295
Variants§
K128 = 128
128: 128 kByte FLASH
K256 = 256
256: 256 kByte FLASH
K512 = 512
512: 512 kByte FLASH
K1024 = 1_024
1024: 1 MByte FLASH
K2048 = 2_048
2048: 2 MByte FLASH
UNSPECIFIED = 4_294_967_295
4294967295: Unspecified
Trait Implementations§
impl Copy for FLASH_A
impl StructuralPartialEq for FLASH_A
Auto Trait Implementations§
impl Freeze for FLASH_A
impl RefUnwindSafe for FLASH_A
impl Send for FLASH_A
impl Sync for FLASH_A
impl Unpin for FLASH_A
impl UnwindSafe for FLASH_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
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
)