/
CPU_NameClr
CPU_NameClr
Description
Clears the CPU host name.
Files
cpu_core.h/cpu_core.c
Prototype
void CPU_NameClr (void);
Arguments
None.
Returned Value
None.
Required Configuration
Available only if CPU_CFG_NAME_EN
is DEF_ENABLED
in cpu_cfg.h
. See Host Name Configuration.
Notes / Warnings
CPU_Init()
must be called by application code prior to calling any other core CPU functions:
Related content
CPU_NameSet
CPU_NameSet
More like this
CPU_NameGet
CPU_NameGet
More like this
CPU_Init
CPU_Init
More like this
CPU_SR_ALLOC
CPU_SR_ALLOC
More like this
uC-CPU
uC-CPU
More like this
Core Library
Core Library
More like this