Struct stm32_metapac::flash::regs::Hdp1r
#[repr(transparent)]pub struct Hdp1r(pub u32);
Expand description
FLASH HDP Bank 1 configuration
Tuple Fields§
§0: u32
Implementations§
§impl Hdp1r
impl Hdp1r
pub fn set_hdp1_strt(&mut self, val: u8)
pub fn set_hdp1_strt(&mut self, val: u8)
HDPL barrier start set in number of 8-Kbyte sectors
pub fn set_hdp1_end(&mut self, val: u8)
pub fn set_hdp1_end(&mut self, val: u8)
HDPL barrier end set in number of 8-Kbyte sectors
Trait Implementations§
impl Copy for Hdp1r
impl Eq for Hdp1r
impl StructuralPartialEq for Hdp1r
Auto Trait Implementations§
impl Freeze for Hdp1r
impl RefUnwindSafe for Hdp1r
impl Send for Hdp1r
impl Sync for Hdp1r
impl Unpin for Hdp1r
impl UnwindSafe for Hdp1r
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
)