#[repr(u8)]pub enum St10 {
NORMAL = 0,
RESET = 1,
}Variants§
NORMAL = 0
Normal operation, waiting for HWVAD trigger event (stage 0).
RESET = 1
Reset internal interrupt flag by writing a ‘1’ pulse.
Implementations§
Trait Implementations§
Source§impl Ord for St10
impl Ord for St10
Source§impl PartialOrd for St10
impl PartialOrd for St10
impl Copy for St10
impl Eq for St10
impl StructuralPartialEq for St10
Auto Trait Implementations§
impl Freeze for St10
impl RefUnwindSafe for St10
impl Send for St10
impl Sync for St10
impl Unpin for St10
impl UnwindSafe for St10
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