pub enum COMGW {
Trigger = 1,
}
Expand description
Capture/Compare control update generation
Value on reset: 0
Variants§
Trigger = 1
1: When CCPC bit is set, it allows CCxE, CCxNE and OCxM bits to be updated
Trait Implementations§
impl Copy for COMGW
impl Eq for COMGW
impl StructuralPartialEq for COMGW
Auto Trait Implementations§
impl Freeze for COMGW
impl RefUnwindSafe for COMGW
impl Send for COMGW
impl Sync for COMGW
impl Unpin for COMGW
impl UnwindSafe for COMGW
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