pub enum CCUS {
Sw = 0,
SwOrEdge = 1,
}
Expand description
Capture/compare control update selection
Value on reset: 0
Variants§
Sw = 0
0: When capture/compare control bits are preloaded (CCPC=1), they are updated by setting the COMG bit only
SwOrEdge = 1
1: When capture/compare control bits are preloaded (CCPC=1), they are updated by setting the COMG bit or when an rising edge occurs on TRGI
Trait Implementations§
impl Copy for CCUS
impl Eq for CCUS
impl StructuralPartialEq for CCUS
Auto Trait Implementations§
impl Freeze for CCUS
impl RefUnwindSafe for CCUS
impl Send for CCUS
impl Sync for CCUS
impl Unpin for CCUS
impl UnwindSafe for CCUS
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