pub struct GPDMA1_CH14 { /* private fields */ }Expand description
GPDMA1_CH14 peripheral
Implementations§
Trait Implementations§
Source§impl Clone for GPDMA1_CH14
impl Clone for GPDMA1_CH14
Source§impl Debug for GPDMA1_CH14
impl Debug for GPDMA1_CH14
Source§impl Dma<HASH> for GPDMA1_CH14
impl Dma<HASH> for GPDMA1_CH14
Source§impl Format for GPDMA1_CH14
impl Format for GPDMA1_CH14
Source§impl FrameDma<DCMI> for GPDMA1_CH14
impl FrameDma<DCMI> for GPDMA1_CH14
Source§impl From<GPDMA1_CH14> for AnyChannel
impl From<GPDMA1_CH14> for AnyChannel
Source§fn from(val: GPDMA1_CH14) -> Self
fn from(val: GPDMA1_CH14) -> Self
Converts to this type from the input type.
Source§impl RxDma<I2C2> for GPDMA1_CH14
impl RxDma<I2C2> for GPDMA1_CH14
Source§impl RxDma<I2C3> for GPDMA1_CH14
impl RxDma<I2C3> for GPDMA1_CH14
Source§impl RxDma<I2C4> for GPDMA1_CH14
impl RxDma<I2C4> for GPDMA1_CH14
Source§impl RxDma<SPI1> for GPDMA1_CH14
impl RxDma<SPI1> for GPDMA1_CH14
Source§impl RxDma<SPI3> for GPDMA1_CH14
impl RxDma<SPI3> for GPDMA1_CH14
Source§impl RxDma<SPI4> for GPDMA1_CH14
impl RxDma<SPI4> for GPDMA1_CH14
Source§impl RxDma<SPI5> for GPDMA1_CH14
impl RxDma<SPI5> for GPDMA1_CH14
Source§impl RxDma<SPI6> for GPDMA1_CH14
impl RxDma<SPI6> for GPDMA1_CH14
Source§impl RxDma<UCPD1> for GPDMA1_CH14
impl RxDma<UCPD1> for GPDMA1_CH14
Source§impl TxDma<I2C2> for GPDMA1_CH14
impl TxDma<I2C2> for GPDMA1_CH14
Source§impl TxDma<I2C3> for GPDMA1_CH14
impl TxDma<I2C3> for GPDMA1_CH14
Source§impl TxDma<I2C4> for GPDMA1_CH14
impl TxDma<I2C4> for GPDMA1_CH14
Source§impl TxDma<SPI1> for GPDMA1_CH14
impl TxDma<SPI1> for GPDMA1_CH14
Source§impl TxDma<SPI3> for GPDMA1_CH14
impl TxDma<SPI3> for GPDMA1_CH14
Source§impl TxDma<SPI4> for GPDMA1_CH14
impl TxDma<SPI4> for GPDMA1_CH14
Source§impl TxDma<SPI5> for GPDMA1_CH14
impl TxDma<SPI5> for GPDMA1_CH14
Source§impl TxDma<SPI6> for GPDMA1_CH14
impl TxDma<SPI6> for GPDMA1_CH14
Source§impl TxDma<UCPD1> for GPDMA1_CH14
impl TxDma<UCPD1> for GPDMA1_CH14
impl Channel for GPDMA1_CH14
impl Copy for GPDMA1_CH14
impl PeripheralType for GPDMA1_CH14
Auto Trait Implementations§
impl Freeze for GPDMA1_CH14
impl RefUnwindSafe for GPDMA1_CH14
impl Send for GPDMA1_CH14
impl Sync for GPDMA1_CH14
impl Unpin for GPDMA1_CH14
impl UnwindSafe for GPDMA1_CH14
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