pub struct R(_);Expand description
Register CSR reader
Implementations§
source§impl R
impl R
sourcepub fn nargs(&self) -> BitReaderRaw<NARGS_A>
pub fn nargs(&self) -> BitReaderRaw<NARGS_A>
Bit 20 - Number of arguments expected by the WDATA register
sourcepub fn scale(&self) -> FieldReaderRaw<u8, u8>
pub fn scale(&self) -> FieldReaderRaw<u8, u8>
Bits 8:10 - Scaling factor (2^-n for arguments, 2^n for results)
sourcepub fn precision(&self) -> FieldReaderRaw<u8, PRECISION_A>
pub fn precision(&self) -> FieldReaderRaw<u8, PRECISION_A>
Bits 4:7 - Precision required (number of iterations/cycles), where PRECISION = (number of iterations/4)
Methods from Deref<Target = R<CSR_SPEC>>§
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.