Struct stm32_metapac::flash::regs::Edata2r
#[repr(transparent)]pub struct Edata2r(pub u32);
Expand description
FLASH data sector configuration Bank 2
Tuple Fields§
§0: u32
Implementations§
§impl Edata2r
impl Edata2r
pub const fn edata2_strt(&self) -> u8
pub const fn edata2_strt(&self) -> u8
EDATA2_STRT contains the start sectors of the flash high-cycle data area in Bank 2 There is no hardware effect to those bits. They shall be managed by ST tools in Flasher. … Note: 111: The eight last sectors of the Bank 2 are reserved for flash high-cycle data.
pub fn set_edata2_strt(&mut self, val: u8)
pub fn set_edata2_strt(&mut self, val: u8)
EDATA2_STRT contains the start sectors of the flash high-cycle data area in Bank 2 There is no hardware effect to those bits. They shall be managed by ST tools in Flasher. … Note: 111: The eight last sectors of the Bank 2 are reserved for flash high-cycle data.
pub fn set_edata2_en(&mut self, val: bool)
pub fn set_edata2_en(&mut self, val: bool)
Bank 2 flash high-cycle data enable
Trait Implementations§
impl Copy for Edata2r
impl Eq for Edata2r
impl StructuralPartialEq for Edata2r
Auto Trait Implementations§
impl Freeze for Edata2r
impl RefUnwindSafe for Edata2r
impl Send for Edata2r
impl Sync for Edata2r
impl Unpin for Edata2r
impl UnwindSafe for Edata2r
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
)