Struct stm32_metapac::rcc::regs::Ahb1secsr
#[repr(transparent)]pub struct Ahb1secsr(pub u32);
Expand description
RCC AHB1 security status register
Tuple Fields§
§0: u32
Implementations§
§impl Ahb1secsr
impl Ahb1secsr
pub fn set_dma1secf(&mut self, val: bool)
pub fn set_dma1secf(&mut self, val: bool)
DMA1SECF
pub fn set_dma2secf(&mut self, val: bool)
pub fn set_dma2secf(&mut self, val: bool)
DMA2SECF
pub const fn dmamux1secf(&self) -> bool
pub const fn dmamux1secf(&self) -> bool
DMAMUX1SECF
pub fn set_dmamux1secf(&mut self, val: bool)
pub fn set_dmamux1secf(&mut self, val: bool)
DMAMUX1SECF
pub fn set_flashsecf(&mut self, val: bool)
pub fn set_flashsecf(&mut self, val: bool)
FLASHSECF
pub fn set_sram1secf(&mut self, val: bool)
pub fn set_sram1secf(&mut self, val: bool)
SRAM1SECF
pub fn set_crcsecf(&mut self, val: bool)
pub fn set_crcsecf(&mut self, val: bool)
CRCSECF
pub fn set_tscsecf(&mut self, val: bool)
pub fn set_tscsecf(&mut self, val: bool)
TSCSECF
pub fn set_gtzcsecf(&mut self, val: bool)
pub fn set_gtzcsecf(&mut self, val: bool)
GTZCSECF
pub const fn icachesecf(&self) -> bool
pub const fn icachesecf(&self) -> bool
ICACHESECF
pub fn set_icachesecf(&mut self, val: bool)
pub fn set_icachesecf(&mut self, val: bool)
ICACHESECF
Trait Implementations§
impl Copy for Ahb1secsr
impl Eq for Ahb1secsr
impl StructuralPartialEq for Ahb1secsr
Auto Trait Implementations§
impl Freeze for Ahb1secsr
impl RefUnwindSafe for Ahb1secsr
impl Send for Ahb1secsr
impl Sync for Ahb1secsr
impl Unpin for Ahb1secsr
impl UnwindSafe for Ahb1secsr
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
)