pub struct PPI_CH22 { /* private fields */ }
Expand description
PPI_CH22 peripheral
Implementations§
Trait Implementations§
Source§impl From<PPI_CH22> for AnyConfigurableChannel
impl From<PPI_CH22> for AnyConfigurableChannel
impl ConfigurableChannel for PPI_CH22
impl Copy for PPI_CH22
impl PeripheralType for PPI_CH22
Auto Trait Implementations§
impl Freeze for PPI_CH22
impl RefUnwindSafe for PPI_CH22
impl Send for PPI_CH22
impl Sync for PPI_CH22
impl Unpin for PPI_CH22
impl UnwindSafe for PPI_CH22
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