pub type W = W<DcrSpec>;Expand description
Register DCR writer
Aliased Type§
pub struct W { /* private fields */ }Implementations§
Source§impl W
impl W
Sourcepub fn rbsize(&mut self) -> RbsizeW<'_, DcrSpec>
pub fn rbsize(&mut self) -> RbsizeW<'_, DcrSpec>
Bits 0:2 - Row boundary size. 0 - no row boundary, n - row boundary at 2^(n+3) bytes
Sourcepub fn dqse(&mut self) -> DqseW<'_, DcrSpec>
pub fn dqse(&mut self) -> DqseW<'_, DcrSpec>
Bit 3 - DQS enable. Setting to 1 indicates device provides DQS signal for Rx data latching
Sourcepub fn cslmax(&mut self) -> CslmaxW<'_, DcrSpec>
pub fn cslmax(&mut self) -> CslmaxW<'_, DcrSpec>
Bits 6:17 - Maximum CS low active time. 0 - no limit, n - (n+1) cycles
Sourcepub fn cslmin(&mut self) -> CslminW<'_, DcrSpec>
pub fn cslmin(&mut self) -> CslminW<'_, DcrSpec>
Bits 18:21 - Minimum CS low active time. N - (n+1) cycles