Home
last modified time | relevance | path

Searched refs:formatter (Results 1 – 16 of 16) sorted by relevance

/Zephyr-Core-3.5.0/lib/os/
Dcbprintf_packaged.c51 cbvprintf_external_formatter_func formatter, in cbprintf_via_va_list() argument
76 cbvprintf_external_formatter_func formatter, in cbprintf_via_va_list() argument
92 return formatter(out, ctx, fmt, u.ap); in cbprintf_via_va_list()
114 cbvprintf_external_formatter_func formatter, in cbprintf_via_va_list() argument
129 return formatter(out, ctx, fmt, u.ap); in cbprintf_via_va_list()
151 cbvprintf_external_formatter_func formatter, in cbprintf_via_va_list() argument
165 return formatter(out, ctx, fmt, u.ap); in cbprintf_via_va_list()
180 cbvprintf_external_formatter_func formatter, in cbprintf_via_va_list() argument
191 return formatter(out, ctx, fmt, u.ap); in cbprintf_via_va_list()
828 cbvprintf_external_formatter_func formatter, in cbpprintf_external() argument
[all …]
DKconfig.cbprintf18 # nano needs to count characters if it's the formatter for libc
116 using the cbprintf formatter underneath. The wrappers use the C
/Zephyr-Core-3.5.0/scripts/pylib/build_helpers/
Ddomains.py53 formatter = logging.Formatter('%(name)s - %(levelname)s - %(message)s') variable
55 handler.setFormatter(formatter)
/Zephyr-Core-3.5.0/scripts/logging/dictionary/
Ddatabase_gen.py173 formatter = "<"
175 formatter = ">"
179 formatter += "Q"
182 formatter += "L"
185 formatter += "B"
187 datum_size = struct.calcsize(formatter)
211 str_ptr, level = struct.unpack(formatter, datum)
/Zephyr-Core-3.5.0/tests/lib/cbprintf_fp/
DKconfig5 prompt "Select print formatter"
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/
Dtwister_main.py46 formatter = logging.Formatter("%(asctime)s - %(levelname)s - %(message)s")
48 formatter = logging.Formatter("%(levelname)-7s - %(message)s")
53 ch.setFormatter(formatter)
/Zephyr-Core-3.5.0/scripts/west_commands/
Drun_common.py511 formatter = dummy_parser._get_formatter()
520 formatter.start_section('REMOVE ME')
521 formatter.add_text(group.description)
522 formatter.add_arguments(actions)
523 formatter.end_section()
525 runner_help = f'\n{indent}'.join(formatter.format_help().splitlines()[1:])
/Zephyr-Core-3.5.0/scripts/
Drequirements-extras.txt12 # helper for developers - code formatter
/Zephyr-Core-3.5.0/scripts/logging/dictionary/dictionary_parser/
Dlog_parser_v1.py133 formatter = endianness + fmt
136 self.data_types[data_type]['fmt'] = formatter
138 size = struct.calcsize(formatter)
/Zephyr-Core-3.5.0/subsys/logging/
DKconfig.formatting117 Enable support for custom formatter.
180 Enable support for custom formatter for the timestamp.
/Zephyr-Core-3.5.0/doc/services/
Dformatted_output.rst37 formatter rather than pulling in another formatter from libc.
40 the very space-optimized but limited formatter used for :c:func:`printk`
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dcbprintf.h651 cbvprintf_external_formatter_func formatter,
/Zephyr-Core-3.5.0/scripts/release/
Dlist_devicetree_bindings_changes.py440 formatter: Callable[[Binding], str]
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-1.8.rst78 * drivers/sensor: Convert formatter strings to use PRI defines
Drelease-notes-3.3.rst2732 - :github:`53674` - net: lwm2m: senml cbor formatter relying on implementation detail / inconsisten…
/Zephyr-Core-3.5.0/doc/build/dts/
Dtroubleshooting.rst282 It's usually easiest to run a style formatter on the results before opening