#[repr(u32)]pub enum RAM_A {
K16 = 16,
K32 = 32,
K64 = 64,
K128 = 128,
K256 = 256,
UNSPECIFIED = 4_294_967_295,
}
Expand description
RAM variant
Value on reset: 4294967295
Variants§
K16 = 16
16: 16 kByte RAM
K32 = 32
32: 32 kByte RAM
K64 = 64
64: 64 kByte RAM
K128 = 128
128: 128 kByte RAM
K256 = 256
256: 256 kByte RAM
UNSPECIFIED = 4_294_967_295
4294967295: Unspecified
Trait Implementations§
impl Copy for RAM_A
impl StructuralPartialEq for RAM_A
Auto Trait Implementations§
impl Freeze for RAM_A
impl RefUnwindSafe for RAM_A
impl Send for RAM_A
impl Sync for RAM_A
impl Unpin for RAM_A
impl UnwindSafe for RAM_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
)