DWC_InitLanMatch

Syntax

#include <dwc.h>

void DWC_InitLanMatch(DWCLanMatchControl *cnt);

Arguments

cnt Retained for compatibility with past versions. Specify NULL.

Return Values

None.

Description

Have the application prepare a buffer of the size needed to store a DWCLanMatchControl structure. Before calling this function, set the memory function to be used by the library using DWC_Init.

The LAN match feature is provided for experimental purposes and must not be part of the specification for the retail product.

Revision History

1.4.10
Added text noting that this cannot be used with the retail product.
1.3.0
Deleted the first argument.
0.2.0
Deleted the mistake regarding DWC_SetMemFunc, and replaced it with DWC_Init.

CONFIDENTIAL