pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn rngsmen(&self) -> RNGSMENR
pub fn rngsmen(&self) -> RNGSMENR
Bit 18 - Random Number Generator clocks enable during Sleep and Stop modes
Sourcepub fn aessmen(&self) -> AESSMENR
pub fn aessmen(&self) -> AESSMENR
Bit 16 - AES accelerator clocks enable during Sleep and Stop modes
Sourcepub fn adcfssmen(&self) -> ADCFSSMENR
pub fn adcfssmen(&self) -> ADCFSSMENR
Bit 13 - ADC clocks enable during Sleep and Stop modes
Sourcepub fn sram2smen(&self) -> SRAM2SMENR
pub fn sram2smen(&self) -> SRAM2SMENR
Bit 9 - SRAM2 interface clocks enable during Sleep and Stop modes
Sourcepub fn gpiohsmen(&self) -> GPIOHSMENR
pub fn gpiohsmen(&self) -> GPIOHSMENR
Bit 7 - IO port H clocks enable during Sleep and Stop modes
Sourcepub fn gpioesmen(&self) -> GPIOESMENR
pub fn gpioesmen(&self) -> GPIOESMENR
Bit 4 - IO port E clocks enable during Sleep and Stop modes
Sourcepub fn gpiodsmen(&self) -> GPIODSMENR
pub fn gpiodsmen(&self) -> GPIODSMENR
Bit 3 - IO port D clocks enable during Sleep and Stop modes
Sourcepub fn gpiocsmen(&self) -> GPIOCSMENR
pub fn gpiocsmen(&self) -> GPIOCSMENR
Bit 2 - IO port C clocks enable during Sleep and Stop modes
Sourcepub fn gpiobsmen(&self) -> GPIOBSMENR
pub fn gpiobsmen(&self) -> GPIOBSMENR
Bit 1 - IO port B clocks enable during Sleep and Stop modes
Sourcepub fn gpioasmen(&self) -> GPIOASMENR
pub fn gpioasmen(&self) -> GPIOASMENR
Bit 0 - IO port A clocks enable during Sleep and Stop modes
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