Enum nrf52840_pac::ppi::chenclr::CH6_AW
source · pub enum CH6_AW {
CLEAR = 1,
}
Expand description
Channel 6 enable clear register. Writing ‘0’ has no effect
Value on reset: 0
Variants§
CLEAR = 1
1: Write: disable channel
Trait Implementations§
impl Copy for CH6_AW
impl StructuralPartialEq for CH6_AW
Auto Trait Implementations§
impl Freeze for CH6_AW
impl RefUnwindSafe for CH6_AW
impl Send for CH6_AW
impl Sync for CH6_AW
impl Unpin for CH6_AW
impl UnwindSafe for CH6_AW
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
)