W

Type Alias W 

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

Register MISCR writer

Aliased Type§

pub struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn rxclkdly(&mut self) -> RxclkdlyW<'_, MiscrSpec>

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

Source

pub fn sckdly(&mut self) -> SckdlyW<'_, MiscrSpec>

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

Source

pub fn dqsdly(&mut self) -> DqsdlyW<'_, MiscrSpec>

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

Source

pub fn rxclkinv(&mut self) -> RxclkinvW<'_, MiscrSpec>

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

Source

pub fn sckinv(&mut self) -> SckinvW<'_, MiscrSpec>

Bit 25 - Invert FCLK as SCK (coarse tune)

Source

pub fn dtrpre(&mut self) -> DtrpreW<'_, MiscrSpec>

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

Source

pub fn rsvd(&mut self) -> RsvdW<'_, MiscrSpec>

Bits 27:31