pub enum CC1IFW {
Clear = 0,
}
Expand description
Capture/compare %s interrupt flag
Value on reset: 0
Variants§
Clear = 0
0: Clear flag
Trait Implementations§
impl Copy for CC1IFW
impl Eq for CC1IFW
impl StructuralPartialEq for CC1IFW
Auto Trait Implementations§
impl Freeze for CC1IFW
impl RefUnwindSafe for CC1IFW
impl Send for CC1IFW
impl Sync for CC1IFW
impl Unpin for CC1IFW
impl UnwindSafe for CC1IFW
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