Struct Sechdpcr
#[repr(transparent)]pub struct Sechdpcr(pub u32);Expand description
FLASH secure HDP control register.
Tuple Fields§
§0: u32Implementations§
§impl Sechdpcr
impl Sechdpcr
pub const fn hdp1_accdis(&self) -> u8
pub const fn hdp1_accdis(&self) -> u8
HDP1 area access disable.
pub fn set_hdp1_accdis(&mut self, val: u8)
pub fn set_hdp1_accdis(&mut self, val: u8)
HDP1 area access disable.
pub const fn hdp2_accdis(&self) -> u8
pub const fn hdp2_accdis(&self) -> u8
HDP2 area access disable.
pub fn set_hdp2_accdis(&mut self, val: u8)
pub fn set_hdp2_accdis(&mut self, val: u8)
HDP2 area access disable.
pub const fn hdp1ex_t_accdis(&self) -> u8
pub const fn hdp1ex_t_accdis(&self) -> u8
HDP1 extension area access disable.
pub fn set_hdp1ex_t_accdis(&mut self, val: u8)
pub fn set_hdp1ex_t_accdis(&mut self, val: u8)
HDP1 extension area access disable.
pub const fn hdp2ex_t_accdis(&self) -> u8
pub const fn hdp2ex_t_accdis(&self) -> u8
HDP2 extension area access disable.
pub fn set_hdp2ex_t_accdis(&mut self, val: u8)
pub fn set_hdp2ex_t_accdis(&mut self, val: u8)
HDP2 extension area access disable.
Trait Implementations§
impl Copy for Sechdpcr
impl Eq for Sechdpcr
impl StructuralPartialEq for Sechdpcr
Auto Trait Implementations§
impl Freeze for Sechdpcr
impl RefUnwindSafe for Sechdpcr
impl Send for Sechdpcr
impl Sync for Sechdpcr
impl Unpin for Sechdpcr
impl UnwindSafe for Sechdpcr
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