MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClDma_Types.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2023 NXP */
3/* */
4/* NXP Confidential and Proprietary. This software is owned or controlled */
5/* by NXP and may only be used strictly in accordance with the applicable */
6/* license terms. By expressly accepting such terms or by downloading, */
7/* installing, activating and/or otherwise using the software, you are */
8/* agreeing that you have read, and that you agree to comply with and are */
9/* bound by, such license terms. If you do not agree to be bound by the */
10/* applicable license terms, then you may not retain, install, activate or */
11/* otherwise use the software. */
12/*--------------------------------------------------------------------------*/
13
18
19#ifndef MCUXCLDMA_TYPES_H_
20#define MCUXCLDMA_TYPES_H_
21
22#include <mcuxClCore_Platform.h>
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
37
44typedef uint32_t mcuxClDma_Status_t;
45
46/* Status/error codes */
47#define MCUXCLDMA_STATUS_SOURCE_BUS_ERROR ((mcuxClDma_Status_t) 0x03335330u)
48#define MCUXCLDMA_STATUS_DESTINATION_BUS_ERROR ((mcuxClDma_Status_t) 0x03335334u)
49#define MCUXCLDMA_STATUS_CONFIGURATION_ERROR ((mcuxClDma_Status_t) 0x03335338u)
50#define MCUXCLDMA_STATUS_OK ((mcuxClDma_Status_t) 0x03332E03u)
51 /* mcuxClDma_Types */
55
56#ifdef __cplusplus
57} /* extern "C" */
58#endif
59
60#endif /* MCUXCLDMA_TYPES_H_ */
uint32_t mcuxClDma_Status_t
DMA status code.
Definition mcuxClDma_Types.h:44