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 Proprietary. 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 */
10/* license terms, then you may not retain, install, activate or otherwise */
11/* use the software. */
12/*--------------------------------------------------------------------------*/
13
20#ifndef MCUXCLOSCCA_PLATFORMTYPES_H_
21#define MCUXCLOSCCA_PLATFORMTYPES_H_
22
23#include <stdint.h>
24#include <stddef.h>
25#include <stdbool.h>
26
27typedef uint32_t mcuxClOscca_Size_t;
28typedef uint32_t mcuxClOscca_Uint_t;
29typedef int32_t mcuxClOscca_Int_t;
30
34typedef struct
35{
36 volatile uint16_t securityCounter;
37 volatile uint16_t stackPointerBackup;
38 uint32_t generalPurposeValue;
40
41#define MCUX_CLOSCCA_SCRATCHPAD_SECTION __attribute__((section(".data.gmcuxClOscca_ScratchPad")))
42
46extern mcuxClOscca_ScratchPad_t MCUX_CLOSCCA_SCRATCHPAD_SECTION gmcuxClOscca_ScratchPad;
47
48#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:35