Struct stm32_metapac::rcc::regs::Ahb3lpenr
#[repr(transparent)]pub struct Ahb3lpenr(pub u32);
Expand description
RCC AHB3 low-power clock enable register.
Tuple Fields§
§0: u32
Implementations§
§impl Ahb3lpenr
impl Ahb3lpenr
pub const fn rnglpen(&self) -> bool
pub const fn rnglpen(&self) -> bool
RNG peripheral clock enable in low-power mode Set and reset by software.
pub fn set_rnglpen(&mut self, val: bool)
pub fn set_rnglpen(&mut self, val: bool)
RNG peripheral clock enable in low-power mode Set and reset by software.
pub const fn hashlpen(&self) -> bool
pub const fn hashlpen(&self) -> bool
HASH peripheral clock enable in low-power mode Set and reset by software.
pub fn set_hashlpen(&mut self, val: bool)
pub fn set_hashlpen(&mut self, val: bool)
HASH peripheral clock enable in low-power mode Set and reset by software.
pub const fn cryplpen(&self) -> bool
pub const fn cryplpen(&self) -> bool
CRYP peripheral clock enable in low-power mode Set and reset by software.
pub fn set_cryplpen(&mut self, val: bool)
pub fn set_cryplpen(&mut self, val: bool)
CRYP peripheral clock enable in low-power mode Set and reset by software.
pub const fn saeslpen(&self) -> bool
pub const fn saeslpen(&self) -> bool
SAES peripheral clock enable in low-power mode Set and reset by software.
pub fn set_saeslpen(&mut self, val: bool)
pub fn set_saeslpen(&mut self, val: bool)
SAES peripheral clock enable in low-power mode Set and reset by software.
pub const fn pkalpen(&self) -> bool
pub const fn pkalpen(&self) -> bool
PKA peripheral clock enable in low-power mode Set and reset by software.
pub fn set_pkalpen(&mut self, val: bool)
pub fn set_pkalpen(&mut self, val: bool)
PKA peripheral clock enable in low-power mode Set and reset by software.
Trait Implementations§
impl Copy for Ahb3lpenr
impl Eq for Ahb3lpenr
impl StructuralPartialEq for Ahb3lpenr
Auto Trait Implementations§
impl Freeze for Ahb3lpenr
impl RefUnwindSafe for Ahb3lpenr
impl Send for Ahb3lpenr
impl Sync for Ahb3lpenr
impl Unpin for Ahb3lpenr
impl UnwindSafe for Ahb3lpenr
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
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)
clone_to_uninit
)