pub enum FPU_IE1 {
Disabled = 0,
Enabled = 1,
}
Expand description
Devide-by-zero interrupt enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FPU_IE1
impl Eq for FPU_IE1
impl StructuralPartialEq for FPU_IE1
Auto Trait Implementations§
impl Freeze for FPU_IE1
impl RefUnwindSafe for FPU_IE1
impl Send for FPU_IE1
impl Sync for FPU_IE1
impl Unpin for FPU_IE1
impl UnwindSafe for FPU_IE1
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