Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/boards/segger/trb_stm32f407/doc/
Dindex.rst9 debuggers. It is not meant for general prototype development because
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig.ipso45 This IPSO object can be used to prototype a sensor.
85 This IPSO object can be used to prototype a sensor.
116 This IPSO object can be used to prototype a sensor.
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake45 -Wno-deprecated-non-prototype
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst29 * A **C prototype** prefixed with :c:macro:`__syscall` for the API. It
31 ``SYSCALL_INCLUDE_DIRS`` directory. This prototype is never implemented
51 The C prototype represents how the API is invoked from either user or
62 The :ref:`parse_syscalls.py` script does some parsing of the function prototype,
74 * :c:macro:`__syscall` must be the first thing in the prototype.
92 C prototype functions must be declared in one of the directories
194 prototype for the implementation function is also automatically generated.
224 a return type of API prototype declaration. This means that 64-bit value may
245 declared in some C file. There is no prototype needed for implementation
/Zephyr-latest/boards/silabs/radio_boards/slwrb4321a/doc/
Dindex.rst14 consumption of an application or prototype design.
/Zephyr-latest/boards/silabs/starter_kits/slstk3401a/doc/
Dindex.rst14 consumption of an application or prototype design.
/Zephyr-latest/boards/st/stm32l4r9i_disco/doc/
Dindex.rst11 the 32L4R9IDISCOVERY Discovery kit enables users to easily prototype applications with
/Zephyr-latest/boards/silabs/starter_kits/efm32wg_stk3800/doc/
Dindex.rst14 consumption of an application or prototype design.
/Zephyr-latest/boards/silabs/starter_kits/slstk3701a/doc/
Dindex.rst14 consumption of an application or prototype design.
/Zephyr-latest/boards/st/b_g474e_dpow1/doc/
Dindex.rst10 interface, helps the user to prototype applications with digital power such as a
/Zephyr-latest/doc/develop/tools/
Dcoccinelle.rst254 explicitly provide the prototype of the complex macro using the
257 The ``<headerfile.h>`` should contain the complete prototype of
264 put its prototype in a header file, say for example ``mymacros.h``.
/Zephyr-latest/boards/silabs/starter_kits/slstk3402a/doc/
Dindex.rst14 consumption of an application or prototype design.
/Zephyr-latest/boards/st/stm32u5a9j_dk/doc/
Dindex.rst12 the STM32U5A9J-DK Discovery kit enables users to easily prototype applications
/Zephyr-latest/samples/subsys/llext/shell_loader/
DREADME.rst170 call_fn :Call extension function with prototype void fn(void). Syntax:
/Zephyr-latest/boards/snps/em_starterkit/doc/
Dindex.rst69 sensors, displays, etc. With the Pmod interface, you can prototype your
/Zephyr-latest/doc/services/smf/
Dindex.rst21 function implements the Exit actions. The prototype for these functions is as
/Zephyr-latest/doc/releases/
Drelease-notes-1.10.rst298 * :github:`3383` - Work up linker-based system call prototype for MPU enabling
Drelease-notes-2.2.rst177 * The callback prototype (clock_control_cb_t) has now additional argument
Drelease-notes-4.0.rst1568 - :github:`80875` stepper_api: incorrect c-prototype stepper.h and absence of NULL check stepper_sh…
Drelease-notes-2.7.rst1709 * :github:`36014` - stm32g050: Missing closing parenthesis for soc prototype
Drelease-notes-3.3.rst2746 - :github:`53873` - Syscall parser creates syscall macro for commented/ifdefed out syscall prototype
/Zephyr-latest/doc/
Dzephyr.doxyfile.in736 # the prototype and the implementation of a member function even if there is
739 # accept a match between prototype and implementation in such cases.
1215 # source code will show a tooltip with additional information such as prototype,
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst342 - Function types shall be in prototype form with named parameters