Home
last modified time | relevance | path

Searched refs:aliases (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/tools/
Didf.py205 def __init__(self, callback, name, aliases, dependencies, order_dependencies, action_args): argument
211 self.aliases = aliases
223 aliases=None, argument
235 if aliases is None:
236 aliases = []
237 self.aliases = aliases
258 if aliases:
259 aliases_help = 'Aliases: %s.' % ', '.join(aliases)
274 aliases=self.aliases,
632 if task.aliases:
[all …]
/hal_espressif-3.6.0/tools/cmake/
Dcomponent.cmake33 # Look at previously resolved names or aliases
/hal_espressif-3.6.0/docs/en/api-reference/system/
Defuse.rst130 It is possible to create aliases for fields with the same range, see ``WR_DIS.FIELD_3`` and ``WR_DI…
/hal_espressif-3.6.0/docs/en/api-guides/
Dfreertos-smp.rst67 …The "PRO_CPU" and "APP_CPU" aliases for CPU0 and CPU1 exist in ESP-IDF as they reflect how typical…
Dbuild-system.rst1254 …and creates the libraries for each component, which are accessible using aliases in the form idf::…
1255 These aliases can be used to link the components to the user's own targets, either libraries or exe…