Enum Gie
pub enum Gie {
_0 = 0,
_1 = 1,
}Expand description
Global Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: All interrupt sources disabled.
_1 = 1
1: All interrupt sources enabled. Note that the individual interrupt-enable bits still need to be set to generate interrupts.
Trait Implementations§
impl Copy for Gie
impl Eq for Gie
impl StructuralPartialEq for Gie
Auto Trait Implementations§
impl Freeze for Gie
impl RefUnwindSafe for Gie
impl Send for Gie
impl Sync for Gie
impl Unpin for Gie
impl UnwindSafe for Gie
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