mFrame
載入中...
搜尋中...
無符合項目
ProcessorCore.h
1
7#ifndef CHIP_B0219F3A_301B_47F2_A86A_48D8E0FE9F2C
8#define CHIP_B0219F3A_301B_47F2_A86A_48D8E0FE9F2C
9
10#define USING_ARM_core_cm33
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16#if defined(__CC_ARM)
17#pragma anon_unions
18#endif
19
23#define __MPU_PRESENT 0
24#define __NVIC_PRIO_BITS 3
25#define __Vendor_SysTickConfig 0
26#define __FPU_PRESENT 0
27#define __DSP_PRESENT 0
28#define __SAUREGION_PRESENT 0
30#include "ProcessorInterrupt.h"
31
36#include <stdint.h>
37
38#include "arm.h"
39
40#ifdef __cplusplus
41}
42#endif
43
44/* ***************************************************************************************
45 * End of file
46 */
47
48#endif /* CHIP_B0219F3A_301B_47F2_A86A_48D8E0FE9F2C */