#[repr(u8)]pub enum Outover {
NORMAL = 0,
INVERT = 1,
LOW = 2,
HIGH = 3,
}
Variants§
NORMAL = 0
drive output from peripheral signal selected by funcsel
INVERT = 1
drive output from inverse of peripheral signal selected by funcsel
LOW = 2
drive output low
HIGH = 3
drive output high
Implementations§
Trait Implementations§
source§impl Ord for Outover
impl Ord for Outover
source§impl PartialOrd for Outover
impl PartialOrd for Outover
impl Copy for Outover
impl Eq for Outover
impl StructuralPartialEq for Outover
Auto Trait Implementations§
impl Freeze for Outover
impl RefUnwindSafe for Outover
impl Send for Outover
impl Sync for Outover
impl Unpin for Outover
impl UnwindSafe for Outover
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
)