pub enum CC2SR {
OUTPUT,
TI2,
TI1,
TRC,
}
Expand description
Possible values of 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
Implementations§
Trait Implementations§
impl Copy for CC2SR
impl StructuralPartialEq for CC2SR
Auto Trait Implementations§
impl Freeze for CC2SR
impl RefUnwindSafe for CC2SR
impl Send for CC2SR
impl Sync for CC2SR
impl Unpin for CC2SR
impl UnwindSafe for CC2SR
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