MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxCsslMemory_Constants.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2023, 2025 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 MCUXCSSLMEMORY_CONSTANTS_H
20#define MCUXCSSLMEMORY_CONSTANTS_H
21
22#include <stdint.h>
24
31
32/**********************************************
33 * CONSTANTS
34 **********************************************/
35
39#define MCUXCSSLMEMORY_COMPONENT_MASK 0x04240000u
40
47
48#define MCUXCSSLMEMORY_STATUS_OK ((mcuxCsslMemory_Status_t) 0x04242E03u)
49#define MCUXCSSLMEMORY_STATUS_EQUAL ((mcuxCsslMemory_Status_t) 0x04242E47u)
50#define MCUXCSSLMEMORY_STATUS_ZERO_LENGTH ((mcuxCsslMemory_Status_t) 0x04242E8Bu)
51#define MCUXCSSLMEMORY_STATUS_NOT_EQUAL ((mcuxCsslMemory_Status_t) 0x042489B8u)
52#define MCUXCSSLMEMORY_STATUS_INVALID_PARAMETER ((mcuxCsslMemory_Status_t) 0x0424533Cu)
53#define MCUXCSSLMEMORY_STATUS_FAULT ((mcuxCsslMemory_Status_t) 0x0424F0F0u)
54
55#define MCUXCSSLMEMORY_KEEP_ORDER ((uint32_t) 0x042439A5u)
56#define MCUXCSSLMEMORY_REVERSE_ORDER ((uint32_t) 0x0424395Au)
60
61#endif /* MCUXCSSLMEMORY_CONSTANTS_H */
Type definitions for the mcuxCsslMemory component.