Searched refs:FLASH_SECTOR_SIZE (Results 1 – 2 of 2) sorted by relevance
1806 … size_t chunkSize = (remaining_length < FLASH_SECTOR_SIZE) ? remaining_length : FLASH_SECTOR_SIZE; in sl_si91x_command_to_write_common_flash()
1336 #define FLASH_SECTOR_SIZE 4096 macro