pub struct HTIF1_R(/* private fields */);Expand description
Field HTIF1 reader - Channel x half transfer flag (x = 1 ..7)
Implementations§
Methods from Deref<Target = FieldReader<bool, HTIF1_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HTIF1_R
impl RefUnwindSafe for HTIF1_R
impl Send for HTIF1_R
impl Sync for HTIF1_R
impl Unpin for HTIF1_R
impl UnwindSafe for HTIF1_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