pub enum FPU_IE1_A {
DISABLED,
ENABLED,
}
Expand description
Devide-by-zero interrupt enable
Value on reset: 0
Variants
DISABLED
0: Devide-by-zero interrupt disable
ENABLED
1: Devide-by-zero interrupt enable
Trait Implementations
impl Copy for FPU_IE1_A
impl StructuralPartialEq for FPU_IE1_A
Auto Trait Implementations
impl RefUnwindSafe for FPU_IE1_A
impl Send for FPU_IE1_A
impl Sync for FPU_IE1_A
impl Unpin for FPU_IE1_A
impl UnwindSafe for FPU_IE1_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more