Type Definition stm32g4::stm32g474::fmc::PCR[][src]

type PCR = Reg<u32, _PCR>;

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

Trait Implementations

impl Readable for PCR[src]

read() method returns pcr::R reader structure

impl ResetValue for PCR[src]

Register PCR reset()'s with value 0x18

type Type = u32

Register size

impl Writable for PCR[src]

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