Struct Ahb3secsr
#[repr(transparent)]pub struct Ahb3secsr(pub u32);
Expand description
RCC AHB3 security status register
Tuple Fields§
§0: u32
Implementations§
§impl Ahb3secsr
impl Ahb3secsr
pub fn set_fsmcsecf(&mut self, val: bool)
pub fn set_fsmcsecf(&mut self, val: bool)
FSMCSECF
pub fn set_ospi1secf(&mut self, val: bool)
pub fn set_ospi1secf(&mut self, val: bool)
OSPI1SECF
Trait Implementations§
impl Copy for Ahb3secsr
impl Eq for Ahb3secsr
impl StructuralPartialEq for Ahb3secsr
Auto Trait Implementations§
impl Freeze for Ahb3secsr
impl RefUnwindSafe for Ahb3secsr
impl Send for Ahb3secsr
impl Sync for Ahb3secsr
impl Unpin for Ahb3secsr
impl UnwindSafe for Ahb3secsr
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