kos_sys::arch::dmacEnum dma_request_t
Source #[repr(C)]
pub enum dma_request_t {
Show 13 variants
DMA_REQUEST_EXTERNAL_MEM_TO_MEM = 0,
DMA_REQUEST_EXTERNAL_MEM_TO_DEV = 2,
DMA_REQUEST_EXTERNAL_DEV_TO_MEM = 3,
DMA_REQUEST_AUTO_MEM_TO_MEM = 4,
DMA_REQUEST_AUTO_MEM_TO_DEV = 5,
DMA_REQUEST_AUTO_DEV_TO_MEM = 6,
DMA_REQUEST_SCI_TRANSMIT = 8,
DMA_REQUEST_SCI_RECEIVE = 9,
DMA_REQUEST_SCIF_TRANSMIT = 10,
DMA_REQUEST_SCIF_RECEIVE = 11,
DMA_REQUEST_TMU2_MEM_TO_MEM = 12,
DMA_REQUEST_TMU2_MEM_TO_DEV = 13,
DMA_REQUEST_TMU2_DEV_TO_MEM = 14,
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.