iLLD_TC27xC
1.0
|
#include "Ifx_Cfg.h"
#include "Scu/Std/IfxScuWdt.h"
#include "Cpu/Std/IfxCpu.h"
#include "Cpu/CStart/IfxCpu_CStart.h"
#include "IfxScu_reg.h"
#include "IfxCpu_reg.h"
Go to the source code of this file.
Macros | |
#define | IFX_CFG_CPU_CSTART_ENABLE_TRICORE2_PCACHE (1) |
Configuration for cache enable. More... | |
#define | IFX_CFG_CPU_CSTART_ENABLE_TRICORE2_DCACHE (1) |
#define | IFXCSTART2_PSW_DEFAULT (0x00000980u) |
#define | IFXCSTART2_PCX_O_S_DEFAULT (0xfff00000u) |
Functions | |
IFX_EXTERN void | core2_main (void) |
void | _Core2_start (void) |
#define IFX_CFG_CPU_CSTART_ENABLE_TRICORE2_DCACHE (1) |
Data Cache enabled by default
Definition at line 46 of file IfxCpu_CStart2.c.
Referenced by _Core2_start().
#define IFX_CFG_CPU_CSTART_ENABLE_TRICORE2_PCACHE (1) |
Configuration for cache enable.
Program Cache enabled by default
Definition at line 43 of file IfxCpu_CStart2.c.
Referenced by _Core2_start().
#define IFXCSTART2_PCX_O_S_DEFAULT (0xfff00000u) |
Definition at line 62 of file IfxCpu_CStart2.c.
Referenced by _Core2_start().
#define IFXCSTART2_PSW_DEFAULT (0x00000980u) |
Definition at line 61 of file IfxCpu_CStart2.c.
Referenced by _Core2_start().
void _Core2_start | ( | void | ) |
Definition at line 67 of file IfxCpu_CStart2.c.
Referenced by _Core0_start().
IFX_EXTERN void core2_main | ( | void | ) |
Referenced by _Core2_start().