Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumeration/Typedefs

Enumerations

enum  tenuWincFlashRegion {
  WINC_FLASH_REGION_RAW,
  WINC_FLASH_REGION_FIRMWARE_ACTIVE,
  WINC_FLASH_REGION_FIRMWARE_INACTIVE,
  WINC_FLASH_REGION_PLL_TABLE,
  WINC_FLASH_REGION_GAIN_TABLE,
  WINC_FLASH_REGION_PLL_AND_GAIN_TABLES,
  WINC_FLASH_REGION_ROOT_CERTS,
  WINC_FLASH_REGION_LOCAL_CERTS,
  WINC_FLASH_REGION_CONN_PARAM,
  WINC_FLASH_REGION_HTTP_FILES,
  WINC_FLASH_NUM_REGIONS
}
 The regions of WINC flash available for accessing. More...
 

The regions of WINC flash available for accessing.

Enumerator
WINC_FLASH_REGION_RAW 

Access to the entire flash address space.

WINC_FLASH_REGION_FIRMWARE_ACTIVE 

Access to the active firmware region.

WINC_FLASH_REGION_FIRMWARE_INACTIVE 

Access to the inactive firmware region.

WINC_FLASH_REGION_PLL_TABLE 

Access to PLL table region. Erase is not supported for this region.

WINC_FLASH_REGION_GAIN_TABLE 

Access to gain table region. Erase is not supported for this region.

WINC_FLASH_REGION_PLL_AND_GAIN_TABLES 

Access to PLL and gain tables region. Erase is supported for this region.

WINC_FLASH_REGION_ROOT_CERTS 

Access to TLS root certificate region.

WINC_FLASH_REGION_LOCAL_CERTS 

Access to TLS local certificate region.

WINC_FLASH_REGION_CONN_PARAM 

Access to connection parameters region.

WINC_FLASH_REGION_HTTP_FILES 

Access to HTTP files region. This region is also erased/written by erase/write of firmware regions.

WINC_FLASH_NUM_REGIONS 

Number of regions.