pub struct LPWRMODE_R(/* private fields */);Expand description
Field LPWRMODE reader - The low-power ADC mode
Implementations§
Source§impl LPWRMODE_R
impl LPWRMODE_R
Sourcepub fn variant(&self) -> LPWRMODE_A
pub fn variant(&self) -> LPWRMODE_A
Get enumerated values variant
Sourcepub fn is_lpwrmode_0(&self) -> bool
pub fn is_lpwrmode_0(&self) -> bool
Checks if the value of the field is LPWRMODE_0
Sourcepub fn is_lpwrmode_1(&self) -> bool
pub fn is_lpwrmode_1(&self) -> bool
Checks if the value of the field is LPWRMODE_1
Methods from Deref<Target = FieldReader<bool, LPWRMODE_A>>§
Trait Implementations§
Source§impl Deref for LPWRMODE_R
impl Deref for LPWRMODE_R
Source§type Target = FieldReader<bool, LPWRMODE_A>
type Target = FieldReader<bool, LPWRMODE_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for LPWRMODE_R
impl RefUnwindSafe for LPWRMODE_R
impl Send for LPWRMODE_R
impl Sync for LPWRMODE_R
impl Unpin for LPWRMODE_R
impl UnwindSafe for LPWRMODE_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