#[repr(u8)]pub enum Oepol {
LOW = 0,
HIGH = 1,
}Variants§
LOW = 0
Low. If selected by OESEL, the output enable is active low.
HIGH = 1
High. If selected by OESEL, the output enable is active high.
Implementations§
Trait Implementations§
Source§impl Ord for Oepol
impl Ord for Oepol
Source§impl PartialOrd for Oepol
impl PartialOrd for Oepol
impl Copy for Oepol
impl Eq for Oepol
impl StructuralPartialEq for Oepol
Auto Trait Implementations§
impl Freeze for Oepol
impl RefUnwindSafe for Oepol
impl Send for Oepol
impl Sync for Oepol
impl Unpin for Oepol
impl UnwindSafe for Oepol
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