Type Alias R

Source
pub type R = R<DRAMTMG5rs>;
Expand description

Register DRAMTMG5 reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn t_cke(&self) -> T_CKE_R

Bits 0:4 - T_CKE

Source

pub fn t_ckesr(&self) -> T_CKESR_R

Bits 8:13 - T_CKESR

Source

pub fn t_cksre(&self) -> T_CKSRE_R

Bits 16:19 - T_CKSRE

Source

pub fn t_cksrx(&self) -> T_CKSRX_R

Bits 24:27 - T_CKSRX

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more