Enum nrf52840_pac::gpiote::config::OUTINIT_A
source · 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
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
)