iLLD_TC27xC
1.0
|
#include "Ifx_Cfg.h"
#include "Cpu/Std/Ifx_Types.h"
#include "Tricore/Compilers/Compilers.h"
#include "Cpu/Std/IfxCpu_Intrinsics.h"
Go to the source code of this file.
Macros | |
#define | IFX_CFG_CPU_CSTART_PRE_C_INIT_HOOK(cpu) |
Configuration for pre initialization hook function. More... | |
Functions | |
void | _Core1_start (void) |
void | _Core2_start (void) |
#define IFX_CFG_CPU_CSTART_PRE_C_INIT_HOOK | ( | cpu) |
Configuration for pre initialization hook function.
Hook function is empty if not configured
Definition at line 56 of file IfxCpu_CStart.h.
Referenced by _Core0_start(), _Core1_start(), and _Core2_start().
void _Core1_start | ( | void | ) |
Definition at line 68 of file IfxCpu_CStart1.c.
Referenced by _Core0_start().
void _Core2_start | ( | void | ) |
Definition at line 67 of file IfxCpu_CStart2.c.
Referenced by _Core0_start().