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