Searched refs:declaration (Results 1 – 25 of 36) sorted by relevance
12
/Zephyr-latest/scripts/coccinelle/ |
D | find_functions.cocci | 70 // Insert function declaration
|
/Zephyr-latest/doc/services/portability/posix/implementation/ |
D | index.rst | 76 :ref:`System Call <syscalls>` is needed as part of the implementation, the declaration and the
|
/Zephyr-latest/doc/services/smf/ |
D | index.rst | 80 /* 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/ |
D | gatt.rst | 8 registration and attribute declaration.
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | implementation.rst | 110 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…
|
D | main.rst | 235 …(see :ref:`conn_mgr_impl_binding`), and can be thought of as an extension of the iface declaration.
|
/Zephyr-latest/cmake/compiler/ |
D | compiler_flags_template.cmake | 38 # Compiler property that will issue error if a declaration does not specify a type
|
/Zephyr-latest/doc/develop/api/ |
D | design_guidelines.rst | 84 structure or union declaration. This reduces memory use for
|
/Zephyr-latest/cmake/compiler/iar/ |
D | compiler_flags.cmake | 74 # Compiler property that will issue error if a declaration does not specify a type
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig | 121 - SOC_ISR_STACKING_ESF_DECLARE: structure declaration for the ESF 180 allocate space for. The last such declaration should not
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.6.rst | 27 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``.
|
D | release-notes-1.9.rst | 261 * ``ZEP-2265`` - stack declaration macros for ARM MPU
|
D | migration-guide-3.7.rst | 709 * 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
|
D | migration-guide-3.5.rst | 179 compatible declaration. You may update an existing sh1106 node to change the
|
D | migration-guide-4.0.rst | 108 If a removed variant is strictly needed, add your own forward declaration in your code.
|
D | release-notes-1.7.rst | 387 * ``ZEP-1616`` - Mix up between "network address" and "socket address" concepts in declaration of n…
|
D | release-notes-1.11.rst | 262 * :github:`3809` - Build warnings [-Wimplicit-function-declaration] with LLVM/icx (tests/drivers/pc…
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/ |
D | xtensa-cavs-linker.ld | 399 * this in the section declaration below because we're also changing
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | ace-link.ld | 496 * this in the section declaration below because we're also changing
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | ring_buffers.rst | 60 single static declaration exist for convenience.
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 478 The local isr declaration parser uses different approach to construct 598 is called local isr declaration.
|
/Zephyr-latest/doc/project/ |
D | dev_env_and_tools.rst | 226 operator: the first is misidentified as a pointer type declaration
|
/Zephyr-latest/doc/kernel/drivers/ |
D | index.rst | 89 Wrap a driver API declaration to assign it to its respective linker section.
|
/Zephyr-latest/ |
D | .ruff-excludes.toml | 85 "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/ |
D | index.rst | 356 …- 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