pub enum CC3SR {
OUTPUT,
TI3,
TI4,
TRC,
}
Expand description
Possible values of the field CC3S
Variants§
OUTPUT
CC3 channel is configured as output
TI3
CC3 channel is configured as input, IC3 is mapped on TI3
TI4
CC3 channel is configured as input, IC3 is mapped on TI4
TRC
CC3 channel is configured as input, IC3 is mapped on TRC
Implementations§
Trait Implementations§
impl Copy for CC3SR
impl StructuralPartialEq for CC3SR
Auto Trait Implementations§
impl Freeze for CC3SR
impl RefUnwindSafe for CC3SR
impl Send for CC3SR
impl Sync for CC3SR
impl Unpin for CC3SR
impl UnwindSafe for CC3SR
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