pub struct TCIF5_R(/* private fields */);
Expand description
Field TCIF5
reader - Channel 5 transfer complete flag
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TCIF5_R
impl RefUnwindSafe for TCIF5_R
impl Send for TCIF5_R
impl Sync for TCIF5_R
impl Unpin for TCIF5_R
impl UnwindSafe for TCIF5_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