#[repr(u8)]pub enum BOOTSZ_A {
_2048W_3800 = 0,
_1024W_3C00 = 1,
_512W_3E00 = 2,
_256W_3F00 = 3,
}
Expand description
Select boot size
Value on reset: 0
Variants§
_2048W_3800 = 0
0: Boot Flash size=2048 words start address=$3800
_1024W_3C00 = 1
1: Boot Flash size=1024 words start address=$3C00
_512W_3E00 = 2
2: Boot Flash size=512 words start address=$3E00
_256W_3F00 = 3
3: Boot Flash size=256 words start address=$3F00
Trait Implementations§
source§impl PartialEq for BOOTSZ_A
impl PartialEq for BOOTSZ_A
impl Copy for BOOTSZ_A
impl Eq for BOOTSZ_A
impl StructuralPartialEq for BOOTSZ_A
Auto Trait Implementations§
impl Freeze for BOOTSZ_A
impl RefUnwindSafe for BOOTSZ_A
impl Send for BOOTSZ_A
impl Sync for BOOTSZ_A
impl Unpin for BOOTSZ_A
impl UnwindSafe for BOOTSZ_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