Type Definition stm32f4::stm32f469::fmc::PMEM[][src]

type PMEM = Reg<u32, _PMEM>;

Common memory space timing register 3

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

For information about available fields see pmem module

Trait Implementations

impl Readable for PMEM[src]

read() method returns pmem::R reader structure

impl ResetValue for PMEM[src]

Register PMEM reset()'s with value 0xfcfc_fcfc

type Type = u32

Register size

impl Writable for PMEM[src]

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