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