Type Alias R

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

Register DX3DQSTR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn r0dgsl(&self) -> R0DGSL_R

Bits 0:2 - R0DGSL

Source

pub fn r0dgps(&self) -> R0DGPS_R

Bits 12:13 - R0DGPS

Source

pub fn dqsdly(&self) -> DQSDLY_R

Bits 20:22 - DQSDLY

Source

pub fn dqsndly(&self) -> DQSNDLY_R

Bits 23:25 - DQSNDLY

Source

pub fn dmdly(&self) -> DMDLY_R

Bits 26:29 - DMDLY

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more