Home
last modified time | relevance | path

Searched refs:format (Results 101 – 125 of 530) sorted by relevance

12345678910>>...22

/Zephyr-latest/subsys/net/lib/lwm2m/
DREADME_lwm2m6 SenML CBOR content format support takes advantage of the Zcbor library's capability of generating
24 …s by committing the un-patched changes (i.e. up to and including the clang-format), and the running
33 git format-patch --stdout HEAD~1.. > lwm2m_senml_cbor.patch
Dlwm2m_rw_plain_text.h53 const char *format, ...);
/Zephyr-latest/doc/services/
Dformatted_output.rst6 Applications as well as Zephyr itself requires infrastructure to format
18 The :c:func:`cbprintf` public APIs convert C99 format strings and
21 providing support for almost all C99 format specifications. Existing
50 is deferred. In that case, a state (format string and arguments) must be captured.
51 Such state forms a self-contained package which contains format string and
53 part of a format string (format string or any ``%s`` argument). Package primary
80 method scans format string and based on detected format specifiers builds the
91 to the format string and it is not always possible thus it is recommended to
114 Cbprintf package format
169 things the ``%n`` specifier, most format flags, precision control, and
[all …]
/Zephyr-latest/scripts/release/
Dbug_bash.py39 'end date {} is before start date {}'.format(args.end, args.start))
157 msg = "Given Date ({0}) not valid! Expected format, YYYY-MM-DD!".format(arg_date_str)
165 print('{}\t{}'.format(score, user))
179 print('{}\t{}\t{}'.format(
/Zephyr-latest/tests/drivers/build_all/display/
Dapp.overlay41 pixel-format = <0>;
133 pixel-format = <16>;
179 pixel-format = <0>;
200 pixel-format = <0>;
212 pixel-format = <0>;
225 pixel-format = <0>;
239 pixel-format = <0>;
250 pixel-format = <0>;
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/
Dst_b_lcd40_dsi1_mb1166.overlay32 pixel-format = <MIPI_DSI_PIXFMT_RGB888>;
41 pixel-format = <PANEL_PIXEL_FORMAT_RGB_888>;
Dst_b_lcd40_dsi1_mb1166_a09.overlay32 pixel-format = <MIPI_DSI_PIXFMT_RGB888>;
41 pixel-format = <PANEL_PIXEL_FORMAT_RGB_888>;
/Zephyr-latest/tests/lib/sprintf/src/
Dmain.c84 static int WriteFrmtd_vf(FILE *stream, char *format, ...) in WriteFrmtd_vf() argument
89 va_start(args, format); in WriteFrmtd_vf()
90 ret = vfprintf(stream, format, args); in WriteFrmtd_vf()
396 int tvsnprintf(char *s, size_t len, const char *format, ...) in tvsnprintf() argument
401 va_start(vargs, format); in tvsnprintf()
402 r = vsnprintf(s, len, format, vargs); in tvsnprintf()
452 int tvsprintf(char *s, const char *format, ...) in tvsprintf() argument
457 va_start(vargs, format); in tvsprintf()
458 r = vsprintf(s, format, vargs); in tvsprintf()
833 static int WriteFrmtd_v(char *format, ...) in WriteFrmtd_v() argument
[all …]
/Zephyr-latest/scripts/
Dzephyr_module.py226 .format(module_yml.as_posix(), e))
249 .format(meta['name'],
257 .format(module_yml.as_posix(), cmake_setting))
263 .format(meta['name'],
268 .format(meta['name'],
280 .format(meta['name'],
288 .format(module_yml.as_posix(), cmake_setting))
297 .format(meta['name'],
302 .format(meta['name'],
398 .format(module_yml, kconfig_setting))
[all …]
Dlist_hardware.py220 .format(archs_yml.as_posix(), e))
280 info = args.cmakeformat.format(
293 info = args.format.format(
311 info = args.cmakeformat.format(
318 info = args.format.format(
/Zephyr-latest/scripts/west_commands/
Dsign.py160 'no such build directory {}'.format(build_dir))
163 'directory'.format(build_dir))
176 format(build_dir))
186 format(build_dir))
268 command.inf('partition offset: {0} (0x{0:x})'.format(addr))
269 command.inf('partition size: {0} (0x{0:x})'.format(size))
270 command.inf('rom start offset: {0} (0x{0:x})'.format(vtoff))
328 False, "build .config is missing a {} value".format(item))
392 'DT flash device write-block-size {}'.format(align))
406 cmd.die('expected nonzero slot size for {}'.format(slot_key))
[all …]
Dshields.py85 self.inf(args.format.format(name=shield.name, dir=shield.dir))
/Zephyr-latest/include/zephyr/drivers/sensor/
Dadltc2990.h39 enum adltc2990_acquisition_format format);
/Zephyr-latest/scripts/west_commands/tests/
Dtest_dfu_util.py18 TEST_PID_RES = '-d,{}'.format(TEST_PID)
25 TEST_DCFG_OPT_RES = '{}:{}'.format(hex(TEST_DFUSE_ADDR), TEST_DFUSE_OPTS)
27 TEST_DCFG_NOPT_RES = '{}:'.format(hex(TEST_DFUSE_ADDR))
66 return 'exe={},alt={},dfuse_config={},img={}'.format(*tc)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcmakecache.py102 return fmt.format(self.name, self.value)
144 raise RuntimeError(msg.format(value, type(value)))
157 raise TypeError(msg.format(type(entry), entry))
/Zephyr-latest/drivers/display/
DKconfig.sdl17 prompt "Default pixel format"
20 Default pixel format to be used by the display
60 This applies when the pixel format is MONO01/MONO10.
Ddisplay_mcux_dcnano_lcdif.c134 switch (data->fb_config.format) { in mcux_dcnano_lcdif_get_capabilities()
184 data->fb_config.format = kLCDIF_PixelFormatRGB565; in mcux_dcnano_lcdif_set_pixel_format()
188 data->fb_config.format = kLCDIF_PixelFormatXRGB8888; in mcux_dcnano_lcdif_set_pixel_format()
222 ret = mcux_dcnano_lcdif_set_pixel_format(dev, data->fb_config.format); in mcux_dcnano_lcdif_init()
296 .format = DT_INST_PROP(n, pixel_format), \
336 .format = DT_INST_ENUM_IDX(n, data_bus_width), \
/Zephyr-latest/drivers/mipi_dsi/
DKconfig.mcux32 Swap 16 byte color data from little to big endian format. When
34 format, which will then be byte swapped.
/Zephyr-latest/samples/drivers/can/babbling/
DKconfig25 bool "Send CAN FD format frames"
28 Babbling node sends CAN FD format frames.
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/
Dsmp_test_util.h19 bool create_mcumgr_format_packet(zcbor_state_t *zse, const uint8_t *format, uint8_t *buffer,
/Zephyr-latest/scripts/coccinelle/
Dreserved_names.cocci47 msg = "WARNING: Violation to rule 21.2 (Should not used a reserved identifier) - {}".format(v)
66 msg = "WARNING: Violation to rule 21.2 (Should not used a reserved identifier) - {}".format(v)
88 msg = "WARNING: Violation to rule 21.2 (Should not used a reserved identifier) - {}".format(v)
/Zephyr-latest/tests/drivers/display/display_read_write/
Dadafruit_2_8_tft_touch_rgb565.overlay10 pixel-format = <ILI9XXX_PIXEL_FORMAT_RGB565>;
/Zephyr-latest/tests/subsys/mgmt/mcumgr/smp_version/src/
Dsmp_test_util.h19 bool create_mcumgr_format_packet(zcbor_state_t *zse, const uint8_t *format, uint8_t *buffer,
/Zephyr-latest/doc/_extensions/zephyr/
Dapplication.py155 paragraph += nodes.Text(tool_comment.format('west'))
165 paragraph += nodes.Text(tool_comment.format(
221 build_dir_formatted = build_dir_fmt.format(app=app_name, board=board, source_dir=app)
316 content.append(os_comment.format('Linux/macOS'))
321 content.append(os_comment.format('Windows'))
365 snippet_args = ' -DSNIPPET="{}"'.format(';'.join(snippets)) if snippets else ''
366 shield_args = ' -DSHIELD="{}"'.format(';'.join(shield)) if shield else ''
/Zephyr-latest/samples/subsys/logging/logger/src/
Dext_log_system.h25 const char *format, ...);

12345678910>>...22