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