Enum Lmsz
#[repr(u8)]pub enum Lmsz {
Show 16 variants
_0000 = 0,
_0001 = 1,
_0010 = 2,
_0011 = 3,
_0100 = 4,
_0101 = 5,
_0110 = 6,
_0111 = 7,
_1000 = 8,
_1001 = 9,
_1010 = 10,
_1011 = 11,
_1100 = 12,
_1101 = 13,
_1110 = 14,
_1111 = 15,
}Expand description
LMEM Size
Value on reset: 0
Variants§
_0000 = 0
0: no LMEMn (0 KB)
_0001 = 1
1: 1 KB LMEMn
_0010 = 2
2: 2 KB LMEMn
_0011 = 3
3: 4 KB LMEMn
_0100 = 4
4: 8 KB LMEMn
_0101 = 5
5: 16 KB LMEMn
_0110 = 6
6: 32 KB LMEMn
_0111 = 7
7: 64 KB LMEMn
_1000 = 8
8: 128 KB LMEMn
_1001 = 9
9: 256 KB LMEMn
_1010 = 10
10: 512 KB LMEMn
_1011 = 11
11: 1024 KB LMEMn
_1100 = 12
12: 2048 KB LMEMn
_1101 = 13
13: 4096 KB LMEMn
_1110 = 14
14: 8192 KB LMEMn
_1111 = 15
15: 16384 KB LMEMn
Trait Implementations§
impl Copy for Lmsz
impl Eq for Lmsz
impl IsEnum for Lmsz
impl StructuralPartialEq for Lmsz
Auto Trait Implementations§
impl Freeze for Lmsz
impl RefUnwindSafe for Lmsz
impl Send for Lmsz
impl Sync for Lmsz
impl Unpin for Lmsz
impl UnwindSafe for Lmsz
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