pub enum CC2SW {
OUTPUT,
TI2,
TI1,
TRC,
}
Expand description
Values that can be written to the field CC2S
Variants§
OUTPUT
CC2 channel is configured as output
TI2
CC2 channel is configured as input, IC2 is mapped on TI2
TI1
CC2 channel is configured as input, IC2 is mapped on TI1
TRC
CC2 channel is configured as input, IC2 is mapped on TRC
Auto Trait Implementations§
impl Freeze for CC2SW
impl RefUnwindSafe for CC2SW
impl Send for CC2SW
impl Sync for CC2SW
impl Unpin for CC2SW
impl UnwindSafe for CC2SW
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