Type Definition PATT
Other items instm32l4_stm32hal::stm32l4x5::fmc
type PATT = Reg<u32, _PATT>;
Attribute memory space timing 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 patt module
impl ResetValue for PATT
Register PATT reset()’s with value 0xfcfc_fcfc
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for PATT
read() method returns patt::R reader structure
read()
impl Writable for PATT
write(|w| ..) method takes patt::W writer structure
write(|w| ..)