[][src]Type Definition stm32f3::stm32f3x8::fmc::PCR2

type PCR2 = Reg<u32, _PCR2>;

PC Card/NAND Flash control register 2

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

For information about available fields see pcr2 module

Trait Implementations

impl Readable for PCR2[src]

read() method returns pcr2::R reader structure

impl ResetValue for PCR2[src]

Register PCR2 reset()'s with value 0x18

type Type = u32

Register size

impl Writable for PCR2[src]

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