pub enum AWDSGL {
AllChannels = 0,
SingleChannel = 1,
}
Expand description
Enable the watchdog on a single channel in scan mode
Value on reset: 0
Variants§
AllChannels = 0
0: Analog watchdog enabled on all channels
SingleChannel = 1
1: Analog watchdog enabled on a single channel
Trait Implementations§
impl Copy for AWDSGL
impl Eq for AWDSGL
impl StructuralPartialEq for AWDSGL
Auto Trait Implementations§
impl Freeze for AWDSGL
impl RefUnwindSafe for AWDSGL
impl Send for AWDSGL
impl Sync for AWDSGL
impl Unpin for AWDSGL
impl UnwindSafe for AWDSGL
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