Struct GPDMA2_CH4
pub struct GPDMA2_CH4 { /* private fields */ }
Expand description
GPDMA2_CH4 peripheral
Implementations§
Trait Implementations§
source§impl Channel for GPDMA2_CH4
impl Channel for GPDMA2_CH4
source§fn degrade(self) -> AnyChannel
fn degrade(self) -> AnyChannel
Type-erase (degrade) this pin into an
AnyChannel
. Read moresource§impl DacDma1<DAC1> for GPDMA2_CH4
impl DacDma1<DAC1> for GPDMA2_CH4
source§impl DacDma2<DAC1> for GPDMA2_CH4
impl DacDma2<DAC1> for GPDMA2_CH4
source§impl Dma<HASH> for GPDMA2_CH4
impl Dma<HASH> for GPDMA2_CH4
source§impl FrameDma<DCMI> for GPDMA2_CH4
impl FrameDma<DCMI> for GPDMA2_CH4
source§impl From<GPDMA2_CH4> for AnyChannel
impl From<GPDMA2_CH4> for AnyChannel
source§fn from(x: GPDMA2_CH4) -> Self
fn from(x: GPDMA2_CH4) -> Self
Converts to this type from the input type.
source§impl Peripheral for GPDMA2_CH4
impl Peripheral for GPDMA2_CH4
source§type P = GPDMA2_CH4
type P = GPDMA2_CH4
Peripheral singleton type
source§unsafe fn clone_unchecked(&self) -> Self::P
unsafe fn clone_unchecked(&self) -> Self::P
Unsafely clone (duplicate) a peripheral singleton. Read more
source§impl RxDma<I2C1> for GPDMA2_CH4
impl RxDma<I2C1> for GPDMA2_CH4
source§impl RxDma<I2C2> for GPDMA2_CH4
impl RxDma<I2C2> for GPDMA2_CH4
source§impl RxDma<I2C3> for GPDMA2_CH4
impl RxDma<I2C3> for GPDMA2_CH4
source§impl RxDma<LPUART1> for GPDMA2_CH4
impl RxDma<LPUART1> for GPDMA2_CH4
source§impl RxDma<SPI1> for GPDMA2_CH4
impl RxDma<SPI1> for GPDMA2_CH4
source§impl RxDma<SPI2> for GPDMA2_CH4
impl RxDma<SPI2> for GPDMA2_CH4
source§impl RxDma<SPI3> for GPDMA2_CH4
impl RxDma<SPI3> for GPDMA2_CH4
source§impl RxDma<SPI4> for GPDMA2_CH4
impl RxDma<SPI4> for GPDMA2_CH4
source§impl RxDma<UART4> for GPDMA2_CH4
impl RxDma<UART4> for GPDMA2_CH4
source§impl RxDma<UART5> for GPDMA2_CH4
impl RxDma<UART5> for GPDMA2_CH4
source§impl RxDma<UCPD1> for GPDMA2_CH4
impl RxDma<UCPD1> for GPDMA2_CH4
source§impl RxDma<USART1> for GPDMA2_CH4
impl RxDma<USART1> for GPDMA2_CH4
source§impl RxDma<USART2> for GPDMA2_CH4
impl RxDma<USART2> for GPDMA2_CH4
source§impl RxDma<USART3> for GPDMA2_CH4
impl RxDma<USART3> for GPDMA2_CH4
source§impl RxDma<USART6> for GPDMA2_CH4
impl RxDma<USART6> for GPDMA2_CH4
source§impl TxDma<I2C1> for GPDMA2_CH4
impl TxDma<I2C1> for GPDMA2_CH4
source§impl TxDma<I2C2> for GPDMA2_CH4
impl TxDma<I2C2> for GPDMA2_CH4
source§impl TxDma<I2C3> for GPDMA2_CH4
impl TxDma<I2C3> for GPDMA2_CH4
source§impl TxDma<LPUART1> for GPDMA2_CH4
impl TxDma<LPUART1> for GPDMA2_CH4
source§impl TxDma<SPI1> for GPDMA2_CH4
impl TxDma<SPI1> for GPDMA2_CH4
source§impl TxDma<SPI2> for GPDMA2_CH4
impl TxDma<SPI2> for GPDMA2_CH4
source§impl TxDma<SPI3> for GPDMA2_CH4
impl TxDma<SPI3> for GPDMA2_CH4
source§impl TxDma<SPI4> for GPDMA2_CH4
impl TxDma<SPI4> for GPDMA2_CH4
source§impl TxDma<UART4> for GPDMA2_CH4
impl TxDma<UART4> for GPDMA2_CH4
source§impl TxDma<UART5> for GPDMA2_CH4
impl TxDma<UART5> for GPDMA2_CH4
source§impl TxDma<UCPD1> for GPDMA2_CH4
impl TxDma<UCPD1> for GPDMA2_CH4
source§impl TxDma<USART1> for GPDMA2_CH4
impl TxDma<USART1> for GPDMA2_CH4
source§impl TxDma<USART2> for GPDMA2_CH4
impl TxDma<USART2> for GPDMA2_CH4
source§impl TxDma<USART3> for GPDMA2_CH4
impl TxDma<USART3> for GPDMA2_CH4
Auto Trait Implementations§
impl Freeze for GPDMA2_CH4
impl RefUnwindSafe for GPDMA2_CH4
impl Send for GPDMA2_CH4
impl Sync for GPDMA2_CH4
impl Unpin for GPDMA2_CH4
impl UnwindSafe for GPDMA2_CH4
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