pub struct PPI_CH13 { /* private fields */ }
Expand description
PPI_CH13 peripheral
Implementations§
Trait Implementations§
Source§impl ConfigurableChannel for PPI_CH13
impl ConfigurableChannel for PPI_CH13
Source§fn degrade(self) -> AnyConfigurableChannel
fn degrade(self) -> AnyConfigurableChannel
Convert into a type erased configurable channel.
Source§impl From<PPI_CH13> for AnyConfigurableChannel
impl From<PPI_CH13> for AnyConfigurableChannel
Source§impl Peripheral for PPI_CH13
impl Peripheral for PPI_CH13
Auto Trait Implementations§
impl Freeze for PPI_CH13
impl RefUnwindSafe for PPI_CH13
impl Send for PPI_CH13
impl Sync for PPI_CH13
impl Unpin for PPI_CH13
impl UnwindSafe for PPI_CH13
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