pub struct R(/* private fields */);Expand description
Register TMPFORMAT reader
Implementations§
Source§impl R
impl R
Sourcepub fn tmp_formatint(&self) -> TMP_FORMATINT_R
pub fn tmp_formatint(&self) -> TMP_FORMATINT_R
Bits 0:1 - Temp Internal format (00: q15; 01:q31; 10:float)
Sourcepub fn tmp_formatext(&self) -> TMP_FORMATEXT_R
pub fn tmp_formatext(&self) -> TMP_FORMATEXT_R
Bits 4:5 - Temp External format (00: q15; 01:q31; 10:float)
Sourcepub fn tmp_scaler(&self) -> TMP_SCALER_R
pub fn tmp_scaler(&self) -> TMP_SCALER_R
Bits 8:15 - Temp Scaler value (for scaled ‘q31’ formats)
Methods from Deref<Target = R<TMPFORMAT_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