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

type APB2LPENR = Reg<u32, _APB2LPENR>;

APB2 peripheral clock enabled in low power mode register

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

For information about available fields see apb2lpenr module

Trait Implementations

impl Readable for APB2LPENR[src]

read() method returns apb2lpenr::R reader structure

impl ResetValue for APB2LPENR[src]

Register APB2LPENR reset()'s with value 0x0007_5f33

type Type = u32

Register size

impl Writable for APB2LPENR[src]

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