Enum Giwe
#[repr(u16)]pub enum Giwe {
_0 = 0,
_1 = 1,
}Expand description
Global Interrupt Write Enable
Value on reset: 0
Variants§
_0 = 0
0: Corresponding Pin Control Register is not updated with the value in GPWD.
_1 = 1
1: Corresponding Pin Control Register is updated with the value in GPWD.
Trait Implementations§
impl Copy for Giwe
impl Eq for Giwe
impl IsEnum for Giwe
impl StructuralPartialEq for Giwe
Auto Trait Implementations§
impl Freeze for Giwe
impl RefUnwindSafe for Giwe
impl Send for Giwe
impl Sync for Giwe
impl Unpin for Giwe
impl UnwindSafe for Giwe
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