Home
last modified time | relevance | path

Searched refs:safe (Results 1 – 25 of 44) sorted by relevance

12

/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/
Ddh_groups.c1150 #define DH_GROUP(id,safe) \ argument
1153 dh_group ## id ## _order, sizeof(dh_group ## id ## _order), safe }
/hal_espressif-3.6.0/docs/en/api-reference/storage/
Dspi_flash_concurrency.rst29 …se operation, the other CPU is put into a blocked state, and all non-IRAM-safe interrupts are disa…
33 .. _iram-safe-interrupt-handlers:
/hal_espressif-3.6.0/docs/zh_CN/api-reference/storage/
Dspi_flash_concurrency.rst33 .. _iram-safe-interrupt-handlers:
/hal_espressif-3.6.0/components/spi_flash/
DREADME_legacy.rst45 …se operation, the other CPU is put into a blocked state, and all non-IRAM-safe interrupts are disa…
47 …ocked state to avoid reading flash cache accidentally. All interrupts not safe for IRAM are disabl…
49 .. _iram-safe-interrupt-handlers:
/hal_espressif-3.6.0/docs/en/api-guides/
Dmemory-types.rst31 Constant data may also be placed into DRAM, for example if it is used in an non-flash-safe ISR (see…
68 …n registering the interrupt handler. For more information, see :ref:`iram-safe-interrupt-handlers`.
90 There are some possible issues with placement in IRAM, that may cause problems with IRAM-safe inter…
Dopenthread.rst90 The OpenThread APIs are not thread-safe. When calling OpenThread APIs from other tasks, make sure t…
/hal_espressif-3.6.0/docs/en/api-guides/performance/
Dram-usage.rst131 …ided these functions are not (incorrectly) used from ISRs, this option is safe to enable in all co…
136 …POST_FROM_IRAM_ISR` prevents posting ``esp_event`` events from :ref:`iram-safe-interrupt-handlers`…
142 …the workaround and placed into IRAM instead. For most applications, it is safe to move many of the…
159 … (allocated with :c:macro:`ESP_INTR_FLAG_IRAM` flag), refer to :ref:`iram-safe-interrupt-handlers`…
Dspeed.rst216 …ly suspended when writing to the built-in SPI flash chip. Only :ref:`iram-safe-interrupt-handlers`…
231 …- If you're sure the entire interrupt handler can run from IRAM (see :ref:`iram-safe-interrupt-han…
232safe, if it is going to be executed frequently then consider moving the handler function to IRAM a…
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Demac_mac_struct.h64 …uint32_t safe : 1; /*When this bit is set the MAC compares the SA field of the received frames wi… member
/hal_espressif-3.6.0/components/bootloader/subproject/main/ld/esp32s2/
Dbootloader.ld165 * safe access to up to 16 bytes after the last real instruction, add
/hal_espressif-3.6.0/components/bootloader/subproject/main/ld/esp32h2/
Dbootloader.ld163 * safe access to up to 16 bytes after the last real instruction, add
/hal_espressif-3.6.0/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld177 * safe access to up to 16 bytes after the last real instruction, add
/hal_espressif-3.6.0/components/bootloader/subproject/main/ld/esp32c3/
Dbootloader.ld165 * safe access to up to 16 bytes after the last real instruction, add
/hal_espressif-3.6.0/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld165 * safe access to up to 16 bytes after the last real instruction, add
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dasync_memcpy.rst44 …must be called after driver is installed successfully. This API is thread safe, so it can be calle…
Dfreertos_additions.rst185 For ISR safe versions of the functions used above, call :cpp:func:`xRingbufferSendFromISR`, :cpp:fu…
252 …ad of :cpp:func:`xRingbufferReceive` to receive both parts of a split item in a thread safe manner.
410 …internal RAM. Please refer to the :ref:`SPI flash API documentation <iram-safe-interrupt-handlers>…
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dspi_master.rst79 …task, the driver is thread safe. However, if multiple tasks try to access the same SPI Device, the…
352 :ref:`iram-safe-interrupt-handlers`). Application code and data used by current task
371 safe.
496 …r callback will crash due to cache miss. For more details, see :ref:`iram-safe-interrupt-handlers`.
/hal_espressif-3.6.0/components/usb/
Dmaintainers.md137 The HCD API is thread safe however the following limitations should be noted:
141 - `hcd_port_command()` is thread safe, but only one port command can be executed at any one time. T…
/hal_espressif-3.6.0/examples/wifi/espnow/
DREADME.md27 to make ESPNOW data more safe and more reliable.
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Demac_ll.h270 mac_regs->gmacff.safe = filter; in emac_ll_set_src_addr_filter()
/hal_espressif-3.6.0/docs/en/api-reference/network/
Desp_netif.rst7 - The APIs it provides are thread safe, even if the underlying TCP/IP stack APIs are not.
/hal_espressif-3.6.0/components/freemodbus/
DKconfig231 This allows to avoid delays related to processing of non-IRAM-safe interrupts
/hal_espressif-3.6.0/components/esp_system/ld/esp32/
Dsections.ld.in349 * safe access to up to 16 bytes after the last real instruction, add
/hal_espressif-3.6.0/components/esp_system/ld/esp32s2/
Dsections.ld.in370 * safe access to up to 16 bytes after the last real instruction, add
/hal_espressif-3.6.0/components/esp_system/ld/esp32c3/
Dsections.ld.in229 * safe access to up to 16 bytes after the last real instruction, add

12