pub enum OUTINIT_A {
LOW = 0,
HIGH = 1,
}
Expand description
When in task mode: Initial value of the output when the GPIOTE channel is configured. When in event mode: No effect.
Value on reset: 0
Variants§
LOW = 0
0: Task mode: Initial value of pin before task triggering is low
HIGH = 1
1: Task mode: Initial value of pin before task triggering is high
Trait Implementations§
impl Copy for OUTINIT_A
impl StructuralPartialEq for OUTINIT_A
Auto Trait Implementations§
impl Freeze for OUTINIT_A
impl RefUnwindSafe for OUTINIT_A
impl Send for OUTINIT_A
impl Sync for OUTINIT_A
impl Unpin for OUTINIT_A
impl UnwindSafe for OUTINIT_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