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