#[repr(u8)]pub enum PSIZE_A {
Psize8 = 0,
Psize16 = 1,
Psize32 = 2,
Psize64 = 3,
}
Expand description
Program size
Value on reset: 0
Variants§
Psize8 = 0
0: Program x8
Psize16 = 1
1: Program x16
Psize32 = 2
2: Program x32
Psize64 = 3
3: Program x64
Trait Implementations§
impl Copy for PSIZE_A
impl StructuralPartialEq for PSIZE_A
Auto Trait Implementations§
impl Freeze for PSIZE_A
impl RefUnwindSafe for PSIZE_A
impl Send for PSIZE_A
impl Sync for PSIZE_A
impl Unpin for PSIZE_A
impl UnwindSafe for PSIZE_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