Enum EOS_SLV_A
pub enum EOS_SLV_A {
NotComplete = 0,
Complete = 1,
}
Expand description
End of regular sequence flag of the master ADC
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for EOS_MST_A
impl StructuralPartialEq for EOS_MST_A
Auto Trait Implementations§
impl Freeze for EOS_MST_A
impl RefUnwindSafe for EOS_MST_A
impl Send for EOS_MST_A
impl Sync for EOS_MST_A
impl Unpin for EOS_MST_A
impl UnwindSafe for EOS_MST_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