pub struct R(/* private fields */);Expand description
Register CPPRE reader
Implementations§
Source§impl R
impl R
Sourcepub fn cppre_in(&self) -> CPPRE_IN_R
pub fn cppre_in(&self) -> CPPRE_IN_R
Bits 0:7 - co-processor scaling of input
Sourcepub fn cppre_out(&self) -> CPPRE_OUT_R
pub fn cppre_out(&self) -> CPPRE_OUT_R
Bits 8:15 - co-processor fixed point output
Sourcepub fn cppre_sat(&self) -> CPPRE_SAT_R
pub fn cppre_sat(&self) -> CPPRE_SAT_R
Bit 16 - 1 : forces sub-32 bit saturation
Sourcepub fn cppre_sat8(&self) -> CPPRE_SAT8_R
pub fn cppre_sat8(&self) -> CPPRE_SAT8_R
Bit 17 - 0 = 8bits, 1 = 16bits
Methods from Deref<Target = R<CPPRE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more