Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_random.c19 uint32_t zeroes = UINT32_MAX; variable
24 zeroes &= ~r;
31 TEST_ASSERT_EQUAL_HEX32(0, zeroes);
Dtest_hmac.c83 const uint8_t zeroes[128] = { }; variable
166 TEST_ESP_OK(esp_hmac_calculate(HMAC_KEY4, zeroes, zero_results[i].msglen, hmac));
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/
Dread-write-protections-cmd.rst28zeroes, even though hardware may use the correct value. In espefuse v2.6 and newer, read-protected…
Dsummary-cmd.rst27zeroes, even though hardware may use the correct value. In espefuse v2.6 and newer, read-protected…
/hal_espressif-3.6.0/docs/zh_CN/api-guides/jtag-debugging/
Dindex.rst193 * 如果出现 JTAG 错误(例如输出为 ``...all ones`` 或 ``...all zeroes``),请检查硬件连接是否正确,除了 {IDF_TARGET_NAME} 的管脚之外是否…
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/
Dindex.rst191 * If you see JTAG errors (e.g., ``...all ones`` or ``...all zeroes``), please check your JTAG conne…
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/advanced-topics/
Dserial-protocol.rst284 | 8-15 | 0 | Two words of all zeroes, unused. …
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dheap_debug.rst133 … memory. The application should be changed to either use calloc() (which zeroes memory), or initia…