pub enum TIMOUTCF {
Clear = 1,
}
Expand description
Timeout detection flag clear
Value on reset: 0
Variants§
Clear = 1
1: Clears the TIMOUT flag in ISR register
Trait Implementations§
impl Copy for TIMOUTCF
impl Eq for TIMOUTCF
impl StructuralPartialEq for TIMOUTCF
Auto Trait Implementations§
impl Freeze for TIMOUTCF
impl RefUnwindSafe for TIMOUTCF
impl Send for TIMOUTCF
impl Sync for TIMOUTCF
impl Unpin for TIMOUTCF
impl UnwindSafe for TIMOUTCF
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