pub struct GPIOTE_CH4 { /* private fields */ }
Expand description
GPIOTE_CH4 peripheral
Implementations§
Trait Implementations§
Source§impl Channel for GPIOTE_CH4
impl Channel for GPIOTE_CH4
Source§impl From<GPIOTE_CH4> for AnyChannel
impl From<GPIOTE_CH4> for AnyChannel
Source§fn from(val: GPIOTE_CH4) -> Self
fn from(val: GPIOTE_CH4) -> Self
Converts to this type from the input type.
Source§impl Peripheral for GPIOTE_CH4
impl Peripheral for GPIOTE_CH4
Source§type P = GPIOTE_CH4
type P = GPIOTE_CH4
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_CH4
impl RefUnwindSafe for GPIOTE_CH4
impl Send for GPIOTE_CH4
impl Sync for GPIOTE_CH4
impl Unpin for GPIOTE_CH4
impl UnwindSafe for GPIOTE_CH4
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