Type Definition stm32f4::stm32f401::syscfg::PMC[][src]

type PMC = Reg<u32, _PMC>;

peripheral mode configuration register

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

For information about available fields see pmc module

Trait Implementations

impl Readable for PMC[src]

read() method returns pmc::R reader structure

impl ResetValue for PMC[src]

Register PMC reset()'s with value 0

type Type = u32

Register size

impl Writable for PMC[src]

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