Home
last modified time | relevance | path

Searched refs:formatted (Results 1 – 25 of 41) sorted by relevance

12

/Zephyr-latest/tests/net/lib/prometheus/formatter/src/
Dmain.c31 char formatted[MAX_BUFFER_SIZE] = { 0 }; in ZTEST() local
58 ret = prometheus_format_exposition(&test_custom_collector, formatted, sizeof(formatted)); in ZTEST()
61 zassert_equal(strcmp(formatted, exposed), 0, in ZTEST()
63 exposed, formatted); in ZTEST()
/Zephyr-latest/subsys/bluetooth/services/
DKconfig.cts12 bool "Helper APIs to encode and decode CTS formatted time"
/Zephyr-latest/tests/lib/cbprintf_fp/
DREADME.txt4 This ensures that formatted output to the console works as expected with
/Zephyr-latest/doc/develop/languages/c/
Dminimal_libc.rst29 The minimal libc does not implement its own formatted output processor;
30 instead, it maps the C standard formatted output functions such as ``printf``
32 C99-compatible formatted output implementation.
Dindex.rst41 example, the :c:func:`cbprintf` component, used as the default formatted output
78 C defines standard formatted output functions such as ``printf`` and
83 selecting the formatted output modes and capabilities. Refer to each C standard
Dpicolibc.rst90 Picolibc supports all standard C formatted input and output functions,
94 Picolibc formatted input and output function implementation supports
108 When using Picolibc, Zephyr formatted output functions are
Dnewlib.rst64 Newlib supports all standard C formatted input and output functions, including
67 The Newlib formatted input and output function implementation supports all
/Zephyr-latest/subsys/logging/
DKconfig.formatting177 When enabled timestamp is formatted.
187 When enabled timestamp is formatted to hh:mm:ss.ms,us.
193 When enabled timestamp is formatted to YYYY-MM-DD hh:mm:ss.ms,us.
199 When enabled timestamp is formatted to YYYY-MM-DDThh:mm:ss,ffffffZ.
DKconfig.processing14 The messages are formatted in place and logged unconditionally.
/Zephyr-latest/doc/services/
Dformatted_output.rst10 and memory may not be available to store the formatted output.
48 Typically, strings are formatted synchronously when a function from ``printf``
63 formatted from such package as long as there is access to read-only string
68 formatted from such package without any external data.
71 it may contain read-only string location information. String can be formatted
/Zephyr-latest/cmake/
Dverify-toolchain.cmake11 # FORMAT=json: Print the output as a json formatted string, useful for Python
/Zephyr-latest/samples/subsys/tracing/
DREADME.rst4 Send tracing formatted packet to the host with supported backends.
7 formatted packet will be sent to the host with the currently supported tracing
/Zephyr-latest/samples/subsys/fs/fs_sample/
DREADME.rst18 This project requires SD card support and microSD card formatted with proper file system
70 In case when mount fails the device may get re-formatted to FAT FS.
/Zephyr-latest/doc/services/file_system/
Dindex.rst56 formatted to LittleFS;
/Zephyr-latest/samples/drivers/ipm/ipm_mhu_dual_core/
DREADME.rst46 A third-party tool (srecord) is used to generate the Intel formatted hex image.
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs126 /* using HTML since element content is pre-formatted */
161 /* using HTML since default content may be pre-formatted */
176 /* using HTML since default content may be pre-formatted */
/Zephyr-latest/doc/connectivity/networking/api/
Dtls_credentials_shell.rst255 - To install DER-formatted X.509 certificates (or other raw-binary credentials, such as non-printab…
256 - To install PEM-formatted X.509 certificates or certificate chains, base64 encode the full PEM str…
/Zephyr-latest/boards/digilent/zybo/doc/
Dindex.rst101 ``u-boot/spl/boot.bin``, ``u-boot/u-boot.img``, and ``zephyr/zephyr.bin`` to a FAT32 formatted
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/
DREADME.rst28 counter value is read, and its value formatted as the date, time, day of
/Zephyr-latest/doc/hardware/porting/
Dshields.rst8 In Zephyr, the shield feature provides Zephyr-formatted shield
/Zephyr-latest/subsys/tracing/
DKconfig124 TRACING_SYNC is enabled, the buffer is used to hold the formatted data.
/Zephyr-latest/doc/services/logging/
Dindex.rst177 formatted to *hh:mm:ss:mmm,uuu*. Otherwise is printed in raw format.
402 formatted string details (see :ref:`cbprintf_packaging`) and optional data.
686 Example message formatted using :c:func:`log_output_msg_process`.
699 messages in binary format. This binary format encodes arguments to formatted
/Zephyr-latest/subsys/fs/
DKconfig.fatfs49 When this option is disabled, disk needs to be FAT formatted
/Zephyr-latest/subsys/shell/
DKconfig204 Enables shell functions for printing formatted help message.
/Zephyr-latest/samples/subsys/usb/mass/
DREADME.rst114 a SD card formatted with FAT filesystem.

12