Searched refs:names (Results 1 – 25 of 32) sorted by relevance
12
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/ |
D | csv_table_parser.py | 62 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)
|
D | mem_definition_base.py | 71 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)
|
D | base_operations.py | 615 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/ |
D | read-write-protections-cmd.rst | 8 - ``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…
|
D | index.rst | 161 …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).
|
D | burn-efuse-cmd.rst | 6 …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.).
|
D | dump-cmd.rst | 22 …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/ |
D | efuse_table_gen.py | 99 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/ |
D | esp32.rom.alias.ld | 3 /* Consider using prefix in all names when adding it */
|
/hal_espressif-latest/zephyr/esp32c2/src/linker/ |
D | esp32c2.rom.alias.ld | 3 /* Consider using prefix in all names when adding it */
|
/hal_espressif-latest/zephyr/esp32c3/src/linker/ |
D | esp32c3.rom.alias.ld | 3 /* Consider using prefix in all names when adding it */
|
/hal_espressif-latest/zephyr/esp32c6/src/linker/ |
D | esp32c6.rom.alias.ld | 3 /* Consider using prefix in all names when adding it */
|
/hal_espressif-latest/components/esp_rom/esp32s2/ld/ |
D | esp32s2.rom.spiflash.ld | 2 * SPI flash driver function, compatibility names.
|
/hal_espressif-latest/zephyr/esp32s2/src/linker/ |
D | esp32s2.rom.alias.ld | 3 /* Consider using prefix in all names when adding it */
|
/hal_espressif-latest/zephyr/esp32s3/src/linker/ |
D | esp32s3.rom.alias.ld | 3 /* Consider using prefix in all names when adding it */
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.redefined.ld | 3 and different definitions for functions with the same names are provided.
|
D | esp32.rom.syscalls.ld | 4 implementations of these functions, with same names.
|
/hal_espressif-latest/components/wpa_supplicant/ |
D | README | 28 names of its contributors may be used to endorse or promote products
|
/hal_espressif-latest/components/hal/ |
D | README.md | 14 …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/ |
D | README | 20 - Neither the name of the Intel Corporation nor the names of its contributors
|
D | LICENSE | 20 - Neither the name of the Intel Corporation nor the names of its contributors
|
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | __init__.py | 1084 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/ |
D | README.md | 46 - The fields enclosed in `{}` should be replaced by peripheral-specific names.
|
/hal_espressif-latest/zephyr/blobs/ |
D | license.txt | 140 names, trademarks, service marks, or product names of the Licensor,
|
/hal_espressif-latest/ |
D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|
12