pub unsafe fn read_dma(
buf: &[u32],
port: Port,
dma_channel: DmaChannel,
channel_cfg: ChannelCfg,
dma_periph: DmaPeriph,
) -> Result<()>
Expand description
Read a series of words from the IDR register.
pub unsafe fn read_dma(
buf: &[u32],
port: Port,
dma_channel: DmaChannel,
channel_cfg: ChannelCfg,
dma_periph: DmaPeriph,
) -> Result<()>
Read a series of words from the IDR register.