pub struct LPDMA2_CH0 { /* private fields */ }Expand description
LPDMA2_CH0 peripheral
Implementations§
Trait Implementations§
Source§impl ChannelInstance for LPDMA2_CH0
impl ChannelInstance for LPDMA2_CH0
Source§type Interrupt = LPDMA2_CH0
type Interrupt = LPDMA2_CH0
The interrupt type for this DMA channel.
Source§impl Clone for LPDMA2_CH0
impl Clone for LPDMA2_CH0
Source§impl Debug for LPDMA2_CH0
impl Debug for LPDMA2_CH0
Source§impl Format for LPDMA2_CH0
impl Format for LPDMA2_CH0
Source§impl RxDma<LPUART1> for LPDMA2_CH0
impl RxDma<LPUART1> for LPDMA2_CH0
Source§impl RxDma<UART4> for LPDMA2_CH0
impl RxDma<UART4> for LPDMA2_CH0
Source§impl RxDma<UART5> for LPDMA2_CH0
impl RxDma<UART5> for LPDMA2_CH0
Source§impl RxDma<USART1> for LPDMA2_CH0
impl RxDma<USART1> for LPDMA2_CH0
Source§impl RxDma<USART2> for LPDMA2_CH0
impl RxDma<USART2> for LPDMA2_CH0
Source§impl TxDma<LPUART1> for LPDMA2_CH0
impl TxDma<LPUART1> for LPDMA2_CH0
Source§impl TxDma<UART4> for LPDMA2_CH0
impl TxDma<UART4> for LPDMA2_CH0
Source§impl TxDma<UART5> for LPDMA2_CH0
impl TxDma<UART5> for LPDMA2_CH0
Source§impl TxDma<USART1> for LPDMA2_CH0
impl TxDma<USART1> for LPDMA2_CH0
Source§impl TxDma<USART2> for LPDMA2_CH0
impl TxDma<USART2> for LPDMA2_CH0
impl Copy for LPDMA2_CH0
impl PeripheralType for LPDMA2_CH0
Auto Trait Implementations§
impl Freeze for LPDMA2_CH0
impl RefUnwindSafe for LPDMA2_CH0
impl Send for LPDMA2_CH0
impl Sync for LPDMA2_CH0
impl Unpin for LPDMA2_CH0
impl UnwindSafe for LPDMA2_CH0
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