Searched refs:errct (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/esp_hw_support/test/ |
D | test_4mpsram.c | 24 int errct=0; in test_psram_content() local 31 errct++; in test_psram_content() 32 if (errct==1) initial_err=p*4; in test_psram_content() 35 if (errct) { in test_psram_content() 36 …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-3.6.0/components/esp_hw_support/port/esp32s3/ |
D | spiram.c | 64 int errct = 0; in esp_spiram_test() local 77 errct++; in esp_spiram_test() 78 if (errct == 1) { 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,… in esp_spiram_test()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/ |
D | spiram.c | 104 int errct=0; in esp_spiram_test() local 119 errct++; in esp_spiram_test() 120 if (errct==1) initial_err=p*4; in esp_spiram_test() 123 if (errct) { in esp_spiram_test() 124 …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-3.6.0/components/esp_hw_support/port/esp32s2/ |
D | spiram.c | 403 int errct=0; in esp_spiram_test() local 416 errct++; in esp_spiram_test() 417 if (errct==1) initial_err=p*4; in esp_spiram_test() 418 if (errct < 4) { in esp_spiram_test() 423 if (errct) { in esp_spiram_test() 424 …ESP_EARLY_LOGE(TAG, "SPI SRAM memory test fail. %d/%d writes failed, first @ %X\n", errct, s/32, i… in esp_spiram_test()
|