Home
last modified time | relevance | path

Searched full:formatting (Results 1 – 25 of 73) sorted by relevance

123

/Zephyr-latest/include/zephyr/logging/
Dlog_output_custom.h16 /** @brief Custom logging output formatting.
34 /** @brief Set the formatting log function that will be applied with LOG_OUTPUT_CUSTOM
58 * @brief Prototype of the function that will apply custom formatting
72 * @param printer The printing function to use when formatting the timestamp.
85 * @param printer The printing function to use when formatting the timestamp.
90 /** @brief Set the timestamp formatting function that will be applied
Dlog_output.h26 /**@defgroup LOG_OUTPUT_FLAGS Log output formatting flags.
38 /** @brief Flag forcing timestamp formatting. */
108 * @param flags Flags used for text formatting options.
159 * @param flags Formatting flags. See @ref LOG_OUTPUT_FLAGS.
/Zephyr-latest/subsys/logging/
DKconfig28 rsource "Kconfig.formatting"
57 Module which provides formatting of log messages to a human-readable
DKconfig.formatting4 menu "Output Formatting"
170 Selected by log backends that supports timestamp formatting.
173 bool "Timestamp formatting in the backend"
204 This formatting is something in the middle between the pure raw format
DKconfig.template.log_format_config31 Custom formatting function can be set externally.
/Zephyr-latest/samples/subsys/fs/fs_sample/
Dprj_ext.conf12 # Enable to allow formatting
/Zephyr-latest/subsys/logging/backends/
DKconfig.xtensa_sim18 string formatting).
DKconfig.rtt63 string formatting).
/Zephyr-latest/cmake/
Dpristine.cmake15 # Making the usage itself a fatal error messes up the formatting when printing.
/Zephyr-latest/
DCONTRIBUTING.rst33 to verify several aspects of the PR including Git commit formatting,
D.ruff-excludes.toml9 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
14 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
18 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
26 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
31 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
41 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
88 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
96 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
129 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
156 "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting
[all …]
/Zephyr-latest/subsys/fs/
DKconfig.fatfs37 bool "Allow formatting volume when mounting fails"
43 If formatting is not needed, disabling this flag will slightly
61 formatting new FAT system to a device.
/Zephyr-latest/doc/services/
Dformatted_output.rst49 family is called. However, there are cases when it is beneficial that formatting
54 content resembles va_list stack frame thus standard formatting functions are
125 to null and before string formatting it is updated to point to the current string
127 formatting since address changes whenever package is copied.
167 :kconfig:option:`CONFIG_CBPRINTF_NANO` formatting with C standard library
/Zephyr-latest/lib/os/
DKconfig.cbprintf22 formatting capability is substituted. This has a much smaller code
67 bool "Floating point formatting in cbprintf"
Dprintk.c175 * printf-like formatting is available.
177 * Available formatting:
/Zephyr-latest/doc/services/file_system/
Dindex.rst27 while formatting or mounting a disk.
/Zephyr-latest/tests/net/lib/prometheus/formatter/src/
Dmain.c59 zassert_ok(ret, "Error formatting exposition data"); in ZTEST()
/Zephyr-latest/include/zephyr/dsp/
Dprint_format.h16 * Extends the existing inttypes headers for print formatting. Usage:
/Zephyr-latest/drivers/dai/intel/hda/
Dhda.c32 /* Digital Audio interface formatting */
/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_mkfs.c38 TC_PRINT("Mount created file system without formatting\n"); in test_fs_mkfs_simple()
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_parser_v1.py110 Python's string formatting"""
137 # formatting modifiers, just ignore
Dlog_parser_v3.py115 Python's string formatting"""
142 # formatting modifiers, just ignore
/Zephyr-latest/scripts/
Dlist_hardware.py286 # common formatting string.
299 # common formatting string.
/Zephyr-latest/samples/subsys/fs/littlefs/
DREADME.rst33 [00:00:00.010,559] <wrn> littlefs: can't mount (LFS -84); formatting
/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h659 * formatting text of unbounded length without incurring the cost of a
662 * All formatting specifiers of C99 are recognized, and most are supported if
688 * formatting text of unbounded length without incurring the cost of a
719 * formatting text of unbounded length without incurring the cost of a
754 * formatting text of unbounded length without incurring the cost of a

123