Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmemprot_ll.h107 …uint32_t expected = REG_GET_FIELD(SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_2_REG, SENSITIVE_CORE_X_IRA… in memprot_ll_icache_set_pms_area_0() local
108 …HAL_ASSERT((expected == memprot_ll_icache_set_permissions(r, w, x)) && "Value not stored to requir… in memprot_ll_icache_set_pms_area_0()
116 …uint32_t expected = REG_GET_FIELD(SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_2_REG, SENSITIVE_CORE_X_IRA… in memprot_ll_icache_set_pms_area_1() local
117 …HAL_ASSERT((expected == memprot_ll_icache_set_permissions(r, w, x)) && "Value not stored to requir… in memprot_ll_icache_set_pms_area_1()
315 …uint32_t expected = REG_GET_FIELD(SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_2_REG, SENSITIVE_CORE_X_IRA… in memprot_ll_iram0_set_pms_area_0() local
316 …HAL_ASSERT((expected == memprot_ll_iram0_set_permissions(r, w, x)) && "Value not stored to require… in memprot_ll_iram0_set_pms_area_0()
324 …uint32_t expected = REG_GET_FIELD(SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_2_REG, SENSITIVE_CORE_X_IRA… in memprot_ll_iram0_set_pms_area_1() local
325 …HAL_ASSERT((expected == memprot_ll_iram0_set_permissions(r, w, x)) && "Value not stored to require… in memprot_ll_iram0_set_pms_area_1()
333 …uint32_t expected = REG_GET_FIELD(SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_2_REG, SENSITIVE_CORE_X_IRA… in memprot_ll_iram0_set_pms_area_2() local
334 …HAL_ASSERT((expected == memprot_ll_iram0_set_permissions(r, w, x)) && "Value not stored to require… in memprot_ll_iram0_set_pms_area_2()
[all …]
/hal_espressif-latest/tools/esptool_py/test/
Dtest_imagegen.py53 def assertEqualHex(self, expected, actual, message=None): argument
55 expected = hex(expected)
57 expected = hex(ord(expected))
62 assert expected == actual, message
/hal_espressif-latest/components/newlib/
Dstdatomic.c536 …FFIX(__atomic_compare_exchange) (size_t size, volatile void *ptr, void *expected, void *desired, i… in CLANG_DECLARE_ALIAS()
539 if (!memcmp((void *)ptr, expected, size)) { in CLANG_DECLARE_ALIAS()
543 memcpy((void *)expected, (const void *)ptr, size); in CLANG_DECLARE_ALIAS()
/hal_espressif-latest/components/esp_system/
Dsystem_init_fn.txt1 # This file documents the expected order of execution of ESP_SYSTEM_INIT_FN functions.
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c1514 BT_OCTET16 expected; in smp_check_commitment() local
1518 smp_calculate_peer_commitment(p_cb, expected); in smp_check_commitment()
1519 print128(expected, (const UINT8 *)"calculated peer commitment"); in smp_check_commitment()
1522 if (memcmp(p_cb->remote_commitment, expected, BT_OCTET16_LEN)) { in smp_check_commitment()
/hal_espressif-latest/components/esp_rom/
DREADME.md23 …rom_xxx.h`. Unlike the original ROM functions, these extracted ones are expected to exist across a…
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in433 is expected to configure BTDM_CTRL_BLE_MAX_CONN from controller menu
434 along with this option. Similarly for ESP32-C3 or ESP32-S3, user is expected to
/hal_espressif-latest/components/bt/controller/esp32c6/
DKconfig.in467 is expected to configure BTDM_CTRL_BLE_MAX_CONN from controller menu
468 along with this option. Similarly for ESP32-C3 or ESP32-S3, user is expected to
/hal_espressif-latest/components/bt/controller/esp32h2/
DKconfig.in458 is expected to configure BTDM_CTRL_BLE_MAX_CONN from controller menu
459 along with this option. Similarly for ESP32-C3 or ESP32-S3, user is expected to
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in76 is expected to configure BTDM_CTRL_BLE_MAX_CONN from controller menu
77 along with this option. Similarly for ESP32-C3 or ESP32-S3, user is expected to
/hal_espressif-latest/components/spi_flash/
DKconfig136 will be written with the address, expected & actual values. This can be useful when
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst31 …If these pins are set differently to shown, nothing on the ESP8266 will work as expected. See `ESP…
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in446 information recovering could work as expected.