Enum Ramsize
#[repr(u8)]pub enum Ramsize {
_1011 = 11,
_1101 = 13,
_1111 = 15,
}Expand description
RAM size
Value on reset: 0
Variants§
_1011 = 11
11: 192 KB (S32K148), 96 KB (S32K146), Reserved (others)
_1101 = 13
13: 48 KB (S32K144), Reserved (others)
_1111 = 15
15: 256 KB (S32K148), 128 KB (S32K146), 64 KB (S32K144), 32 KB (S32K142), 25 KB (S32K118), 17 KB (S32K116)
Trait Implementations§
impl Copy for Ramsize
impl Eq for Ramsize
impl IsEnum for Ramsize
impl StructuralPartialEq for Ramsize
Auto Trait Implementations§
impl Freeze for Ramsize
impl RefUnwindSafe for Ramsize
impl Send for Ramsize
impl Sync for Ramsize
impl Unpin for Ramsize
impl UnwindSafe for Ramsize
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