pub enum STATUS_A {
NOT_TRIGGERED = 0,
TRIGGERED = 1,
}
Expand description
HFCLKSTART task triggered or not
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for STATUS_A
impl StructuralPartialEq for STATUS_A
Auto Trait Implementations§
impl Freeze for STATUS_A
impl RefUnwindSafe for STATUS_A
impl Send for STATUS_A
impl Sync for STATUS_A
impl Unpin for STATUS_A
impl UnwindSafe for STATUS_A
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