/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | cpu_region_protect.c | 31 #define CONDITIONAL_NONE NONE 54 const unsigned NONE = PMP_L ; in esp_cpu_configure_region_protection() local 89 PMP_ENTRY_SET(0, SOC_DIRAM_IRAM_LOW, NONE); in esp_cpu_configure_region_protection() 93 PMP_ENTRY_SET(2, SOC_DIRAM_DRAM_LOW, NONE); in esp_cpu_configure_region_protection() 117 PMP_ENTRY_CFG_SET(6, NONE); in esp_cpu_configure_region_protection() 121 PMP_ENTRY_CFG_SET(8, NONE); in esp_cpu_configure_region_protection() 134 PMP_ENTRY_CFG_SET(13, PMP_NA4 | NONE);// last 4 bytes(0xFFFFFFFC) in esp_cpu_configure_region_protection() 135 PMP_ENTRY_CFG_SET(14, NONE); in esp_cpu_configure_region_protection() 136 PMP_ENTRY_CFG_SET(15, PMP_TOR | NONE); in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | cpu_region_protect.c | 32 const unsigned NONE = PMP_L | PMP_TOR; in esp_cpu_configure_region_protection() local 39 PMP_ENTRY_SET(0, SOC_DEBUG_LOW, NONE); in esp_cpu_configure_region_protection() 46 PMP_ENTRY_SET(2, SOC_DROM_LOW, NONE); in esp_cpu_configure_region_protection() 75 PMP_ENTRY_SET(7, SOC_IRAM_LOW, NONE); in esp_cpu_configure_region_protection() 90 PMP_ENTRY_SET(10, SOC_RTC_IRAM_LOW, NONE); in esp_cpu_configure_region_protection() 98 PMP_ENTRY_SET(12, SOC_PERIPHERAL_LOW, NONE); in esp_cpu_configure_region_protection() 106 PMP_ENTRY_SET(14, UINT32_MAX, NONE); // all but last 4 bytes in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | cpu_region_protect.c | 22 #define CONDITIONAL_NONE NONE 104 const unsigned NONE = PMP_L; in esp_cpu_configure_region_protection() local 125 PMP_ENTRY_SET(1, SOC_IROM_MASK_LOW, NONE); in esp_cpu_configure_region_protection() 134 PMP_ENTRY_SET(5, SOC_IRAM_LOW, NONE); in esp_cpu_configure_region_protection() 147 PMP_ENTRY_SET(5, SOC_IRAM_LOW, NONE); in esp_cpu_configure_region_protection() 169 PMP_ENTRY_SET(8, SOC_IROM_LOW, NONE); in esp_cpu_configure_region_protection() 188 PMP_ENTRY_SET(11, SOC_RTC_IRAM_LOW, NONE); in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | cpu_region_protect.c | 22 #define CONDITIONAL_NONE NONE 104 const unsigned NONE = PMP_L; in esp_cpu_configure_region_protection() local 125 PMP_ENTRY_SET(1, SOC_IROM_MASK_LOW, NONE); in esp_cpu_configure_region_protection() 147 PMP_ENTRY_SET(5, SOC_IRAM_LOW, NONE); in esp_cpu_configure_region_protection() 169 PMP_ENTRY_SET(8, SOC_IROM_LOW, NONE); in esp_cpu_configure_region_protection() 189 PMP_ENTRY_SET(11, SOC_RTC_IRAM_LOW, NONE); in esp_cpu_configure_region_protection() 195 PMP_ENTRY_SET(12, SOC_RTC_IRAM_LOW, NONE); in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/bt/host/bluedroid/ |
D | Kconfig.in | 333 bool "NONE" 368 bool "NONE" 403 bool "NONE" 438 bool "NONE" 473 bool "NONE" 508 bool "NONE" 543 bool "NONE" 578 bool "NONE" 613 bool "NONE" 648 bool "NONE" [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | proxy_client.c | 41 NONE, enumerator 413 server->conn_type = NONE; in proxy_connected() 447 server->conn_type = NONE; in proxy_disconnected() 465 if (server->conn_type == NONE) { in prov_write_ccc() 520 server->conn_type = NONE; in bt_mesh_proxy_client_prov_disable() 538 if (server->conn_type == NONE) { in proxy_write_ccc() 614 server->conn_type = NONE; in bt_mesh_proxy_client_gatt_disable()
|
D | proxy_server.c | 87 NONE, enumerator 619 client->filter_type = NONE; in proxy_connected() 699 if (client->filter_type == NONE) { in prov_ccc_write() 798 client->filter_type = NONE; in bt_mesh_proxy_server_prov_disable() 837 if (client->filter_type == NONE) { in proxy_ccc_write() 915 client->filter_type = NONE; in bt_mesh_proxy_server_gatt_disconnect()
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | execute-scripts-cmd.rst | 42 * 0: ``NONE (BLK1-3 len=256 bits)`` 45 * 3: ``NONE (BLK1-3 len=256 bits)``
|
D | burn-custom-mac-cmd.rst | 76 (coding scheme = NONE)
|
D | summary-cmd.rst | 98 "value": "NONE (BLK1-3 len=256 bits)",
|
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 104 …ngth scheme {0: "NONE (BLK1-3 len=256 bits)"; 1: "3/4 (BLK1-3 len=192 bits)"; 2: "REPEAT (BLK1-3 l…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32.rst | 32 = NONE (BLK1-3 len=256 bits) R/W (0b00)
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | Kconfig.in | 88 bool "NONE"
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 928 bool "NONE" 965 bool "NONE"
|