pub struct W(/* private fields */);
Expand description
Register CPPRE
writer
Implementations§
Source§impl W
impl W
Sourcepub fn cppre_in(&mut self) -> CPPRE_IN_W<'_>
pub fn cppre_in(&mut self) -> CPPRE_IN_W<'_>
Bits 0:7 - co-processor scaling of input
Sourcepub fn cppre_out(&mut self) -> CPPRE_OUT_W<'_>
pub fn cppre_out(&mut self) -> CPPRE_OUT_W<'_>
Bits 8:15 - co-processor fixed point output
Sourcepub fn cppre_sat(&mut self) -> CPPRE_SAT_W<'_>
pub fn cppre_sat(&mut self) -> CPPRE_SAT_W<'_>
Bit 16 - 1 : forces sub-32 bit saturation
Sourcepub fn cppre_sat8(&mut self) -> CPPRE_SAT8_W<'_>
pub fn cppre_sat8(&mut self) -> CPPRE_SAT8_W<'_>
Bit 17 - 0 = 8bits, 1 = 16bits
Methods from Deref<Target = W<CPPRE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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