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