[][src]Struct stm32wb_pac::rcc::ahb3smenr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn flashsmen(&mut self) -> _FLASHSMENW[src]

Bit 25 - Flash interface clocks enable during CPU1 sleep mode

pub fn sram2smen(&mut self) -> _SRAM2SMENW[src]

Bit 24 - SRAM2a and SRAM2b memory interface clocks enable during CPU1 sleep mode

pub fn rngsmen(&mut self) -> _RNGSMENW[src]

Bit 18 - True RNG clocks enable during CPU1 sleep mode

pub fn aes2smen(&mut self) -> _AES2SMENW[src]

Bit 17 - AES2 accelerator clocks enable during CPU1 sleep mode

pub fn pkasmen(&mut self) -> _PKASMENW[src]

Bit 16 - PKA accelerator clocks enable during CPU1 sleep mode

pub fn qspismen(&mut self) -> _QSPISMENW[src]

Bit 8 - QSPISMEN

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self