Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 55) sorted by relevance

123

/hal_espressif-latest/components/hal/
Dmpu_hal.c26 void mpu_hal_set_region_access(int id, mpu_access_t access) in mpu_hal_set_region_access() argument
30 switch (access) in mpu_hal_set_region_access()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dgeneric_server.h255 uint8_t access; member
260 uint8_t access; member
346 uint8_t access; member
351 uint8_t access; member
Dsensor_server.h83 uint8_t access; member
/hal_espressif-latest/components/hal/include/hal/
Dmpu_hal.h32 void mpu_hal_set_region_access(int id, mpu_access_t access);
/hal_espressif-latest/components/esp_netif/
DREADME.md92 The ESP-NETIF L2 TAP interface is ESP-IDF mechanism utilized to access Data Link Layer (L2 per OSI/…
102 …iguration of particular file descriptor. It can be configured to give an access to specific Networ…
106 …ring is also advantageous from a perspective the user’s application gets access only to frame type…
/hal_espressif-latest/components/esp_system/ld/esp32c2/
Dmemory.ld.in29 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
30 * are connected to the data port of the CPU and eg allow byte-wise access.
/hal_espressif-latest/
DREADME.md4 HAL Espressif (or `hal_espressif`) is a collection of tools, low-level APIs and hardware access fun…
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dgeneric_server.c1883 uint8_t access = 0U; in gen_admin_prop_set() local
1891 access = net_buf_simple_pull_u8(buf); in gen_admin_prop_set()
1892 if (access > ADMIN_ACCESS_READ_WRITE) { in gen_admin_prop_set()
1893 BT_ERR("Invalid Admin Access 0x%02x", access); in gen_admin_prop_set()
1901 .admin_property_set.access = access, in gen_admin_prop_set()
1918 property->admin_access = access; in gen_admin_prop_set()
1925 .gen_admin_prop_set.access = property->admin_access, in gen_admin_prop_set()
2068 uint8_t access = 0U; in gen_manu_prop_set() local
2076 access = net_buf_simple_pull_u8(buf); in gen_manu_prop_set()
2077 if (access > MANU_ACCESS_READ) { in gen_manu_prop_set()
[all …]
/hal_espressif-latest/components/esp_system/ld/esp32c6/
Dmemory.ld.in46 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
47 * are connected to the data port of the CPU and eg allow byte-wise access.
/hal_espressif-latest/components/esp_system/ld/esp32h2/
Dmemory.ld.in46 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
47 * are connected to the data port of the CPU and eg allow byte-wise access.
/hal_espressif-latest/components/esp_system/ld/esp32c3/
Dmemory.ld.in39 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
40 * are connected to the data port of the CPU and eg allow byte-wise access.
/hal_espressif-latest/components/heap/
DKconfig7 …Enable heap poisoning features to detect heap corruption caused by out-of-bounds access to heap me…
74 bool "Use hash map mechanism to access heap trace records"
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dmemory.ld.in54 …of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions…
55 are connected to the data port of the CPU and eg allow bytewise access. */
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dmemory.ld.in57 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
58 * are connected to the data port of the CPU and eg allow byte-wise access.
/hal_espressif-latest/tools/esptool_py/docs/en/
Dtroubleshooting.rst18 * Check you have permissions to access the serial port, and other software (such as modem-manager …
86 …der that esptool talks to, a running firmware uses more of the chip's pins to access the SPI flash.
94 In addition to these pins, GPIOs 6 & 11 are also used to access the SPI flash (in all modes). Howev…
221 * You don't have permission to access the port.
223 … read and write access the serial port over USB is necessary. You can add your user to the ``dialo…
/hal_espressif-latest/components/esp_system/ld/esp32/
Dmemory.ld.in51 …of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions…
52 are connected to the data port of the CPU and eg allow bytewise access. */
/hal_espressif-latest/components/esp_system/port/soc/esp32/
DKconfig.memory42 Each unaligned read/write access will incur a penalty of maximum of 167 CPU cycles.
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild422 This option reserves an area in the RTC FAST memory (access only PRO_CPU).
438 The RTC FAST memory has access only through PRO_CPU.
463 … This area (rtc_retain_mem_t) is reserved and has access from the bootloader and an application.
542 …against remote network access, but not physical access. Compared to using hardware Secure Boot thi…
704 …This allows the secure bootloader to be re-flashed by anyone with access to the secure boot signing
971 … If not set (default), the bootloader will permanently disable UART bootloader encryption access on
972 … first boot. If set, the UART bootloader will still be able to access hardware encryption.
981 … If not set (default), the bootloader will permanently disable UART bootloader decryption access on
982 … first boot. If set, the UART bootloader will still be able to access hardware decryption.
993 …If not set (default), the bootloader will permanently disable UART bootloader flash cache access on
[all …]
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dcache.h94 uint32_t access:1; /*!< software accessable, used by hardware */ member
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dread-write-protections-cmd.rst15 Read protection prevents software from reading eFuse fields, only hardware can access such eFuses. …
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_generic_model_api.h1047 uint8_t access; /*!< The property access of Generic Admin Property state */ member
1054 uint8_t access; /*!< The property value of Generic Manufacturer Property state */ member
Desp_ble_mesh_sensor_model_api.h453 uint8_t access; /*!< The value of Sensor Setting Access field */ member
/hal_espressif-latest/components/xtensa/include/xtensa/
Dhal.h1172 #define XTHAL_MPU_ENTRY(vaddr, valid, access, memtype) \ argument
1174 (((XTHAL_ENCODE_MEMORY_TYPE(memtype)) << 12) | (((access) & 0xf) << 8)) }
/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/
Dindex.rst53 To access an HSM token of a selected slot, you will also need to pass in the token User PIN and thu…
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dbasic-options.rst36 In Linux, the current user may not have access to serial ports and a "Permission Denied" or "Port d…

123