PATT

Type Alias PATT 

Source
pub type PATT = Reg<u32, _PATT>;
Expand description

Attribute memory space timing register 3

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

For information about available fields see patt module

Aliased Type§

pub struct PATT { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for PATT

Register PATT reset()’s with value 0xfcfc_fcfc

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for PATT

read() method returns patt::R reader structure

Source§

impl Writable for PATT

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