pub struct GIF1_R(/* private fields */);Expand description
Field GIF1 reader - Channel x global interrupt flag (x = 1 ..7)
Implementations§
Methods from Deref<Target = FieldReader<bool, GIF1_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GIF1_R
impl RefUnwindSafe for GIF1_R
impl Send for GIF1_R
impl Sync for GIF1_R
impl Unpin for GIF1_R
impl UnwindSafe for GIF1_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