pub enum STRT_A {
NotStarted = 0,
Started = 1,
}
Expand description
Regular channel start flag
Value on reset: 0
Variants§
NotStarted = 0
0: No regular channel conversion started
Started = 1
1: Regular channel conversion has started
Trait Implementations§
impl Copy for STRT_A
impl StructuralPartialEq for STRT_A
Auto Trait Implementations§
impl Freeze for STRT_A
impl RefUnwindSafe for STRT_A
impl Send for STRT_A
impl Sync for STRT_A
impl Unpin for STRT_A
impl UnwindSafe for STRT_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