1 // ------------------------------------------------------------------------------
2 // Copyright(C) NXP B.V. 2018
3 //
4 // All rights are reserved. Reproduction in whole or in part is prohibited
5 // without the prior written consent of the copy-right owner.
6 // This source code and any compilation or derivative thereof is the sole
7 // property of NXP B.V. and is provided pursuant to a Software License
8 // Agreement. This code is the proprietary information of NXP B.V. and
9 // is confidential in nature. Its use and dissemination by any party other
10 // than NXP B.V. is strictly limited by the confidential information
11 // provisions of the agreement referenced above.
12 // NXP makes no warranty, expressed, implied or statutory, including but
13 // not limited to any implied warranty of merchantability or fitness for any
14 // particular purpose, or that the use will not infringe any third party patent,
15 // copyright or trademark.
16 // NXP must not be liable for any loss or damage arising from its use.
17 /********************************************************************************************************
18  * @file     ip_css_constants.h
19  *
20  * @brief    Additional register count constants for ip_css.
21  *
22  * @version  $Revision: $
23  * @date     8. November 2019
24  *
25  * @note     Generated with csv2a_create_cmsis_cheader V1.41
26  *
27  * @note     This File is NOT CMSIS compliant.
28  *******************************************************************************************************/
29 
30 
31 
32 #ifndef ip_css_CONSTANTS_H
33 #define ip_css_CONSTANTS_H
34 
35 #ifdef __cplusplus
36 extern "C" {
37 #endif
38 
39 
40 /* ================================================================================ */
41 /* ================        'ip_css' register names counting        ================ */
42 /* ================================================================================ */
43 
44 #define CSS_DMA_SRC_CNT               2U   // unused
45 #define CSS_KIDX_CNT                  2U   // unused
46 #define CSS_KS_CNT                    20U  // used in Cipher/Cmac/Ecc/Hmac/Kdf/KeyMng
47 #define CSS_SHA2_DOUT_CNT             16U  // unused
48 
49 
50 
51 #ifdef __cplusplus
52 }
53 #endif
54 
55 
56 #endif  /* ip_css_CONSTANTS_H */
57