Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 217) sorted by relevance

123456789

/Zephyr-Core-2.7.6/subsys/testsuite/coverage/
Dcoverage.c96 iter_2 < info->functions[iter]->ctrs->num; in calculate_buff_size()
120 struct gcov_fn_info *functions; in populate_buffer() local
144 functions = info->functions[iter_functions]; in populate_buffer()
157 functions->ident); in populate_buffer()
161 functions->lineno_checksum); in populate_buffer()
165 functions->cfg_checksum); in populate_buffer()
167 counters_per_func = functions->ctrs; in populate_buffer()
Dcoverage.h96 struct gcov_fn_info **functions; /* function information */ member
/Zephyr-Core-2.7.6/subsys/timing/
DKconfig8 When enabled, timing related functions are compiled. This is
15 Hidden option to indicate that timing functions need to be
19 to use timing functions.
/Zephyr-Core-2.7.6/arch/arm/core/aarch32/cortex_m/tz/
DKconfig32 bool "Secure Firmware has Secure Entry functions"
36 Secure Entry functions that may be called from
37 Non-Secure state. Secure Entry functions must be
58 bool "Non-Secure Firmware uses Secure Entry functions"
62 Entry functions provided by the Secure Firmware. The Secure
63 Firmware must be configured to provide these functions.
73 Firmware that contains secure entry functions, and allows
/Zephyr-Core-2.7.6/doc/guides/build/kconfig/
Dpreprocessor-functions.rst1 .. _kconfig-functions:
6 Kconfiglib supports custom Kconfig preprocessor functions written in Python.
7 These functions are defined in
15 Most of the custom preprocessor functions are used to get devicetree
22 The functions listed below are used to get devicetree information into Kconfig.
/Zephyr-Core-2.7.6/doc/reference/peripherals/
Dentropy.rst9 The entropy API provides functions to retrieve entropy values from
12 suitable to be used as random number generation functions.
Dpeci.rst12 perform processor manageability functions, and manage processor interface
/Zephyr-Core-2.7.6/doc/reference/timing_functions/
Dindex.rst6 The timing functions can be used to obtain execution time of
9 Please note that the timing functions may use a different timer
16 To allow using the timing functions, :kconfig:`CONFIG_TIMING_FUNCTIONS`
50 This shows an example on how to use the timing functions:
/Zephyr-Core-2.7.6/doc/reference/networking/
Dethernet_mgmt.rst13 Ethernet management API provides functions to manage the Ethernet
14 network interface low level status. The caller of these functions can:
Dip_4_6.rst13 Miscellaneous defines and helper functions for IP addresses and IP protocols.
Dsockets.rst36 default exposed as functions with ``zsock_`` prefix, e.g.
38 :kconfig:`CONFIG_NET_SOCKETS_POSIX_NAMES` is defined, all the functions
40 functions like ``close()`` and ``fcntl()`` (which may conflict with
41 functions in libc or other libraries, for example, with the filesystem
67 communication. Secure functions for the implementation are provided by
Dwebsocket.rst51 BSD socket API functions can be used to send and receive application data.
61 If normal BSD socket functions are used, then currently only TEXT data
/Zephyr-Core-2.7.6/soc/nios2/nios2f-zephyr/cpu/
Dghrd_10m50da.qpf4 # Your use of Altera Corporation's design tools, logic functions
6 # functions, and any output files from any of the foregoing
/Zephyr-Core-2.7.6/cmake/compiler/arcmwdt/
Dtarget.cmake47 # The MWDT compiler can replace some code with call to builtin functions.
48 # We can't rely on these functions presence if we don't use MWDT libc.
50 # manually call __builtin_** functions even if we specify it.
/Zephyr-Core-2.7.6/doc/reference/util/
Dindex.rst7 miscellaneous utility functions and macros.
/Zephyr-Core-2.7.6/doc/reference/bluetooth/mesh/
Dmsg.rst6 The Bluetooth mesh message provides set of structures, macros and functions used
/Zephyr-Core-2.7.6/tests/lib/mem_alloc/
DREADME.txt1 Title: Kernel Access to Dynamic Memory Allocation functions provided by
6 This test verifies kernel access to the dynamic memory allocation functions
/Zephyr-Core-2.7.6/doc/reference/misc/
Dnotify.rst6 Zephyr APIs often include :ref:`api_term_async` functions where an
11 and power rails may need to be invoked before kernel functions are
Dformatted_output.rst20 callback mechanism, replacing the original internal functions and
35 :kconfig:`CONFIG_CBPRINTF_LIBC_SUBSTS` can be used to provide functions
36 that behave like standard libc functions but use the selected cbprintf
55 va_list stack frame thus standard formatting functions are used to process a
125 functions like ``printf`` or ``snprintf`` is limited. Among other
/Zephyr-Core-2.7.6/scripts/
Drequirements-build-test.txt20 # used for mocking functions in pytest
/Zephyr-Core-2.7.6/scripts/coccinelle/
Dfind_dev_usage.cocci5 // variable are being used in zephyr functions and, if it's being in place
7 // If it's being used on an unknown functions from an external module such
Dfind_functions.cocci8 // declared zephyr functions. It will store each function name in 2
10 // and one for all the other functions. It will store the positions
/Zephyr-Core-2.7.6/doc/guides/portability/
Dindex.rst7 encapsulate common system functions offered by any operating system.
/Zephyr-Core-2.7.6/lib/gui/lvgl/
DKconfig.feature82 Use the functions and types from the older API if possible
87 Use the functions and types from the older API if possible
/Zephyr-Core-2.7.6/modules/
DKconfig.mcuboot_bootutil7 Enable MCUboot utility library which implements functions

123456789