Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.7.0/components/efuse/src/
Desp_efuse_api.c145 uint8_t existing = 0; in esp_efuse_write_field_bit() local
153 err = esp_efuse_read_field_blob(field, &existing, 1); in esp_efuse_write_field_bit()
154 if (err != ESP_OK || existing) { in esp_efuse_write_field_bit()
/hal_espressif-3.7.0/components/esp_system/
Dsystem_init_fn.txt3 # When adding new ESP_SYSTEM_INIT_FN functions or changing init priorities of existing functions,
/hal_espressif-3.7.0/tools/esptool_py/docs/en/
Dresources.rst12 …ion on GitHub if you find a bug or have a feature request. Please check existing `issues <https://…
Dinstallation.rst36 …ticularly helpful for users who may be concerned about interfering with existing installations (e.…
/hal_espressif-3.7.0/components/esp_system/ld/esp32/
Dsections.ld.in120 /* New data can only be added here to ensure existing data are not moved.
139 /* New data can only be added here to ensure existing data are not moved.
/hal_espressif-3.7.0/tools/esptool_py/docs/en/esptool/
Dconfiguration-file.rst10 However, it is impossible to cover all of the existing combinations of hardware, OS, and drivers.
/hal_espressif-3.7.0/components/esp_system/ld/esp32h2/
Dsections.ld.in115 /* New data can only be added here to ensure existing data are not moved.
/hal_espressif-3.7.0/tools/esptool_py/
DCONTRIBUTING.rst52 There are usually some outstanding feature requests in the `existing issues list <https://github.co…
/hal_espressif-3.7.0/components/esp_system/ld/esp32c3/
Dsections.ld.in115 /* New data can only be added here to ensure existing data are not moved.
/hal_espressif-3.7.0/components/esp_system/ld/esp32c6/
Dsections.ld.in117 /* New data can only be added here to ensure existing data are not moved.
/hal_espressif-3.7.0/components/esp_system/ld/esp32s2/
Dsections.ld.in127 /* New data can only be added here to ensure existing data are not moved.
/hal_espressif-3.7.0/components/esp_system/ld/esp32s3/
Dsections.ld.in122 /* New data can only be added here to ensure existing data are not moved.
/hal_espressif-3.7.0/components/spi_flash/
DKconfig33 …isation, relying on the data in flash becoming a bitwise AND of the new data and any existing data.
/hal_espressif-3.7.0/components/newlib/
DCOPYING.NEWLIB166 that existing copyright notices are retained in all copies and that this
863 that existing copyright notices are retained in all copies and that this
/hal_espressif-3.7.0/components/bootloader/
DKconfig.projbuild326 # "skip validation when existing deep sleep". Keeping this to avoid a breaking change,