Enum Fofc
pub enum Fofc {
_0 = 0,
_1 = 1,
}Expand description
FPU Overflow Interrupt Status
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Fofc
impl Eq for Fofc
impl StructuralPartialEq for Fofc
Auto Trait Implementations§
impl Freeze for Fofc
impl RefUnwindSafe for Fofc
impl Send for Fofc
impl Sync for Fofc
impl Unpin for Fofc
impl UnwindSafe for Fofc
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