Skip to main content

PORT_ASYNC_DMA_PTR

Static PORT_ASYNC_DMA_PTR 

Source
static PORT_ASYNC_DMA_PTR: [AtomicU64; 32]
Expand description

Raw pointer to a leaked Box<DmaBuffer> held until IRQ completion. 0 means no buffer. Freed inside handle_interrupt() via Box::from_raw().