pub struct R(/* private fields */);
Expand description
Register AMOUNT
reader
Implementations§
source§impl R
impl R
sourcepub fn txdatabits(&self) -> TXDATABITS_R
pub fn txdatabits(&self) -> TXDATABITS_R
Bits 0:2 - Number of bits in the last or first byte read from RAM that shall be included in the frame (excluding parity bit).
sourcepub fn txdatabytes(&self) -> TXDATABYTES_R
pub fn txdatabytes(&self) -> TXDATABYTES_R
Bits 3:11 - Number of complete bytes that shall be included in the frame, excluding CRC, parity and framing
Methods from Deref<Target = R<AMOUNT_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