Enum Awd1sgl
#[repr(u8)]pub enum Awd1sgl {
ALL = 0,
SINGLE = 1,
}
Variants§
ALL = 0
Analog watchdog 1 enabled on all channels
SINGLE = 1
Analog watchdog 1 enabled on single channel selected in AWD1CH
Implementations§
Trait Implementations§
§impl Ord for Awd1sgl
impl Ord for Awd1sgl
§impl PartialOrd for Awd1sgl
impl PartialOrd for Awd1sgl
impl Copy for Awd1sgl
impl Eq for Awd1sgl
impl StructuralPartialEq for Awd1sgl
Auto Trait Implementations§
impl Freeze for Awd1sgl
impl RefUnwindSafe for Awd1sgl
impl Send for Awd1sgl
impl Sync for Awd1sgl
impl Unpin for Awd1sgl
impl UnwindSafe for Awd1sgl
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)