/
CPU_Init
CPU_Init
Description
Initializes the core CPU module.
Files
cpu_core.h/cpu_core.c
Prototype
void CPU_Init (void);
Arguments
None.
Returned Value
None.
Required Configuration
None.
Notes / Warnings
CPU_Init()
must be called by application code prior to calling any other core CPU functions:
Related content
CPU_NameClr
CPU_NameClr
More like this
Core Library
Core Library
More like this
CPU_NameSet
CPU_NameSet
More like this
uC-CPU CPU Specific Source Code
uC-CPU CPU Specific Source Code
More like this
MB_Init()
MB_Init()
More like this
CPU_INT_EN
CPU_INT_EN
More like this