Home
last modified time | relevance | path

Searched refs:declaration (Results 1 – 25 of 36) sorted by relevance

12

/Zephyr-latest/scripts/coccinelle/
Dfind_functions.cocci70 // Insert function declaration
/Zephyr-latest/doc/services/portability/posix/implementation/
Dindex.rst76 :ref:`System Call <syscalls>` is needed as part of the implementation, the declaration and the
/Zephyr-latest/doc/services/smf/
Dindex.rst80 /* Forward declaration of state table */
181 /* Forward declaration of state table */
289 /* Forward declaration of state table */
410 /* Forward declaration of state table */
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dgatt.rst8 registration and attribute declaration.
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dimplementation.rst110 The header file that contains this declaration must be included in any compilation units that need …
120 …you are using :c:macro:`CONN_MGR_CONN_DECLARE_PUBLIC`, declare this type alongside the declaration:
147 …Your context pointer type declaration must use the same name as your implementation declaration, b…
Dmain.rst235 …(see :ref:`conn_mgr_impl_binding`), and can be thought of as an extension of the iface declaration.
/Zephyr-latest/cmake/compiler/
Dcompiler_flags_template.cmake38 # Compiler property that will issue error if a declaration does not specify a type
/Zephyr-latest/doc/develop/api/
Ddesign_guidelines.rst84 structure or union declaration. This reduces memory use for
/Zephyr-latest/cmake/compiler/iar/
Dcompiler_flags.cmake74 # Compiler property that will issue error if a declaration does not specify a type
/Zephyr-latest/arch/riscv/
DKconfig121 - SOC_ISR_STACKING_ESF_DECLARE: structure declaration for the ESF
180 allocate space for. The last such declaration should not
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst27 If your library or application needed this, you may start getting an "implicit declaration"
489 * The Bluetooth Mesh ``model`` declaration has been changed to add prefix ``const``.
493 * The Bluetooth Mesh ``element`` declaration has been changed to add prefix ``const``.
Drelease-notes-1.9.rst261 * ``ZEP-2265`` - stack declaration macros for ARM MPU
Dmigration-guide-3.7.rst709 * The model metadata pointer declaration of :c:struct:`bt_mesh_model` has been changed
714 * The model metadata pointer declaration of :c:struct:`bt_mesh_model` has been changed
Dmigration-guide-3.5.rst179 compatible declaration. You may update an existing sh1106 node to change the
Dmigration-guide-4.0.rst108 If a removed variant is strictly needed, add your own forward declaration in your code.
Drelease-notes-1.7.rst387 * ``ZEP-1616`` - Mix up between "network address" and "socket address" concepts in declaration of n…
Drelease-notes-1.11.rst262 * :github:`3809` - Build warnings [-Wimplicit-function-declaration] with LLVM/icx (tests/drivers/pc…
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/
Dxtensa-cavs-linker.ld399 * this in the section declaration below because we're also changing
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dace-link.ld496 * this in the section declaration below because we're also changing
/Zephyr-latest/doc/kernel/data_structures/
Dring_buffers.rst60 single static declaration exist for convenience.
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst478 The local isr declaration parser uses different approach to construct
598 is called local isr declaration.
/Zephyr-latest/doc/project/
Ddev_env_and_tools.rst226 operator: the first is misidentified as a pointer type declaration
/Zephyr-latest/doc/kernel/drivers/
Dindex.rst89 Wrap a driver API declaration to assign it to its respective linker section.
/Zephyr-latest/
D.ruff-excludes.toml85 "UP009", # https://docs.astral.sh/ruff/rules/utf8-encoding-declaration
101 "UP009", # https://docs.astral.sh/ruff/rules/utf8-encoding-declaration
109 "UP009", # https://docs.astral.sh/ruff/rules/utf8-encoding-declaration
1330 "UP009", # https://docs.astral.sh/ruff/rules/utf8-encoding-declaration
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst356 …- A compatible declaration shall be visible when an object or function with external linkage is d…
752 - The declaration of an array parameter shall not contain the static keyword between the [ ]

12