[]Struct solo_bsc::rcc::apb2smenr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn sai1smen(&mut self) -> _SAI1SMENW

Bit 21 - SAI1 clocks enable during Sleep and Stop modes

pub fn tim16smen(&mut self) -> _TIM16SMENW

Bit 17 - TIM16 timer clocks enable during Sleep and Stop modes

pub fn tim15smen(&mut self) -> _TIM15SMENW

Bit 16 - TIM15 timer clocks enable during Sleep and Stop modes

pub fn usart1smen(&mut self) -> _USART1SMENW

Bit 14 - USART1clocks enable during Sleep and Stop modes

pub fn spi1smen(&mut self) -> _SPI1SMENW

Bit 12 - SPI1 clocks enable during Sleep and Stop modes

pub fn tim1smen(&mut self) -> _TIM1SMENW

Bit 11 - TIM1 timer clocks enable during Sleep and Stop modes

pub fn sdmmcsmen(&mut self) -> _SDMMCSMENW

Bit 10 - SDMMC clocks enable during Sleep and Stop modes

pub fn syscfgsmen(&mut self) -> _SYSCFGSMENW

Bit 0 - SYSCFG clocks enable during Sleep and Stop modes

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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

impl<T> Same for T

type Output = T

Should always be Self