[][src]Type Definition stm32f3::stm32f303::fmc::PCR3

type PCR3 = Reg<u32, _PCR3>;

PC Card/NAND Flash control register 3

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

For information about available fields see pcr3 module

Trait Implementations

impl Readable for PCR3[src]

read() method returns pcr3::R reader structure

impl ResetValue for PCR3[src]

Register PCR3 reset()'s with value 0x18

type Type = u32

Register size

impl Writable for PCR3[src]

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