Struct Ahb2secsr
#[repr(transparent)]pub struct Ahb2secsr(pub u32);Expand description
RCC AHB2 security status register
Tuple Fields§
§0: u32Implementations§
§impl Ahb2secsr
impl Ahb2secsr
pub const fn set_gpioasecf(&mut self, val: bool)
pub const fn set_gpioasecf(&mut self, val: bool)
GPIOASECF
pub const fn set_gpiobsecf(&mut self, val: bool)
pub const fn set_gpiobsecf(&mut self, val: bool)
GPIOBSECF
pub const fn set_gpiocsecf(&mut self, val: bool)
pub const fn set_gpiocsecf(&mut self, val: bool)
GPIOCSECF
pub const fn set_gpiodsecf(&mut self, val: bool)
pub const fn set_gpiodsecf(&mut self, val: bool)
GPIODSECF
pub const fn set_gpioesecf(&mut self, val: bool)
pub const fn set_gpioesecf(&mut self, val: bool)
GPIOESECF
pub const fn set_gpiofsecf(&mut self, val: bool)
pub const fn set_gpiofsecf(&mut self, val: bool)
GPIOFSECF
pub const fn set_gpiogsecf(&mut self, val: bool)
pub const fn set_gpiogsecf(&mut self, val: bool)
GPIOGSECF
pub const fn set_gpiohsecf(&mut self, val: bool)
pub const fn set_gpiohsecf(&mut self, val: bool)
GPIOHSECF
pub const fn set_sram2secf(&mut self, val: bool)
pub const fn set_sram2secf(&mut self, val: bool)
SRAM2SECF
pub const fn otfdec1secf(&self) -> bool
pub const fn otfdec1secf(&self) -> bool
OTFDEC1SECF
pub const fn set_otfdec1secf(&mut self, val: bool)
pub const fn set_otfdec1secf(&mut self, val: bool)
OTFDEC1SECF
pub const fn sdmmc1secf(&self) -> bool
pub const fn sdmmc1secf(&self) -> bool
SDMMC1SECF
pub const fn set_sdmmc1secf(&mut self, val: bool)
pub const fn set_sdmmc1secf(&mut self, val: bool)
SDMMC1SECF
Trait Implementations§
impl Copy for Ahb2secsr
impl Eq for Ahb2secsr
impl StructuralPartialEq for Ahb2secsr
Auto Trait Implementations§
impl Freeze for Ahb2secsr
impl RefUnwindSafe for Ahb2secsr
impl Send for Ahb2secsr
impl Sync for Ahb2secsr
impl Unpin for Ahb2secsr
impl UnwindSafe for Ahb2secsr
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