Type Definition stm32f4::stm32f407::rcc::AHB1LPENR[][src]

type AHB1LPENR = Reg<u32, _AHB1LPENR>;

AHB1 peripheral clock enable in low power mode register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see ahb1lpenr module

Trait Implementations

impl Readable for AHB1LPENR[src]

read() method returns ahb1lpenr::R reader structure

impl ResetValue for AHB1LPENR[src]

Register AHB1LPENR reset()'s with value 0x7e67_91ff

type Type = u32

Register size

impl Writable for AHB1LPENR[src]

write(|w| ..) method takes ahb1lpenr::W writer structure