pub struct R(/* private fields */);Expand description
Register AHB2SMENR reader
Implementations§
Source§impl R
impl R
Sourcepub fn rngsmen(&self) -> RNGSMEN_R
pub fn rngsmen(&self) -> RNGSMEN_R
Bit 18 - Random Number Generator clocks enable during Sleep and Stop modes
Sourcepub fn aessmen(&self) -> AESSMEN_R
pub fn aessmen(&self) -> AESSMEN_R
Bit 16 - AES accelerator clocks enable during Sleep and Stop modes
Sourcepub fn adcfssmen(&self) -> ADCFSSMEN_R
pub fn adcfssmen(&self) -> ADCFSSMEN_R
Bit 13 - ADC clocks enable during Sleep and Stop modes
Sourcepub fn sram2smen(&self) -> SRAM2SMEN_R
pub fn sram2smen(&self) -> SRAM2SMEN_R
Bit 9 - SRAM2 interface clocks enable during Sleep and Stop modes
Sourcepub fn gpiohsmen(&self) -> GPIOHSMEN_R
pub fn gpiohsmen(&self) -> GPIOHSMEN_R
Bit 7 - IO port H clocks enable during Sleep and Stop modes
Sourcepub fn gpioesmen(&self) -> GPIOESMEN_R
pub fn gpioesmen(&self) -> GPIOESMEN_R
Bit 4 - IO port E clocks enable during Sleep and Stop modes
Sourcepub fn gpiodsmen(&self) -> GPIODSMEN_R
pub fn gpiodsmen(&self) -> GPIODSMEN_R
Bit 3 - IO port D clocks enable during Sleep and Stop modes
Sourcepub fn gpiocsmen(&self) -> GPIOCSMEN_R
pub fn gpiocsmen(&self) -> GPIOCSMEN_R
Bit 2 - IO port C clocks enable during Sleep and Stop modes
Sourcepub fn gpiobsmen(&self) -> GPIOBSMEN_R
pub fn gpiobsmen(&self) -> GPIOBSMEN_R
Bit 1 - IO port B clocks enable during Sleep and Stop modes
Sourcepub fn gpioasmen(&self) -> GPIOASMEN_R
pub fn gpioasmen(&self) -> GPIOASMEN_R
Bit 0 - IO port A clocks enable during Sleep and Stop modes
Methods from Deref<Target = R<AHB2SMENR_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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