Enum stm32_hal2::dma::DmaInput2
source · #[repr(usize)]pub enum DmaInput2 {
Lpuart1Rx = 9,
Lpuart1Tx = 10,
Spi6Rx = 11,
Spi6Tx = 12,
I2c4Rx = 13,
I3crTx = 14,
Sai4A = 15,
Sai4B = 16,
}Expand description
A list of DMA input sources for DMAMUX2. Used for BDMA. See H742 RM, Table 124.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DmaInput2
impl RefUnwindSafe for DmaInput2
impl Send for DmaInput2
impl Sync for DmaInput2
impl Unpin for DmaInput2
impl UnwindSafe for DmaInput2
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