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