  | 
        
           Wirepas SDK
           
         | 
        
          
         | 
      
    
  
 
  
  
 
Go to the documentation of this file.
    7 #ifndef EXTERNAL_FLASH_H_ 
    8 #define EXTERNAL_FLASH_H_ 
  107                                         size_t * number_of_sector);
 
  124 #endif //EXTERNAL_FLASH_H__ 
  
 
uint32_t page_write_call_time
 
uint32_t byte_write_call_time
 
extFlash_res_e externalFlash_startRead(void *to, const void *from, size_t amount)
Read bytes from external flash.
 
extFlash_res_e externalFlash_startErase(size_t *sector_base, size_t *number_of_sector)
Erase a sector of flash.
 
uint32_t sector_erase_time
 
uint32_t sector_erase_call_time
 
Flash memory info definition.
 
extFlash_res_e externalFlash_getInfo(flash_info_t *info)
Fills a structure with info about flash.
 
uint32_t is_busy_call_time
 
bool externalFlash_isBusy(void)
Checks if flash driver is busy.
 
extFlash_res_e externalFlash_init(void)
Initialize the external flash driver.
 
extFlash_res_e externalFlash_startWrite(void *to, const void *from, size_t amount)
Write bytes to flash.
 
extFlash_res_e
External flash operations result.