NNS_McsInit

Syntax

#include <nnsys/mcs.h>
void NNS_McsInit(void* workMem);

Arguments

workMem The work memory used by MCS. Specify a memory region of NNS_MCS_WORKMEM_SIZE bytes that is aligned to 4.

Return Values

None.

Description

This function performs initialization for communication with other devices. It must be called before any other NNS_Mcs functions are used.

Revision History

2007/04/26 Revised to use an argument to specify the internally used work memory.
2004/06/01 Initial version.


CONFIDENTIAL