pub enum POL {
High = 0,
Low = 1,
}
Expand description
Output polarity
Value on reset: 0
Variants§
High = 0
0: The pin is high when ALRAF/ALRBF/WUTF is asserted (depending on OSEL[1:0])
Low = 1
1: The pin is low when ALRAF/ALRBF/WUTF is asserted (depending on OSEL[1:0])
Trait Implementations§
impl Copy for POL
impl Eq for POL
impl StructuralPartialEq for POL
Auto Trait Implementations§
impl Freeze for POL
impl RefUnwindSafe for POL
impl Send for POL
impl Sync for POL
impl Unpin for POL
impl UnwindSafe for POL
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