pub enum GPIOAEN {
Disabled = 0,
Enabled = 1,
}
Expand description
I/O port A clock enable during Sleep mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for GPIOAEN
impl Eq for GPIOAEN
impl StructuralPartialEq for GPIOAEN
Auto Trait Implementations§
impl Freeze for GPIOAEN
impl RefUnwindSafe for GPIOAEN
impl Send for GPIOAEN
impl Sync for GPIOAEN
impl Unpin for GPIOAEN
impl UnwindSafe for GPIOAEN
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