pub struct R(_);
Expand description
Register ENSHIFT
reader
Implementations§
§impl R
impl R
pub fn enable_shift(&self) -> FieldReaderRaw<u8, u8>
pub fn enable_shift(&self) -> FieldReaderRaw<u8, u8>
Bits 0:3 - Control for the amount of phase shift provided on the default enables in the design.Two bits assigned for each card. 2’b00-Default phase shift. 2’b01-Enables shifted to next immediate positive edge. 2’b10-Enables shifted to next immediate negative edge. 2’b11-Reserved.
Methods from Deref<Target = R<ENSHIFT_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<ENSHIFT_SPEC>> for R
impl From<R<ENSHIFT_SPEC>> for R
§fn from(reader: R<ENSHIFT_SPEC>) -> R
fn from(reader: R<ENSHIFT_SPEC>) -> R
Converts to this type from the input type.