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