1.1.12.5 WDRV_WINC_DebugRegisterCallback

C

void WDRV_WINC_DebugRegisterCallback
(
    WDRV_WINC_DEBUG_PRINT_CALLBACK const pfDebugPrintCallback
)

Description

The debug serial stream provides a printf-like stream of messages from within the WINC driver. The caller can provide a function to be called when output is available.

Precondition

None.

Parameters

ParametersDescription
pfDebugPrintCallbackFunction pointer to printf-like function.

Returns

None.

Remarks

None.