#[repr(u8)]pub enum OEOVER_A {
NORMAL = 0,
INVERT = 1,
DISABLE = 2,
ENABLE = 3,
}
Expand description
Value on reset: 0
Variants§
NORMAL = 0
0: drive output enable from peripheral signal selected by funcsel
INVERT = 1
1: drive output enable from inverse of peripheral signal selected by funcsel
DISABLE = 2
2: disable output
ENABLE = 3
3: enable output
Trait Implementations§
impl Copy for OEOVER_A
impl Eq for OEOVER_A
impl StructuralPartialEq for OEOVER_A
Auto Trait Implementations§
impl Freeze for OEOVER_A
impl RefUnwindSafe for OEOVER_A
impl Send for OEOVER_A
impl Sync for OEOVER_A
impl Unpin for OEOVER_A
impl UnwindSafe for OEOVER_A
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