Defines the types and associated constants of the mcuxClDma component. More...
Macros | |
| #define | MCUXCLDMA_STATUS_SOURCE_BUS_ERROR |
| Source address bus is not accessible by DMA. | |
| #define | MCUXCLDMA_STATUS_DESTINATION_BUS_ERROR |
| Destination address bus is not accessible by DMA. | |
| #define | MCUXCLDMA_STATUS_CONFIGURATION_ERROR |
| DMA was not correctly configured. | |
| #define | MCUXCLDMA_STATUS_OK |
| No error occurred. | |
Typedefs | |
| typedef uint32_t | mcuxClDma_Status_t |
| DMA status code. | |
Defines the types and associated constants of the mcuxClDma component.
| #define MCUXCLDMA_STATUS_SOURCE_BUS_ERROR |
Source address bus is not accessible by DMA.
| #define MCUXCLDMA_STATUS_DESTINATION_BUS_ERROR |
Destination address bus is not accessible by DMA.
| #define MCUXCLDMA_STATUS_CONFIGURATION_ERROR |
DMA was not correctly configured.
| #define MCUXCLDMA_STATUS_OK |
No error occurred.
| typedef uint32_t mcuxClDma_Status_t |
DMA status code.
This type provides information about the status of the DMA operation that has been performed.