pub enum MUTEVAL_A {
SendZero = 0,
SendLast = 1,
}
Expand description
Mute value
Value on reset: 0
Variants§
SendZero = 0
0: Bit value 0 is sent during the mute mode
SendLast = 1
1: Last values are sent during the mute mode
Trait Implementations§
impl Copy for MUTEVAL_A
impl StructuralPartialEq for MUTEVAL_A
Auto Trait Implementations§
impl Freeze for MUTEVAL_A
impl RefUnwindSafe for MUTEVAL_A
impl Send for MUTEVAL_A
impl Sync for MUTEVAL_A
impl Unpin for MUTEVAL_A
impl UnwindSafe for MUTEVAL_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