pub struct ADCFSSMEN_R(/* private fields */);Expand description
Field ADCFSSMEN reader - ADC clocks enable during Sleep and Stop modes
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ADCFSSMEN_R
impl RefUnwindSafe for ADCFSSMEN_R
impl Send for ADCFSSMEN_R
impl Sync for ADCFSSMEN_R
impl Unpin for ADCFSSMEN_R
impl UnwindSafe for ADCFSSMEN_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