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