aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa/src
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2025-12-09 16:48:43 +0100
committerJames Munns <[email protected]>2025-12-09 16:48:43 +0100
commit2dd5229c8c4fea6de7a7d52cedc6b6490d567ecf (patch)
tree955e7a22c2a94a5392766b7dce6b08fdd339e6a7 /embassy-mcxa/src
parente267cb52d774e8f9db87a9b0cfe63cfa51d4fe8b (diff)
Use saddr read instead of interrupt to avoid double handler definition
Diffstat (limited to 'embassy-mcxa/src')
-rw-r--r--embassy-mcxa/src/dma.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-mcxa/src/dma.rs b/embassy-mcxa/src/dma.rs
index 1293f8445..ff9ebeb05 100644
--- a/embassy-mcxa/src/dma.rs
+++ b/embassy-mcxa/src/dma.rs
@@ -1659,6 +1659,7 @@ impl<C: Channel> DmaChannel<C> {
1659/// This matches the hardware layout (32 bytes). 1659/// This matches the hardware layout (32 bytes).
1660#[repr(C, align(32))] 1660#[repr(C, align(32))]
1661#[derive(Clone, Copy, Debug, Default)] 1661#[derive(Clone, Copy, Debug, Default)]
1662#[cfg_attr(feature = "defmt", derive(defmt::Format))]
1662pub struct Tcd { 1663pub struct Tcd {
1663 pub saddr: u32, 1664 pub saddr: u32,
1664 pub soff: i16, 1665 pub soff: i16,