PMEM

Type Alias PMEM 

Source
pub type PMEM = Reg<u32, _PMEM>;
Expand description

Common memory space timing register 3

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

For information about available fields see pmem module

Aliased Type§

pub struct PMEM { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for PMEM

Register PMEM 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 PMEM

read() method returns pmem::R reader structure

Source§

impl Writable for PMEM

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