Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c170 uint8_t remain_word_num; in esp_rom_spiflash_program_page_internal() local
202 remain_word_num = (0 == (temp_bl & 0x3)) ? (temp_bl >> 2) : (temp_bl >> 2) + 1; in esp_rom_spiflash_program_page_internal()
203 for (i = 0; i < remain_word_num; i++) { in esp_rom_spiflash_program_page_internal()
272 uint8_t remain_word_num; in esp_rom_spiflash_read_data() local
306remain_word_num = (0 == (temp_length & 0x3)) ? (temp_length >> 2) : (temp_length >> 2) + 1; in esp_rom_spiflash_read_data()
307 for (i = 0; i < remain_word_num; i++) { in esp_rom_spiflash_read_data()