| 273 | // alignment slack = 512 bytes) — DMA->SRAMBASE only accepts the table |
| 274 | // base, not a slice. |
| 275 | struct FL_ALIGNAS(16) DmaDescriptor { |
| 276 | fl::u32 reserved; |
| 277 | fl::u32 src_end_addr; |
| 278 | fl::u32 dst_end_addr; |
no outgoing calls
no test coverage detected