pub enum CC4SW {
OUTPUT,
TI4,
TI3,
TRC,
}
Expand description
Values that can be written to the field CC4S
Variants§
OUTPUT
CC4 channel is configured as output
TI4
CC4 channel is configured as input, IC4 is mapped on TI4
TI3
CC4 channel is configured as input, IC4 is mapped on TI3
TRC
CC4 channel is configured as input, IC4 is mapped on TRC
Auto Trait Implementations§
impl Freeze for CC4SW
impl RefUnwindSafe for CC4SW
impl Send for CC4SW
impl Sync for CC4SW
impl Unpin for CC4SW
impl UnwindSafe for CC4SW
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