R

Type Alias R 

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

Register MISCR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn rxclkdly(&self) -> RxclkdlyR

Bits 0:7 - Add delay on Rx sampling clock (fine tune). Effective 5-bit

Source

pub fn sckdly(&self) -> SckdlyR

Bits 8:15 - Add delay on SCK (fine tune). Effective 7-bit

Source

pub fn dqsdly(&self) -> DqsdlyR

Bits 16:23 - select delayed version of DQS. Effective 7-bit

Source

pub fn rxclkinv(&self) -> RxclkinvR

Bit 24 - Invert FCLK as Rx sampling clock (coarse tune)

Source

pub fn sckinv(&self) -> SckinvR

Bit 25 - Invert FCLK as SCK (coarse tune)

Source

pub fn dtrpre(&self) -> DtrpreR

Bit 26 - Enable pre-sampling for DTR (for slow frequency)

Source

pub fn rsvd(&self) -> RsvdR

Bits 27:31