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