pub enum CTSCFW {
CLEAR,
}
Expand description
Values that can be written to the field CTSCF
Variants§
CLEAR
Clears the CTSIF flag in the ISR register
Auto Trait Implementations§
impl Freeze for CTSCFW
impl RefUnwindSafe for CTSCFW
impl Send for CTSCFW
impl Sync for CTSCFW
impl Unpin for CTSCFW
impl UnwindSafe for CTSCFW
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