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

type AHB3LPENR = Reg<u32, _AHB3LPENR>;

AHB3 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 ahb3lpenr module

Trait Implementations

impl Readable for AHB3LPENR[src]

read() method returns ahb3lpenr::R reader structure

impl ResetValue for AHB3LPENR[src]

Register AHB3LPENR reset()'s with value 0x01

type Type = u32

Register size

impl Writable for AHB3LPENR[src]

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