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