pub enum CCUS_A {
DEFAULT = 0,
WITHRISINGEDGE = 1,
}
Expand description
Capture/compare control update selection
Value on reset: 0
Variants§
DEFAULT = 0
0: Capture/compare are updated only by setting the COMG bit
WITHRISINGEDGE = 1
1: Capture/compare are updated by setting the COMG bit or when an rising edge occurs on TRGI
Trait Implementations§
impl Copy for CCUS_A
impl StructuralPartialEq for CCUS_A
Auto Trait Implementations§
impl Freeze for CCUS_A
impl RefUnwindSafe for CCUS_A
impl Send for CCUS_A
impl Sync for CCUS_A
impl Unpin for CCUS_A
impl UnwindSafe for CCUS_A
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