pub struct RXFIFOHF_R(/* private fields */);Expand description
Field RXFIFOHF reader - Receive FIFO half full: there are at least 8 words in the FIFO
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RXFIFOHF_R
impl RefUnwindSafe for RXFIFOHF_R
impl Send for RXFIFOHF_R
impl Sync for RXFIFOHF_R
impl Unpin for RXFIFOHF_R
impl UnwindSafe for RXFIFOHF_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