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