Struct SechdpexTr
#[repr(transparent)]pub struct SechdpexTr(pub u32);Expand description
FLASH HDP extension register.
Tuple Fields§
§0: u32Implementations§
§impl SechdpexTr
impl SechdpexTr
pub fn set_hdp1_ex_t(&mut self, val: u8)
pub fn set_hdp1_ex_t(&mut self, val: u8)
HDP area extension in 4-Kbyte pages in bank 1.
pub fn set_hdp2_ex_t(&mut self, val: u8)
pub fn set_hdp2_ex_t(&mut self, val: u8)
HDP area extension in 4-Kbyte pages in bank 2.
Trait Implementations§
§impl Clone for SechdpexTr
impl Clone for SechdpexTr
§fn clone(&self) -> SechdpexTr
fn clone(&self) -> SechdpexTr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for SechdpexTr
impl Debug for SechdpexTr
§impl Default for SechdpexTr
impl Default for SechdpexTr
§fn default() -> SechdpexTr
fn default() -> SechdpexTr
Returns the “default value” for a type. Read more
§impl PartialEq for SechdpexTr
impl PartialEq for SechdpexTr
impl Copy for SechdpexTr
impl Eq for SechdpexTr
impl StructuralPartialEq for SechdpexTr
Auto Trait Implementations§
impl Freeze for SechdpexTr
impl RefUnwindSafe for SechdpexTr
impl Send for SechdpexTr
impl Sync for SechdpexTr
impl Unpin for SechdpexTr
impl UnwindSafe for SechdpexTr
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