[][src]Struct stm32g0::stm32g0x1::rcc::apbsmenr1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

pub fn tim2smen(&mut self) -> _TIM2SMENW[src]

Bit 0 - TIM2 timer clock enable during Sleep mode

pub fn tim3smen(&mut self) -> _TIM3SMENW[src]

Bit 1 - TIM3 timer clock enable during Sleep mode

pub fn tim6smen(&mut self) -> _TIM6SMENW[src]

Bit 4 - TIM6 timer clock enable during Sleep mode

pub fn tim7smen(&mut self) -> _TIM7SMENW[src]

Bit 5 - TIM7 timer clock enable during Sleep mode

pub fn rtcapbsmen(&mut self) -> _RTCAPBSMENW[src]

Bit 10 - RTC APB clock enable during Sleep mode

pub fn wwdgsmen(&mut self) -> _WWDGSMENW[src]

Bit 11 - WWDG clock enable during Sleep mode

pub fn spi2smen(&mut self) -> _SPI2SMENW[src]

Bit 14 - SPI2 clock enable during Sleep mode

pub fn usart2smen(&mut self) -> _USART2SMENW[src]

Bit 17 - USART2 clock enable during Sleep mode

pub fn usart3smen(&mut self) -> _USART3SMENW[src]

Bit 18 - USART3 clock enable during Sleep mode

pub fn usart4smen(&mut self) -> _USART4SMENW[src]

Bit 19 - USART4 clock enable during Sleep mode

pub fn lpuart1smen(&mut self) -> _LPUART1SMENW[src]

Bit 20 - LPUART1 clock enable during Sleep mode

pub fn i2c1smen(&mut self) -> _I2C1SMENW[src]

Bit 21 - I2C1 clock enable during Sleep mode

pub fn i2c2smen(&mut self) -> _I2C2SMENW[src]

Bit 22 - I2C2 clock enable during Sleep mode

pub fn cecsmen(&mut self) -> _CECSMENW[src]

Bit 24 - HDMI CEC clock enable during Sleep mode

pub fn ucpd1smen(&mut self) -> _UCPD1SMENW[src]

Bit 25 - UCPD1 clock enable during Sleep mode

pub fn ucpd2smen(&mut self) -> _UCPD2SMENW[src]

Bit 26 - UCPD2 clock enable during Sleep mode

pub fn dbgsmen(&mut self) -> _DBGSMENW[src]

Bit 27 - Debug support clock enable during Sleep mode

pub fn pwrsmen(&mut self) -> _PWRSMENW[src]

Bit 28 - Power interface clock enable during Sleep mode

pub fn dac1smen(&mut self) -> _DAC1SMENW[src]

Bit 29 - DAC1 interface clock enable during Sleep mode

pub fn lptim2smen(&mut self) -> _LPTIM2SMENW[src]

Bit 30 - Low Power Timer 2 clock enable during Sleep mode

pub fn lptim1smen(&mut self) -> _LPTIM1SMENW[src]

Bit 31 - Low Power Timer 1 clock enable during Sleep mode

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send 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