Enum Ch2om
pub enum Ch2om {
_0 = 0,
_1 = 1,
}Expand description
Channel 2 Output Mask
Value on reset: 0
Variants§
_0 = 0
0: Channel output is not masked. It continues to operate normally.
_1 = 1
1: Channel output is masked. It is forced to its inactive state.
Trait Implementations§
impl Copy for Ch2om
impl Eq for Ch2om
impl StructuralPartialEq for Ch2om
Auto Trait Implementations§
impl Freeze for Ch2om
impl RefUnwindSafe for Ch2om
impl Send for Ch2om
impl Sync for Ch2om
impl Unpin for Ch2om
impl UnwindSafe for Ch2om
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