#include <nnsys/mcs.h>
void NNS_McsInit(void* workMem);
workMem | Work memory used by MCS. Specify a memory region of NNS_MCS_WORKMEM_SIZE bytes that is aligned to 4. |
None.
Performs initialization for communication with devices. It must be called before any other NNS_Mcs
functions are used.
2009/03/11 Added links to See Also.
2007/04/26 Revised to use an argument to specify the internally used work memory.
2004/06/01 Initial version.
CONFIDENTIAL