Enum efm32tg11b140_pac::lesense::ch4_interact::EXMODE_A
source · [−]#[repr(u8)]
pub enum EXMODE_A {
DISABLE,
HIGH,
LOW,
DACOUT,
}
Expand description
Set GPIO Mode
Value on reset: 0
Variants
DISABLE
0: Disabled
HIGH
1: Push Pull, GPIO is driven high
LOW
2: Push Pull, GPIO is driven low
DACOUT
3: VDAC output
Trait Implementations
impl Copy for EXMODE_A
impl StructuralPartialEq for EXMODE_A
Auto Trait Implementations
impl RefUnwindSafe for EXMODE_A
impl Send for EXMODE_A
impl Sync for EXMODE_A
impl Unpin for EXMODE_A
impl UnwindSafe for EXMODE_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