pub enum OCS2_A {
VALUE1 = 0,
VALUE2 = 1,
}
Expand description
Output selector for CCU8x.OUTy1
Value on reset: 0
Variants§
VALUE1 = 0
0: Inverted CC8yST1 signal path is connected to the CCU8x.OUTy1
VALUE2 = 1
1: CC8yST1 signal path is connected to the CCU8x.OUTy1
Trait Implementations§
impl Copy for OCS2_A
impl Eq for OCS2_A
impl StructuralPartialEq for OCS2_A
Auto Trait Implementations§
impl Freeze for OCS2_A
impl RefUnwindSafe for OCS2_A
impl Send for OCS2_A
impl Sync for OCS2_A
impl Unpin for OCS2_A
impl UnwindSafe for OCS2_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