Struct HPDMA1_CH12
pub struct HPDMA1_CH12 { /* private fields */ }
Expand description
HPDMA1_CH12 peripheral
Implementations§
Trait Implementations§
source§impl Channel for HPDMA1_CH12
impl Channel for HPDMA1_CH12
source§fn degrade(self) -> AnyChannel
fn degrade(self) -> AnyChannel
Type-erase (degrade) this pin into an
AnyChannel
. Read moresource§impl From<HPDMA1_CH12> for AnyChannel
impl From<HPDMA1_CH12> for AnyChannel
source§fn from(x: HPDMA1_CH12) -> Self
fn from(x: HPDMA1_CH12) -> Self
Converts to this type from the input type.
source§impl Peripheral for HPDMA1_CH12
impl Peripheral for HPDMA1_CH12
source§type P = HPDMA1_CH12
type P = HPDMA1_CH12
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<SPI3> for HPDMA1_CH12
impl RxDma<SPI3> for HPDMA1_CH12
source§impl RxDma<SPI4> for HPDMA1_CH12
impl RxDma<SPI4> for HPDMA1_CH12
source§impl RxDma<UART4> for HPDMA1_CH12
impl RxDma<UART4> for HPDMA1_CH12
source§impl RxDma<UART5> for HPDMA1_CH12
impl RxDma<UART5> for HPDMA1_CH12
source§impl RxDma<UART7> for HPDMA1_CH12
impl RxDma<UART7> for HPDMA1_CH12
source§impl TxDma<SPI3> for HPDMA1_CH12
impl TxDma<SPI3> for HPDMA1_CH12
source§impl TxDma<SPI4> for HPDMA1_CH12
impl TxDma<SPI4> for HPDMA1_CH12
source§impl TxDma<UART4> for HPDMA1_CH12
impl TxDma<UART4> for HPDMA1_CH12
source§impl TxDma<UART5> for HPDMA1_CH12
impl TxDma<UART5> for HPDMA1_CH12
Auto Trait Implementations§
impl Freeze for HPDMA1_CH12
impl RefUnwindSafe for HPDMA1_CH12
impl Send for HPDMA1_CH12
impl Sync for HPDMA1_CH12
impl Unpin for HPDMA1_CH12
impl UnwindSafe for HPDMA1_CH12
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