pub struct GPIOTE_CH6 { /* private fields */ }
Expand description
GPIOTE_CH6 peripheral
Implementations§
Trait Implementations§
Source§impl Channel for GPIOTE_CH6
impl Channel for GPIOTE_CH6
Source§impl From<GPIOTE_CH6> for AnyChannel
impl From<GPIOTE_CH6> for AnyChannel
Source§fn from(val: GPIOTE_CH6) -> Self
fn from(val: GPIOTE_CH6) -> Self
Converts to this type from the input type.
Source§impl Peripheral for GPIOTE_CH6
impl Peripheral for GPIOTE_CH6
Source§type P = GPIOTE_CH6
type P = GPIOTE_CH6
Peripheral singleton type
Source§unsafe fn clone_unchecked(&self) -> Self::P
unsafe fn clone_unchecked(&self) -> Self::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl Freeze for GPIOTE_CH6
impl RefUnwindSafe for GPIOTE_CH6
impl Send for GPIOTE_CH6
impl Sync for GPIOTE_CH6
impl Unpin for GPIOTE_CH6
impl UnwindSafe for GPIOTE_CH6
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