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