#[repr(u8)]pub enum Oeover {
NORMAL = 0,
INVERT = 1,
DISABLE = 2,
ENABLE = 3,
}
Variants§
NORMAL = 0
drive output enable from peripheral signal selected by funcsel
INVERT = 1
drive output enable from inverse of peripheral signal selected by funcsel
DISABLE = 2
disable output
ENABLE = 3
enable output
Implementations§
Trait Implementations§
source§impl Ord for Oeover
impl Ord for Oeover
source§impl PartialOrd for Oeover
impl PartialOrd for Oeover
impl Copy for Oeover
impl Eq for Oeover
impl StructuralPartialEq for Oeover
Auto Trait Implementations§
impl Freeze for Oeover
impl RefUnwindSafe for Oeover
impl Send for Oeover
impl Sync for Oeover
impl Unpin for Oeover
impl UnwindSafe for Oeover
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)