MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClOscca_PlatformTypes.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2016, 2021, 2023 NXP */
3/* */
4/* NXP Confidential. This software is owned or controlled by NXP and may */
5/* only be used strictly in accordance with the applicable license terms. */
6/* By expressly accepting such terms or by downloading, installing, */
7/* activating and/or otherwise using the software, you are agreeing that */
8/* you have read, and that you agree to comply with and are bound by, such */
9/* license terms. If you do not agree to be bound by the applicable license */
10/* terms, then you may not retain, install, activate or otherwise use the */
11/* software. */
12/*--------------------------------------------------------------------------*/
13/* Security Classification: Company Confidential */
14/*--------------------------------------------------------------------------*/
15
22#ifndef MCUXCLOSCCA_PLATFORMTYPES_H_
23#define MCUXCLOSCCA_PLATFORMTYPES_H_
24
25#include <stdint.h>
26#include <stddef.h>
27#include <stdbool.h>
28
29typedef uint32_t mcuxClOscca_Size_t;
30typedef uint32_t mcuxClOscca_Uint_t;
31typedef int32_t mcuxClOscca_Int_t;
32
36typedef struct
37{
38 volatile uint16_t securityCounter;
39 volatile uint16_t stackPointerBackup;
40 uint32_t generalPurposeValue;
42
43#define MCUX_CLOSCCA_SCRATCHPAD_SECTION __attribute__((section(".data.gmcuxClOscca_ScratchPad")))
44
48extern mcuxClOscca_ScratchPad_t MCUX_CLOSCCA_SCRATCHPAD_SECTION gmcuxClOscca_ScratchPad;
49
50#endif /* MCUXCLOSCCA_PLATFORMTYPES_H_ */
mcuxClOscca_ScratchPad_t MCUX_CLOSCCA_SCRATCHPAD_SECTION gmcuxClOscca_ScratchPad
global scratch pad object
global scratch pad structure definition
Definition mcuxClOscca_PlatformTypes.h:37