Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c270 int32_t temp_length; in esp_rom_spiflash_read_data() local
280 temp_length = byte_length; in esp_rom_spiflash_read_data()
284 while (temp_length > 0) { in esp_rom_spiflash_read_data()
285 if (temp_length >= ESP_ROM_SPIFLASH_BUFF_BYTE_READ_NUM) { in esp_rom_spiflash_read_data()
296 temp_length = temp_length - ESP_ROM_SPIFLASH_BUFF_BYTE_READ_NUM; in esp_rom_spiflash_read_data()
306 … remain_word_num = (0 == (temp_length & 0x3)) ? (temp_length >> 2) : (temp_length >> 2) + 1; in esp_rom_spiflash_read_data()
310 temp_length = 0; in esp_rom_spiflash_read_data()