Searched full:formatting (Results 1 – 25 of 73) sorted by relevance
123
/Zephyr-latest/include/zephyr/logging/ |
D | log_output_custom.h | 16 /** @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
|
D | log_output.h | 26 /**@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/ |
D | Kconfig | 28 rsource "Kconfig.formatting" 57 Module which provides formatting of log messages to a human-readable
|
D | Kconfig.formatting | 4 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
|
D | Kconfig.template.log_format_config | 31 Custom formatting function can be set externally.
|
/Zephyr-latest/samples/subsys/fs/fs_sample/ |
D | prj_ext.conf | 12 # Enable to allow formatting
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.xtensa_sim | 18 string formatting).
|
D | Kconfig.rtt | 63 string formatting).
|
/Zephyr-latest/cmake/ |
D | pristine.cmake | 15 # Making the usage itself a fatal error messes up the formatting when printing.
|
/Zephyr-latest/ |
D | CONTRIBUTING.rst | 33 to verify several aspects of the PR including Git commit formatting,
|
D | .ruff-excludes.toml | 9 "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/ |
D | Kconfig.fatfs | 37 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/ |
D | formatted_output.rst | 49 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/ |
D | Kconfig.cbprintf | 22 formatting capability is substituted. This has a much smaller code 67 bool "Floating point formatting in cbprintf"
|
D | printk.c | 175 * printf-like formatting is available. 177 * Available formatting:
|
/Zephyr-latest/doc/services/file_system/ |
D | index.rst | 27 while formatting or mounting a disk.
|
/Zephyr-latest/tests/net/lib/prometheus/formatter/src/ |
D | main.c | 59 zassert_ok(ret, "Error formatting exposition data"); in ZTEST()
|
/Zephyr-latest/include/zephyr/dsp/ |
D | print_format.h | 16 * Extends the existing inttypes headers for print formatting. Usage:
|
/Zephyr-latest/drivers/dai/intel/hda/ |
D | hda.c | 32 /* Digital Audio interface formatting */
|
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_mkfs.c | 38 TC_PRINT("Mount created file system without formatting\n"); in test_fs_mkfs_simple()
|
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | log_parser_v1.py | 110 Python's string formatting""" 137 # formatting modifiers, just ignore
|
D | log_parser_v3.py | 115 Python's string formatting""" 142 # formatting modifiers, just ignore
|
/Zephyr-latest/scripts/ |
D | list_hardware.py | 286 # common formatting string. 299 # common formatting string.
|
/Zephyr-latest/samples/subsys/fs/littlefs/ |
D | README.rst | 33 [00:00:00.010,559] <wrn> littlefs: can't mount (LFS -84); formatting
|
/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf.h | 659 * 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