1.2.1.1 WDRV_PIC32MZW_SYS_INIT Struct
typedef struct
{
/* Pointer to Crypt RNG context. */
CRYPT_RNG_CTX *pCryptRngCtx;
/* Pointer to regulatory domain string. */
char *const pRegDomName;
/* Power-Save Mode. */
C
WDRV_PIC32MZW_POWERSAVE_MODE powerSaveMode;
/* Correlation between PIC and WiFi power modes. */
WDRV_PIC32MZW_POWERSAVE_PIC_CORRELATION powerSavePICCorrelation;
} WDRV_PIC32MZW_SYS_INIT;
Summary
Data that's passed to the Control instance.
Description
This structure defines the Control instance initialization.