pub enum CCUSW {
DEFAULT,
WITHRISINGEDGE,
}
Expand description
Values that can be written to the field CCUS
Variants§
DEFAULT
Capture/compare are updated only by setting the COMG bit
WITHRISINGEDGE
Capture/compare are updated by setting the COMG bit or when an rising edge occurs on TRGI
Auto Trait Implementations§
impl Freeze for CCUSW
impl RefUnwindSafe for CCUSW
impl Send for CCUSW
impl Sync for CCUSW
impl Unpin for CCUSW
impl UnwindSafe for CCUSW
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