#[repr(u8)]pub enum Softrst {
SOFTRST_0 = 0,
SOFTRST_1 = 1,
}Variants§
SOFTRST_0 = 0
ADC_ETC works normally.
SOFTRST_1 = 1
All registers inside ADC_ETC will be reset to the default value.
Implementations§
Trait Implementations§
Source§impl Ord for Softrst
impl Ord for Softrst
Source§impl PartialOrd for Softrst
impl PartialOrd for Softrst
impl Copy for Softrst
impl Eq for Softrst
impl StructuralPartialEq for Softrst
Auto Trait Implementations§
impl Freeze for Softrst
impl RefUnwindSafe for Softrst
impl Send for Softrst
impl Sync for Softrst
impl Unpin for Softrst
impl UnwindSafe for Softrst
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