Struct stm32_metapac::rcc::regs::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 const fn octospi1secf(&self) -> bool
pub const fn octospi1secf(&self) -> bool
OCTOSPI1SECF
pub fn set_octospi1secf(&mut self, val: bool)
pub fn set_octospi1secf(&mut self, val: bool)
OCTOSPI1SECF
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
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
)