[]Struct stm32f407g_disc::stm32::rcc::ahb1lpenr::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 otghsulpilpen(&mut self) -> _OTGHSULPILPENW

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

pub fn otghslpen(&mut self) -> _OTGHSLPENW

Bit 29 - USB OTG HS clock enable during Sleep mode

pub fn ethmacptplpen(&mut self) -> _ETHMACPTPLPENW

Bit 28 - Ethernet PTP clock enable during Sleep mode

pub fn ethmacrxlpen(&mut self) -> _ETHMACRXLPENW

Bit 27 - Ethernet reception clock enable during Sleep mode

pub fn ethmactxlpen(&mut self) -> _ETHMACTXLPENW

Bit 26 - Ethernet transmission clock enable during Sleep mode

pub fn ethmaclpen(&mut self) -> _ETHMACLPENW

Bit 25 - Ethernet MAC clock enable during Sleep mode

pub fn dma2lpen(&mut self) -> _DMA2LPENW

Bit 22 - DMA2 clock enable during Sleep mode

pub fn dma1lpen(&mut self) -> _DMA1LPENW

Bit 21 - DMA1 clock enable during Sleep mode

pub fn bkpsramlpen(&mut self) -> _BKPSRAMLPENW

Bit 18 - Backup SRAM interface clock enable during Sleep mode

pub fn sram2lpen(&mut self) -> _SRAM2LPENW

Bit 17 - SRAM 2 interface clock enable during Sleep mode

pub fn sram1lpen(&mut self) -> _SRAM1LPENW

Bit 16 - SRAM 1interface clock enable during Sleep mode

pub fn flitflpen(&mut self) -> _FLITFLPENW

Bit 15 - Flash interface clock enable during Sleep mode

pub fn crclpen(&mut self) -> _CRCLPENW

Bit 12 - CRC clock enable during Sleep mode

pub fn gpioilpen(&mut self) -> _GPIOILPENW

Bit 8 - IO port I clock enable during Sleep mode

pub fn gpiohlpen(&mut self) -> _GPIOHLPENW

Bit 7 - IO port H clock enable during Sleep mode

pub fn gpioglpen(&mut self) -> _GPIOGLPENW

Bit 6 - IO port G clock enable during Sleep mode

pub fn gpioflpen(&mut self) -> _GPIOFLPENW

Bit 5 - IO port F clock enable during Sleep mode

pub fn gpioelpen(&mut self) -> _GPIOELPENW

Bit 4 - IO port E clock enable during Sleep mode

pub fn gpiodlpen(&mut self) -> _GPIODLPENW

Bit 3 - IO port D clock enable during Sleep mode

pub fn gpioclpen(&mut self) -> _GPIOCLPENW

Bit 2 - IO port C clock enable during Sleep mode

pub fn gpioblpen(&mut self) -> _GPIOBLPENW

Bit 1 - IO port B clock enable during Sleep mode

pub fn gpioalpen(&mut self) -> _GPIOALPENW

Bit 0 - IO port A 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]