Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-2.7.6/tools/
Didf.py325 def __init__(self, scope=None): argument
326 if scope is None:
328 elif isinstance(scope, str) and scope in self.SCOPES:
329 self._scope = scope
330 elif isinstance(scope, Scope):
331 self._scope = str(scope)
333 raise FatalError('Unknown scope for option: %s' % scope)
348 def __init__(self, scope=None, deprecated=False, hidden=False, **kwargs): argument
364 self.scope = Scope(scope)
374 if self.scope.is_global:
[all …]
/hal_espressif-2.7.6/components/log/
DREADME.rst50 To override default verbosity level at file or component scope, define the ``LOG_LOCAL_LEVEL`` macr…
52 At file scope, define it before including ``esp_log.h``, e.g.:
59 At component scope, define it in the component makefile:
/hal_espressif-2.7.6/tools/ci/python_packages/ttfw_idf/
DDebugUtils.py73 scope=None)
105 scope=None)
/hal_espressif-2.7.6/components/ulp/
DREADME.rst23scope will cause the compiler to produce an "initializer element is not constant" error. To fix th…
/hal_espressif-2.7.6/docs/en/api-reference/provisioning/
Dprotocomm.rst69 * throughout the scope of protocomm endpoint. This need not be static,
84 /* Private data passed to the endpoint must be valid throughout the scope
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h1063 UINT8 scope; member
1085 UINT8 scope; member
1105 UINT8 scope; member
1115 UINT8 scope; member
/hal_espressif-2.7.6/tools/cmake/
Dbuild.cmake251 # those set properties to variables in the scope the output file is included in.
454 # All targets built under this scope is with the ESP-IDF build system
/hal_espressif-2.7.6/examples/system/unit_test/
DREADME.md13 …y, unity_fixture.h, to declare and execute the tests. However this is out scope of the current exa…
/hal_espressif-2.7.6/components/esptool_py/
DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/hal_espressif-2.7.6/tools/windows/tool_setup/
Dlicense.txt90 covered by this License; they are outside its scope. The act of
149 the scope of this License.
/hal_espressif-2.7.6/docs/en/api-guides/
Dlinker-script-generation.rst510 With ``-fdata-sections``, for global scope data the compiler predictably emits either ``.data.{var_…
511 However, this is not the case for static data declared in function scope, as the generated section …
Dapp_trace.rst157 …ince format of data is defined by user the processing stage is out of the scope of this document. …
Dbuild-system.rst1168 …properties>` *property* and store it in *var* accessible from the current scope. Specifying *GENER…
1268 …roperties>`, *property* and store it in *var* accessible from the current scope. Specifying *GENER…
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/
Dmcpwm.rst45 The scope of configuration depends on the motor type, in particular how many outputs and inputs are…
/hal_espressif-2.7.6/components/freertos/port/xtensa/
Dreadme_xtensa.txt498 file-scope labels inside functions (all labels inside functions begin with
/hal_espressif-2.7.6/components/freertos/
DHistory.txt88 + Reverted moving some variables from file to function scope as doing so