stm32/gpdma: clear tr3 just in case.
This commit is contained in:
parent
f2f96a731c
commit
59dcffbc60
@ -245,6 +245,7 @@ impl<'a> Transfer<'a> {
|
|||||||
});
|
});
|
||||||
w.set_reqsel(request);
|
w.set_reqsel(request);
|
||||||
});
|
});
|
||||||
|
ch.tr3().write(|_| {}); // no address offsets.
|
||||||
ch.br1().write(|w| w.set_bndt(bndt));
|
ch.br1().write(|w| w.set_bndt(bndt));
|
||||||
|
|
||||||
match dir {
|
match dir {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user