Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 32) sorted by relevance

12

/hal_espressif-latest/tools/esptool_py/espefuse/efuse/
Dcsv_table_parser.py62 names = [p.field_name for p in res]
63 duplicates = set(n for n in names if names.count(n) > 1)
86 names = [p.field_name for p in self]
87 names += [name.replace(".", "_") for name in names if "." in name]
88 duplicates = set(n for n in names if names.count(n) > 1)
Dmem_definition_base.py71 def includes(name, names): argument
72 return any([word in name for word in names])
181 names = [n.name for n in self.ALL_EFUSES]
184 names.extend(n.alt_names)
186 name_counts = Counter(names)
Dbase_operations.py615 names = ", ".join(e.name for e in all_disabling)
618 % ("s" if len(all_disabling) > 1 else "", names)
650 names = ", ".join(e.name for e in all_disabling)
653 % ("s" if len(all_disabling) > 1 else "", names)
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dread-write-protections-cmd.rst8 - ``espefuse.py read_protect_efuse``. It sets read protection for given eFuse names.
9 - ``espefuse.py write_protect_efuse``. It sets write protection for given eFuse names.
13 - eFuse name. It can receive a list of eFuse names (like EFUSE_NAME1 EFUSE_NAME2 etc.).
19 Not all eFuses have read and write protections. See the help for these commands for the eFuse names
Dindex.rst161 …can reference these fields using the names and aliases provided in the CSV file. For non-sequentia…
163 For the current example, you can reference the custom fields with the following names: MODULE_VERSI…
175 - Most commands support getting a list of arguments (eFuse names, keys).
Dburn-efuse-cmd.rst6 …n_efuse`` command burns eFuses. The arguments to ``burn_efuse`` are eFuse names (as shown in summa…
17 It can be list of eFuse names and values (like EFUSE_NAME1 1 EFUSE_NAME2 7 EFUSE_NAME3 10 etc.).
Ddump-cmd.rst22 …epends on the chips and can vary from 4 to 11. A block can have different names, which can be used…
/hal_espressif-latest/components/efuse/
Defuse_table_gen.py99 names = [p.field_name for p in res]
100 duplicates = set(n for n in names if names.count(n) > 1)
120 names = [p.field_name for p in self]
121 names += [name.replace('.', '_') for name in names if '.' in name]
122 duplicates = set(n for n in names if names.count(n) > 1)
/hal_espressif-latest/zephyr/esp32/src/linker/
Desp32.rom.alias.ld3 /* Consider using prefix in all names when adding it */
/hal_espressif-latest/zephyr/esp32c2/src/linker/
Desp32c2.rom.alias.ld3 /* Consider using prefix in all names when adding it */
/hal_espressif-latest/zephyr/esp32c3/src/linker/
Desp32c3.rom.alias.ld3 /* Consider using prefix in all names when adding it */
/hal_espressif-latest/zephyr/esp32c6/src/linker/
Desp32c6.rom.alias.ld3 /* Consider using prefix in all names when adding it */
/hal_espressif-latest/components/esp_rom/esp32s2/ld/
Desp32s2.rom.spiflash.ld2 * SPI flash driver function, compatibility names.
/hal_espressif-latest/zephyr/esp32s2/src/linker/
Desp32s2.rom.alias.ld3 /* Consider using prefix in all names when adding it */
/hal_espressif-latest/zephyr/esp32s3/src/linker/
Desp32s3.rom.alias.ld3 /* Consider using prefix in all names when adding it */
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.redefined.ld3 and different definitions for functions with the same names are provided.
Desp32.rom.syscalls.ld4 implementations of these functions, with same names.
/hal_espressif-latest/components/wpa_supplicant/
DREADME28 names of its contributors may be used to endorse or promote products
/hal_espressif-latest/components/hal/
DREADME.md14 …n on which strategy to use. Code usually reside in source files with same names to header files wh…
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/
DREADME20 - Neither the name of the Intel Corporation nor the names of its contributors
DLICENSE20 - Neither the name of the Intel Corporation nor the names of its contributors
/hal_espressif-latest/tools/esptool_py/esptool/
D__init__.py1084 def get_port_list(vids=[], pids=[], names=[]): argument
1101 if names and (
1102 port.name is None or all(name not in port.name for name in names)
/hal_espressif-latest/zephyr/scripts/pinctrl/
DREADME.md46 - The fields enclosed in `{}` should be replaced by peripheral-specific names.
/hal_espressif-latest/zephyr/blobs/
Dlicense.txt140 names, trademarks, service marks, or product names of the Licensor,
/hal_espressif-latest/
DLICENSE140 names, trademarks, service marks, or product names of the Licensor,

12