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