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