We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e83270 commit 32bfbafCopy full SHA for 32bfbaf
src/fmac/dma.rs
@@ -47,7 +47,7 @@ unsafe impl ReadBuffer for FmacDmaReader {
47
48
unsafe impl TargetAddress<MemoryToPeripheral> for FmacDmaWriter {
49
type MemSize = u32;
50
- const REQUEST_LINE: Option<u8> = Some(DmaMuxResources::FMAC_Read as u8);
+ const REQUEST_LINE: Option<u8> = Some(DmaMuxResources::FMAC_Write as u8);
51
52
fn address(&self) -> u32 {
53
self.wdata as u32
0 commit comments