Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Desp_flash_api.c40 #define VERIFY_BUF_LEN 64 macro
931 uint8_t verify_buffer[VERIFY_BUF_LEN]; in s_check_setting_zero_to_one()
935 uint32_t this_len = MIN(remain_verify_len, VERIFY_BUF_LEN); in s_check_setting_zero_to_one()
970 uint8_t verify_buffer[VERIFY_BUF_LEN]; in s_verify_write()
974 uint32_t this_len = MIN(remain_verify_len, VERIFY_BUF_LEN); in s_verify_write()