Home
last modified time | relevance | path

Searched refs:FLASH_SECTOR_SIZE (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c1806 … size_t chunkSize = (remaining_length < FLASH_SECTOR_SIZE) ? remaining_length : FLASH_SECTOR_SIZE; in sl_si91x_command_to_write_common_flash()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_si91x_protocol_types.h1336 #define FLASH_SECTOR_SIZE 4096 macro