pub struct AWD2_R(/* private fields */);
Expand description
Field AWD2
reader - ADC analog watchdog 2 flag
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AWD2_R
impl RefUnwindSafe for AWD2_R
impl Send for AWD2_R
impl Sync for AWD2_R
impl Unpin for AWD2_R
impl UnwindSafe for AWD2_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