Type Definition PCR
Other items instm32l4_stm32hal::stm32l4x5::fmc
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.
read
reset
write
write_with_zero
modify
For information about available fields see pcr module
impl ResetValue for PCR
Register PCR reset()’s with value 0x18
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for PCR
read() method returns pcr::R reader structure
read()
impl Writable for PCR
write(|w| ..) method takes pcr::W writer structure
write(|w| ..)