pub struct R(_);Expand description
Register CR reader
Implementations
sourceimpl R
impl R
sourcepub fn rev_out(&self) -> REV_OUT_R
pub fn rev_out(&self) -> REV_OUT_R
Bit 7 - Reverse output data This bit controls the reversal of the bit order of the output data.
sourcepub fn rev_in(&self) -> REV_IN_R
pub fn rev_in(&self) -> REV_IN_R
Bits 5:6 - Reverse input data These bits control the reversal of the bit order of the input data
sourcepub fn polysize(&self) -> POLYSIZE_R
pub fn polysize(&self) -> POLYSIZE_R
Bits 3:4 - Polynomial size These bits control the size of the polynomial.
Methods from Deref<Target = R<CR_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more