/Zephyr-latest/subsys/testsuite/coverage/ |
D | coverage.c | 119 iter_2 < info->functions[iter]->ctrs->num; in gcov_calculate_buff_size() 142 struct gcov_fn_info *functions; in gcov_populate_buffer() local 172 functions = info->functions[iter_functions]; in gcov_populate_buffer() 185 functions->ident); in gcov_populate_buffer() 189 functions->lineno_checksum); in gcov_populate_buffer() 193 functions->cfg_checksum); in gcov_populate_buffer() 195 counters_per_func = functions->ctrs; in gcov_populate_buffer() 237 struct gcov_fn_info *functions; in gcov_reset_counts() local 247 functions = info->functions[iter_functions]; in gcov_reset_counts() 248 counters_per_func = functions->ctrs; in gcov_reset_counts()
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp.c | 80 if (smpt->functions.ud_copy) { in smp_alloc_rsp() 81 smpt->functions.ud_copy(rsp_nb, req_nb); in smp_alloc_rsp() 99 if (smpt->functions.ud_free) { in smp_free_buf() 100 smpt->functions.ud_free(net_buf_user_data((struct net_buf *)buf)); in smp_free_buf() 146 __ASSERT((smpt->functions.output != NULL), in smp_transport_init() 149 if (smpt->functions.output == NULL) { in smp_transport_init() 218 if (zst->functions.query_valid_check == NULL) { in smp_rx_remove_invalid() 234 if (!zst->functions.query_valid_check(nb, arg)) { in smp_rx_remove_invalid()
|
D | smp_uart.c | 100 smp_uart_transport.functions.output = smp_uart_tx_pkt; in smp_uart_init() 101 smp_uart_transport.functions.get_mtu = smp_uart_get_mtu; in smp_uart_init()
|
D | smp_udp.c | 390 smp_udp_configs.ipv4.smp_transport.functions.output = smp_udp4_tx; in smp_udp_start() 391 smp_udp_configs.ipv4.smp_transport.functions.get_mtu = smp_udp_get_mtu; in smp_udp_start() 392 smp_udp_configs.ipv4.smp_transport.functions.ud_copy = smp_udp_ud_copy; in smp_udp_start() 412 smp_udp_configs.ipv6.smp_transport.functions.output = smp_udp6_tx; in smp_udp_start() 413 smp_udp_configs.ipv6.smp_transport.functions.get_mtu = smp_udp_get_mtu; in smp_udp_start() 414 smp_udp_configs.ipv6.smp_transport.functions.ud_copy = smp_udp_ud_copy; in smp_udp_start()
|
/Zephyr-latest/subsys/timing/ |
D | Kconfig | 8 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-latest/arch/arm/core/cortex_m/tz/ |
D | Kconfig | 32 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-latest/drivers/sensor/st/vl53l1x/ |
D | vl53l1_platform_log.h | 114 uint32_t functions); 179 #define _LOG_SET_TRACE_FUNCTIONS(functions)\ argument 180 VL53L1_set_trace_functions(functions) 195 #define _LOG_SET_TRACE_FUNCTIONS(functions) argument
|
/Zephyr-latest/drivers/w1/ |
D | CMakeLists.txt | 11 # drivers implementing link functions (read, write, reset) 21 # network functions: 23 # network functions should be callable from user as well as supervisor mode:
|
/Zephyr-latest/doc/build/kconfig/ |
D | preprocessor-functions.rst | 1 .. _kconfig-functions: 6 Kconfiglib supports custom Kconfig preprocessor functions written in Python. 7 These functions are defined in 17 Most of the custom preprocessor functions are used to get devicetree 24 The functions listed below are used to get devicetree information into Kconfig. 78 Integer functions 81 The functions listed below can be used to do arithmetic operations 97 String functions 100 The functions listed below can be used to modify string variables. 108 Other functions
|
/Zephyr-latest/lib/libc/minimal/ |
D | Kconfig | 7 bool "Non-reentrant functions" 11 Enable non-reentrant functions that make use of the globals; e.g. 24 bool "Use size optimized string functions" 31 bool "Rand and srand functions" 39 bool "Time functions" 64 symbols are still present, but the functions produce an empty
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | entropy.rst | 9 The entropy API provides functions to retrieve entropy values from 12 suitable to be used as random number generation functions.
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/smp_client/src/ |
D | smp_transport_stub.c | 44 smpt_test.functions.output = smp_uart_tx_pkt; in stub_smp_client_transport_register() 45 smpt_test.functions.get_mtu = smp_uart_get_mtu; in stub_smp_client_transport_register()
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.mem | 25 https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/V2_chap02.html 35 https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/V2_chap02.html 46 https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/V2_chap02.html 57 https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/V2_chap02.html 68 https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/V2_chap02.html
|
D | Kconfig.sync_io | 13 https://pubs.opengroup.org/onlinepubs/9699919799/functions/fsync.html 24 https://pubs.opengroup.org/onlinepubs/9699919799/functions/msync.html 25 https://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html
|
/Zephyr-latest/drivers/firmware/scmi/ |
D | Kconfig | 7 bool "Helper functions for SCMI clock protocol" 11 Enable support for SCMI clock protocol helper functions. 24 bool "Helper functions for SCMI pinctrl protocol" 29 Enable support for SCMI pinctrl protocol helper functions.
|
/Zephyr-latest/doc/develop/languages/c/ |
D | common_libc.rst | 6 Zephyr provides some C library functions that are designed to be used in 7 conjunction with multiple C libraries. These either provide functions not 27 management interface functions such as :c:func:`malloc` and :c:func:`free`. 44 The standard dynamic memory management interface functions implemented by 46 multiple threads. These functions are implemented in
|
D | picolibc.rst | 17 Zephyr implements the “API hook” functions that are invoked by the C 18 standard library functions in the Picolibc. These hook functions are 24 .. _`POSIX 2018 (IEEE Std 1003.1-2017)`: https://pubs.opengroup.org/onlinepubs/9699919799/functions… 34 functions. Because the standard C++ library must be compiled for the 90 Picolibc supports all standard C formatted input and output functions, 108 When using Picolibc, Zephyr formatted output functions are 119 from Picolibc results as the cbprintf functions are not completely 127 versions of the Bessel functions.
|
D | index.rst | 10 the C language. All Zephyr API functions and macros are implemented in C and 31 * inline functions 78 C defines standard formatted output functions such as ``printf`` and 79 ``sprintf`` and these functions are implemented by the C standard 92 :c:func:`malloc` and :c:func:`free`) and these functions are implemented by the 100 functions (for example, :c:func:`sbrk`) implemented in :file:`libc-hooks.c`. 118 C standard dynamic memory management interface functions such as
|
/Zephyr-latest/doc/kernel/timing_functions/ |
D | index.rst | 6 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:option:`CONFIG_TIMING_FUNCTIONS` 50 This shows an example on how to use the timing functions:
|
/Zephyr-latest/modules/lz4/ |
D | Kconfig | 26 Disable lz4 functions that use dynamic memory allocation functions. 29 prompt "How stateless compression functions allocate memory for their hash table" 53 prompt "How stateless HC compression functions allocate memory for their workspace"
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ethernet_mgmt.rst | 13 Ethernet management API provides functions to manage the Ethernet 14 network interface low level status. The caller of these functions can:
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/ |
D | Kconfig | 5 bool "Test also deprecated functions"
|
/Zephyr-latest/doc/kernel/util/ |
D | index.rst | 7 miscellaneous utility functions and macros.
|
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/ |
D | ghrd_10m50da.qpf | 4 # Your use of Altera Corporation's design tools, logic functions 6 # functions, and any output files from any of the foregoing
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/ |
D | smp_stub.c | 108 smpt_test.functions.output = smp_uart_tx_pkt; in stub_smp_client_transport_register() 109 smpt_test.functions.get_mtu = smp_uart_get_mtu; in stub_smp_client_transport_register()
|