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