/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/ |
D | memprot_ll.h | 164 uint32_t permissions = 0; in memprot_ll_iram0_set_permissions() local 166 permissions |= SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_SRAM_WORLD_X_R; in memprot_ll_iram0_set_permissions() 169 permissions |= SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_SRAM_WORLD_X_W; in memprot_ll_iram0_set_permissions() 172 permissions |= SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_SRAM_WORLD_X_F; in memprot_ll_iram0_set_permissions() 175 return permissions; in memprot_ll_iram0_set_permissions() 207 …uint32_t permissions = REG_GET_FIELD(SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_2_REG, SENSITIVE_CORE_X_… in memprot_ll_iram0_get_pms_area_0() local 208 memprot_ll_iram0_get_permissions(permissions, r, w, x); in memprot_ll_iram0_get_pms_area_0() 213 …uint32_t permissions = REG_GET_FIELD(SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_2_REG, SENSITIVE_CORE_X_… in memprot_ll_iram0_get_pms_area_1() local 214 memprot_ll_iram0_get_permissions(permissions, r, w, x); in memprot_ll_iram0_get_pms_area_1() 219 …uint32_t permissions = REG_GET_FIELD(SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_2_REG, SENSITIVE_CORE_X_… in memprot_ll_iram0_get_pms_area_2() local [all …]
|
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/ |
D | memprot_ll.h | 176 uint32_t permissions = 0; in memprot_ll_iram0_set_permissions() local 178 permissions |= SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_SRAM_WORLD_0_R; in memprot_ll_iram0_set_permissions() 181 permissions |= SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_SRAM_WORLD_0_W; in memprot_ll_iram0_set_permissions() 184 permissions |= SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_SRAM_WORLD_0_F; in memprot_ll_iram0_set_permissions() 187 return permissions; in memprot_ll_iram0_set_permissions() 219 …uint32_t permissions = REG_GET_FIELD(SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_2_REG, SENSITIVE_CORE_X_… in memprot_ll_iram0_get_pms_area_0() local 220 memprot_ll_iram0_get_permissions( permissions, r, w, x); in memprot_ll_iram0_get_pms_area_0() 225 …uint32_t permissions = REG_GET_FIELD(SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_2_REG, SENSITIVE_CORE_X_… in memprot_ll_iram0_get_pms_area_1() local 226 memprot_ll_iram0_get_permissions( permissions, r, w, x); in memprot_ll_iram0_get_pms_area_1() 231 …uint32_t permissions = REG_GET_FIELD(SENSITIVE_CORE_X_IRAM0_PMS_CONSTRAIN_2_REG, SENSITIVE_CORE_X_… in memprot_ll_iram0_get_pms_area_2() local [all …]
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/ |
D | Gatt_Security_Server_Example_Walkthrough.md | 172 …he attributes of the server, different permissions can be set to the write and read events. Attrib… 183 These permissions are defined in the API as: 194 …permissions to read or write, with or without encryption. When an attribute has encrypted permissi… 235 …types of keys exchanged and the pairing status. In addition, attribute permissions are appointed t…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/tutorial/ |
D | ble50_security_server_Example_Walkthrough.md | 172 …he attributes of the server, different permissions can be set to the write and read events. Attrib… 183 These permissions are defined in the API as: 194 …permissions to read or write, with or without encryption. When an attribute has encrypted permissi… 235 …types of keys exchanged and the pairing status. In addition, attribute permissions are appointed t…
|
/hal_espressif-3.6.0/components/esp_system/test_eh_frame_parser/ |
D | linker.ld | 13 * See the License for the specific language governing permissions and
|
/hal_espressif-3.6.0/components/esp_hid/src/ |
D | ble_hidh.c | 185 report->permissions = char_result[c].properties; in read_device_services() 228 …if (duuid == ESP_GATT_UUID_CHAR_CLIENT_CONFIG && (report->permissions & ESP_GATT_CHAR_PROP_BIT_NOT… in read_device_services() 320 …if ((report->permissions & ESP_GATT_CHAR_PROP_BIT_NOTIFY) != 0 && report->protocol_mode == ESP_HID… in attach_report_listeners() 617 … report->report_id, report->value_len, report->permissions, report->handle, report->ccc_handle); in esp_ble_hidh_dev_dump()
|
/hal_espressif-3.6.0/components/esp_hid/private/ |
D | esp_hidh_private.h | 47 uint8_t permissions; //report permissions member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | readsamplesjoint.inc | 15 * See the License for the specific language governing permissions and
|
/hal_espressif-3.6.0/ |
D | LICENSE | 25 exercising permissions granted by this License. 152 risks associated with Your exercise of permissions under this License. 201 See the License for the specific language governing permissions and
|
/hal_espressif-3.6.0/zephyr/blobs/ |
D | license.txt | 25 exercising permissions granted by this License. 152 risks associated with Your exercise of permissions under this License. 201 See the License for the specific language governing permissions and
|
/hal_espressif-3.6.0/components/heap/include/ |
D | heap_trace.inc | 12 // See the License for the specific language governing permissions and
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/ |
D | basic-options.rst | 38 You can call ``su - $USER`` to enable read and write permissions for the serial port without having…
|
/hal_espressif-3.6.0/components/hal/ |
D | spi_flash_hal_common.inc | 12 // See the License for the specific language governing permissions and
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/ |
D | Gatt_Server_Example_Walkthrough.md | 161 * Attribute permissions 166 … same manner that each characteristic has a handle, an UUID, attribute permissions and properties.… 502 …atts_start_service()` function in conjunction with the characteristics permissions and properties.… 515 …permissions and properties for read and write. However, the read and write properties of an attrib… 554 …eters used are the service handle, the descriptor UUID, write and read permissions, an initial val…
|
/hal_espressif-3.6.0/components/esp_event/ |
D | event_send_compat.inc | 12 // See the License for the specific language governing permissions and
|
/hal_espressif-3.6.0/docs/en/get-started-legacy/ |
D | establish-serial-connection.rst | 91 Make sure you re-login to enable read and write permissions for the serial port.
|
/hal_espressif-3.6.0/components/esp_system/ |
D | Kconfig | 125 the SRAM memory into data and instruction segments and sets Read/Execute permissions 126 for the instruction part (below given splitting address) and Read/Write permissions
|
/hal_espressif-3.6.0/docs/en/get-started/ |
D | establish-serial-connection.rst | 74 Make sure you re-login to enable read and write permissions for the serial port.
|
D | index.rst | 305 … installation scripts. Make sure that your user account has sufficient permissions to read and wri…
|
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/ |
D | configure-ft2232h-jtag.rst | 78 …ceforge.net/p/openocd/code/ci/master/tree/README>`_, set up the access permissions to both USB por…
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/ |
D | troubleshooting.rst | 16 * Check you have permissions to access the serial port, and other software (such as modem-manager …
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/ |
D | Gatt_Server_Service_Table_Example_Walkthrough.md | 473 …out the attribute parameters as well as GATT interface, connection ID, permissions and application…
|
/hal_espressif-3.6.0/components/esptool_py/ |
D | LICENSE | 121 this License, whose permissions for other licensees extend to the
|
/hal_espressif-3.6.0/components/esptool_py/esptool/ |
D | LICENSE | 121 this License, whose permissions for other licensees extend to the
|