MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClDma_Types

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.

Detailed Description

Defines the types and associated constants of the mcuxClDma component.

Macro Definition Documentation

◆ MCUXCLDMA_STATUS_SOURCE_BUS_ERROR

#define MCUXCLDMA_STATUS_SOURCE_BUS_ERROR

Source address bus is not accessible by DMA.

◆ MCUXCLDMA_STATUS_DESTINATION_BUS_ERROR

#define MCUXCLDMA_STATUS_DESTINATION_BUS_ERROR

Destination address bus is not accessible by DMA.

◆ MCUXCLDMA_STATUS_CONFIGURATION_ERROR

#define MCUXCLDMA_STATUS_CONFIGURATION_ERROR

DMA was not correctly configured.

◆ MCUXCLDMA_STATUS_OK

#define MCUXCLDMA_STATUS_OK

No error occurred.

Typedef Documentation

◆ mcuxClDma_Status_t

typedef uint32_t mcuxClDma_Status_t

DMA status code.

This type provides information about the status of the DMA operation that has been performed.