[][src]Struct stm32l1xx_hal::stm32::rcc::ahblpenr::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 W[src]

Writes raw bits to the register

pub fn dma2lpen(&mut self) -> _DMA2LPENW[src]

Bit 25 - DMA2 clock enable during Sleep mode

pub fn dma1lpen(&mut self) -> _DMA1LPENW[src]

Bit 24 - DMA1 clock enable during Sleep mode

pub fn sramlpen(&mut self) -> _SRAMLPENW[src]

Bit 16 - SRAM clock enable during Sleep mode

pub fn flitflpen(&mut self) -> _FLITFLPENW[src]

Bit 15 - FLITF clock enable during Sleep mode

pub fn crclpen(&mut self) -> _CRCLPENW[src]

Bit 12 - CRC clock enable during Sleep mode

pub fn gpioglpen(&mut self) -> _GPIOGLPENW[src]

Bit 7 - IO port G clock enable during Sleep mode

pub fn gpioflpen(&mut self) -> _GPIOFLPENW[src]

Bit 6 - IO port F clock enable during Sleep mode

pub fn gpiohlpen(&mut self) -> _GPIOHLPENW[src]

Bit 5 - IO port H clock enable during Sleep mode

pub fn gpioelpen(&mut self) -> _GPIOELPENW[src]

Bit 4 - IO port E clock enable during Sleep mode

pub fn gpiodlpen(&mut self) -> _GPIODLPENW[src]

Bit 3 - IO port D clock enable during Sleep mode

pub fn gpioclpen(&mut self) -> _GPIOCLPENW[src]

Bit 2 - IO port C clock enable during Sleep mode

pub fn gpioblpen(&mut self) -> _GPIOBLPENW[src]

Bit 1 - IO port B clock enable during Sleep mode

pub fn gpioalpen(&mut self) -> _GPIOALPENW[src]

Bit 0 - IO port A clock enable during Sleep mode

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

Blanket Implementations

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

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, 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]