1.1.12.1 WDRV_WINC_DEBUG_PRINT_CALLBACK Typedef
C
typedef void (*WDRV_WINC_DEBUG_PRINT_CALLBACK)
(
const char *format,
...
);Description
The function callback provides a printf-like prototype.
Parameters
| Parameters | Description |
|---|---|
| format | Format specifiers in printf style. |
| ... | Variable number of arguments. |
Returns
None.
Remarks
None.
