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

type APB1LPENR = Reg<u32, _APB1LPENR>;

APB1 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 apb1lpenr module

Trait Implementations

impl Readable for APB1LPENR[src]

read() method returns apb1lpenr::R reader structure

impl ResetValue for APB1LPENR[src]

Register APB1LPENR reset()'s with value 0x36fe_c9ff

type Type = u32

Register size

impl Writable for APB1LPENR[src]

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