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