Function svcGetDmaState

Source
pub unsafe extern "C" fn svcGetDmaState(
    state: *mut DmaState,
    dma: Handle,
) -> Result
Expand description

Gets the state of an inter-process DMA transfer.

§Arguments

  • state (direction out) - Pointer to output the state of the DMA transfer to.
  • dma - Handle of the DMA channel object.