Type Definition stm32f2::stm32f217::fsmc::PCR[][src]

type PCR = Reg<u32, _PCR>;

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 pcr module

Trait Implementations

impl Readable for PCR[src]

read() method returns pcr::R reader structure

impl ResetValue for PCR[src]

Register PCR%s reset()'s with value 0x18

type Type = u32

Register size

impl Writable for PCR[src]

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