pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn rngsmen(&mut self) -> _RNGSMENW<'_>
pub fn rngsmen(&mut self) -> _RNGSMENW<'_>
Bit 18 - Random Number Generator clocks enable during Sleep and Stop modes
Sourcepub fn aessmen(&mut self) -> _AESSMENW<'_>
pub fn aessmen(&mut self) -> _AESSMENW<'_>
Bit 16 - AES accelerator clocks enable during Sleep and Stop modes
Sourcepub fn adcfssmen(&mut self) -> _ADCFSSMENW<'_>
pub fn adcfssmen(&mut self) -> _ADCFSSMENW<'_>
Bit 13 - ADC clocks enable during Sleep and Stop modes
Sourcepub fn sram2smen(&mut self) -> _SRAM2SMENW<'_>
pub fn sram2smen(&mut self) -> _SRAM2SMENW<'_>
Bit 9 - SRAM2 interface clocks enable during Sleep and Stop modes
Sourcepub fn gpiohsmen(&mut self) -> _GPIOHSMENW<'_>
pub fn gpiohsmen(&mut self) -> _GPIOHSMENW<'_>
Bit 7 - IO port H clocks enable during Sleep and Stop modes
Sourcepub fn gpioesmen(&mut self) -> _GPIOESMENW<'_>
pub fn gpioesmen(&mut self) -> _GPIOESMENW<'_>
Bit 4 - IO port E clocks enable during Sleep and Stop modes
Sourcepub fn gpiodsmen(&mut self) -> _GPIODSMENW<'_>
pub fn gpiodsmen(&mut self) -> _GPIODSMENW<'_>
Bit 3 - IO port D clocks enable during Sleep and Stop modes
Sourcepub fn gpiocsmen(&mut self) -> _GPIOCSMENW<'_>
pub fn gpiocsmen(&mut self) -> _GPIOCSMENW<'_>
Bit 2 - IO port C clocks enable during Sleep and Stop modes
Sourcepub fn gpiobsmen(&mut self) -> _GPIOBSMENW<'_>
pub fn gpiobsmen(&mut self) -> _GPIOBSMENW<'_>
Bit 1 - IO port B clocks enable during Sleep and Stop modes
Sourcepub fn gpioasmen(&mut self) -> _GPIOASMENW<'_>
pub fn gpioasmen(&mut self) -> _GPIOASMENW<'_>
Bit 0 - IO port A clocks enable during Sleep and Stop modes
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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