Struct stm32_metapac::flash::regs::Edata1r
#[repr(transparent)]pub struct Edata1r(pub u32);
Expand description
FLASH data sector configuration Bank 1
Tuple Fields§
§0: u32
Implementations§
§impl Edata1r
impl Edata1r
pub const fn edata1_strt(&self) -> u8
pub const fn edata1_strt(&self) -> u8
EDATA1_STRT contains the start sectors of the flash high-cycle data area in Bank 1 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 1 are reserved for flash high-cycle data
pub fn set_edata1_strt(&mut self, val: u8)
pub fn set_edata1_strt(&mut self, val: u8)
EDATA1_STRT contains the start sectors of the flash high-cycle data area in Bank 1 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 1 are reserved for flash high-cycle data
pub fn set_edata1_en(&mut self, val: bool)
pub fn set_edata1_en(&mut self, val: bool)
Bank 1 flash high-cycle data enable
Trait Implementations§
impl Copy for Edata1r
impl Eq for Edata1r
impl StructuralPartialEq for Edata1r
Auto Trait Implementations§
impl Freeze for Edata1r
impl RefUnwindSafe for Edata1r
impl Send for Edata1r
impl Sync for Edata1r
impl Unpin for Edata1r
impl UnwindSafe for Edata1r
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
)