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