pub unsafe extern "C" fn svcGetDmaState(
state: *mut DmaState,
dma: Handle,
) -> ResultExpand 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.