pub enum AWDSGLR {
ALLCHANNELS,
SINGLECHANNEL,
}
Expand description
Possible values of the field AWDSGL
Variants§
ALLCHANNELS
Analog watchdog enabled on all channels
SINGLECHANNEL
Analog watchdog enabled on a single channel
Implementations§
Source§impl AWDSGLR
impl AWDSGLR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1)
Sourcepub fn is_all_channels(&self) -> bool
pub fn is_all_channels(&self) -> bool
Checks if the value of the field is ALLCHANNELS
Sourcepub fn is_single_channel(&self) -> bool
pub fn is_single_channel(&self) -> bool
Checks if the value of the field is SINGLECHANNEL
Trait Implementations§
impl Copy for AWDSGLR
impl StructuralPartialEq for AWDSGLR
Auto Trait Implementations§
impl Freeze for AWDSGLR
impl RefUnwindSafe for AWDSGLR
impl Send for AWDSGLR
impl Sync for AWDSGLR
impl Unpin for AWDSGLR
impl UnwindSafe for AWDSGLR
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