Searched refs:errct (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-2.7.6/components/esp32/test/ |
D | test_4mpsram.c | 17 int errct=0; in test_psram_content() local 24 errct++; in test_psram_content() 25 if (errct==1) initial_err=p*4; in test_psram_content() 28 if (errct) { in test_psram_content() 29 …ESP_LOGE(TAG, "SPI SRAM memory test fail. %d/%d writes failed, first @ %p\n", errct, s/32, initial… in test_psram_content()
|
/hal_espressif-2.7.6/components/esp32/ |
D | spiram.c | 101 int errct=0; in esp_spiram_test() local 108 errct++; in esp_spiram_test() 109 if (errct==1) initial_err=p*4; in esp_spiram_test() 112 if (errct) { in esp_spiram_test() 113 …ESP_EARLY_LOGE(TAG, "SPI SRAM memory test fail. %d/%d writes failed, first @ %X\n", errct, s/32, i… in esp_spiram_test()
|
/hal_espressif-2.7.6/components/esp32s3/ |
D | spiram.c | 67 int errct = 0; in esp_spiram_test() local 80 errct++; in esp_spiram_test() 81 if (errct == 1) { in esp_spiram_test() 84 if (errct < 4) { in esp_spiram_test() 89 if (errct) { in esp_spiram_test() 90 …ESP_EARLY_LOGE(TAG, "SPI SRAM memory test fail. %d/%d writes failed, first @ %X\n", errct, s / 32,… in esp_spiram_test()
|
/hal_espressif-2.7.6/components/esp32s2/ |
D | spiram.c | 66 int errct=0; in esp_spiram_test() local 79 errct++; in esp_spiram_test() 80 if (errct==1) initial_err=p*4; in esp_spiram_test() 81 if (errct < 4) { in esp_spiram_test() 86 if (errct) { in esp_spiram_test() 87 …ESP_EARLY_LOGE(TAG, "SPI SRAM memory test fail. %d/%d writes failed, first @ %X\n", errct, s/32, i… in esp_spiram_test()
|