[][src]Struct stm32f4xx_hal::stm32::rcc::ahb1lpenr::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 gpioalpen(&mut self) -> _GPIOALPENW[src]

Bit 0 - IO port A clock enable during sleep mode

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

Bit 1 - IO port B clock enable during Sleep mode

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

Bit 2 - IO port C clock enable during Sleep mode

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

Bit 3 - IO port D clock enable during Sleep mode

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

Bit 4 - IO port E clock enable during Sleep mode

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

Bit 5 - IO port F clock enable during Sleep mode

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

Bit 6 - IO port G clock enable during Sleep mode

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

Bit 7 - IO port H clock enable during Sleep mode

pub fn gpioilpen(&mut self) -> _GPIOILPENW[src]

Bit 8 - IO port I clock enable during Sleep mode

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

Bit 12 - CRC clock enable during Sleep mode

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

Bit 15 - Flash interface clock enable during Sleep mode

pub fn sram1lpen(&mut self) -> _SRAM1LPENW[src]

Bit 16 - SRAM 1interface clock enable during Sleep mode

pub fn sram2lpen(&mut self) -> _SRAM2LPENW[src]

Bit 17 - SRAM 2 interface clock enable during Sleep mode

pub fn bkpsramlpen(&mut self) -> _BKPSRAMLPENW[src]

Bit 18 - Backup SRAM interface clock enable during Sleep mode

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

Bit 21 - DMA1 clock enable during Sleep mode

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

Bit 22 - DMA2 clock enable during Sleep mode

pub fn ethmaclpen(&mut self) -> _ETHMACLPENW[src]

Bit 25 - Ethernet MAC clock enable during Sleep mode

pub fn ethmactxlpen(&mut self) -> _ETHMACTXLPENW[src]

Bit 26 - Ethernet transmission clock enable during Sleep mode

pub fn ethmacrxlpen(&mut self) -> _ETHMACRXLPENW[src]

Bit 27 - Ethernet reception clock enable during Sleep mode

pub fn ethmacptplpen(&mut self) -> _ETHMACPTPLPENW[src]

Bit 28 - Ethernet PTP clock enable during Sleep mode

pub fn otghslpen(&mut self) -> _OTGHSLPENW[src]

Bit 29 - USB OTG HS clock enable during Sleep mode

pub fn otghsulpilpen(&mut self) -> _OTGHSULPILPENW[src]

Bit 30 - USB OTG HS ULPI clock enable during Sleep mode

pub fn sram3lpen(&mut self) -> _SRAM3LPENW[src]

Bit 19 - SRAM3 interface clock enable during Sleep mode

pub fn dma2dlpen(&mut self) -> _DMA2DLPENW[src]

Bit 23 - DMA2D clock enable during Sleep mode

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