| 
| static sint8  | app_data_access (tenuFlashDataFnCtl enuCtl, void *pvStr) | 
|   | 
| static sint8  | commit_access (tstrFlashAccess *pstrFlashAccess) | 
|   | 
| static sint8  | init_access (void) | 
|   | 
| void  | m2m_flash_get_state (tstrFlashState *pstrState) | 
|   | Get information about the module current state and about the most recent access attempt.  More...
  | 
|   | 
| sint8  | m2m_flash_init (void) | 
|   | Initialize the module.  More...
  | 
|   | 
| sint8  | m2m_flash_readimage (uint8 enuImageId, uint16 u16Id, tpfDataAccessFn pfDestFn, uint32 u32DestSize) | 
|   | 
| static sint8  | m2m_flash_rootcert_access (tenuFlashAccessItemMode enuMode, uint8 u8ModeOptions, uint8 u8AccessOptions, uint16 u16Id, tpfDataAccessFn pfFn, uint32 u32Size) | 
|   | 
| sint8  | m2m_flash_rootcert_add (uint16 u16Id, tpfDataAccessFn pfSourceFn, uint32 u32SourceSize) | 
|   | Add an entry to the WINC TLS root certificate store.  More...
  | 
|   | 
| sint8  | m2m_flash_rootcert_read (uint16 u16Id, tpfDataAccessFn pfDestFn, uint32 u32DestSize, uint8 *pu8Identifier, uint32 u32IdentifierSz) | 
|   | Read an entry from the WINC TLS root certificate store, referenced by entry identifier.  More...
  | 
|   | 
| sint8  | m2m_flash_rootcert_readidx (uint16 u16Id, tpfDataAccessFn pfDestFn, uint32 u32DestSize, uint8 u8Index) | 
|   | Read an entry from the WINC TLS root certificate store, referenced by entry index.  More...
  | 
|   | 
| sint8  | m2m_flash_rootcert_remove (uint16 u16Id, uint8 *pu8Identifier, uint32 u32IdentifierSz) | 
|   | Remove an entry from the WINC TLS root certificate store.  More...
  | 
|   | 
| sint8  | m2m_flash_updateimage (uint8 u8Options, uint16 u16Id, tpfDataAccessFn pfSourceFn, uint32 u32SourceSize) | 
|   | Write/validate/switch a WINC firmware image.  More...
  | 
|   | 
| static sint8  | register_app_fn (tpfDataAccessFn pfFn) | 
|   | 
| static sint8  | transfer_init (void) | 
|   | 
WINC Flash Interface. 
Copyright (c) 2017-2018 Microchip Technology Inc. and its subsidiaries.
Definition in file m2m_flash.c.