Home
last modified time | relevance | path

Searched refs:format (Results 426 – 450 of 530) sorted by relevance

1...<<11121314151617181920>>...22

/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_ag.c326 const char *format, ...) in hfp_ag_send_data() argument
364 va_start(vargs, format); in hfp_ag_send_data()
365 err = vsnprintk((char *)buf->data, (net_buf_tailroom(buf) - 1), format, vargs); in hfp_ag_send_data()
/Zephyr-latest/subsys/bluetooth/services/
DKconfig.dis226 Both in little-endian format.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig190 format option 'b' (will also be returned with all responses by using 'a').
/Zephyr-latest/boards/phytec/reel_board/doc/
Dindex.rst396 third party shields in Arduino UNO R3 format to be connected to the reel board.
456 format. Only shields designed for 3.3V supply voltage are supported.
/Zephyr-latest/
D.ruff-excludes.toml13 "UP030", # https://docs.astral.sh/ruff/rules/format-literals
176 "UP030", # https://docs.astral.sh/ruff/rules/format-literals
202 "UP030", # https://docs.astral.sh/ruff/rules/format-literals
210 "UP030", # https://docs.astral.sh/ruff/rules/format-literals
378 "UP030", # https://docs.astral.sh/ruff/rules/format-literals
537 "UP030", # https://docs.astral.sh/ruff/rules/format-literals
631 "UP030", # https://docs.astral.sh/ruff/rules/format-literals
778 "UP030", # https://docs.astral.sh/ruff/rules/format-literals
789 "UP030", # https://docs.astral.sh/ruff/rules/format-literals
1335 "UP030", # https://docs.astral.sh/ruff/rules/format-literals
[all …]
/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py38 print("{}:{}: WARNING: {}".format(kconf.filename, kconf.linenr, msg))
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h1708 bool format; member
/Zephyr-latest/cmake/
Dmcuboot.cmake90 # Separate extra arguments into the proper format for adding to
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dprovisioning.rst52 The Uniform Resource Identifier shall follow the format specified in the
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py200 logging.basicConfig(format='%(filename)s:%(levelname)s: %(message)s',
/Zephyr-latest/doc/develop/west/
Dbasics.rst80 :ref:`west-manifests` for details on the manifest file format.
/Zephyr-latest/subsys/usb/device/class/audio/
Dusb_audio_internal.h364 struct format_type_i_descriptor format; \
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/
Dmain.c183 while (i < check_data->format->len) { in os_mgmt_info_custom_cmd_callback()
184 if (check_data->format->value[i] == query_test_cmd[0]) { in os_mgmt_info_custom_cmd_callback()
/Zephyr-latest/doc/
Dzephyr.doxyfile.in10 # The format is:
80 # sub-directories (in 2 levels) under the output directory of each output format
338 # using this tag. The format is ext=language, where ext is a file extension, and
341 # VHDL, Fortran (fixed format Fortran: FortranFixed, free formatted Fortran:
359 # according to the Markdown format, which allows for more readable
819 # output files in an output format independent way. To create the layout file
933 # The WARN_FORMAT tag determines the format of the warning messages that Doxygen
936 # and the warning text. Optionally the format may contain $version, which will
1578 # files are now used as the Windows 98 help format, and will replace the old
1579 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
[all …]
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py107 raise ValueError(msg.format(desired))
/Zephyr-latest/doc/services/llext/
Dbuild.rst57 selected :ref:`ELF object format <llext_kconfig_type>`.
/Zephyr-latest/doc/services/sensing/
Dindex.rst220 ``Sensing Subsystem`` uses per sensor type defined data format structure,
/Zephyr-latest/samples/net/sockets/http_server/
DREADME.rst244 To do this, we need to convert the ``perf.data`` to a format that ``FlameGraph``
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/
DREADME.rst236 ``imgtool`` can also be used to list the image hash, albeit in a C hex-array format, by using
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c2303 uint8_t format; member
2317 value.format = cpf->format; in bt_gatt_attr_read_cpf()
4293 value.cpf.format = cpf->format; in parse_read_std_char_desc()
4569 switch (rsp->format) { in gatt_find_info_rsp()
4579 LOG_ERR("Invalid format %u", rsp->format); in gatt_find_info_rsp()
/Zephyr-latest/soc/nordic/nrf54h/bicr/
Dbicrgen.py693 ih.tofile(args.output, format="hex")
/Zephyr-latest/soc/nuvoton/npcx/common/ecst/
Decst.py950 return "0x{:08x}".format(value)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Denvironment.py1154 cmake_args = ["-D{}".format(a.replace('"', '')) for a in args[1:]]
/Zephyr-latest/boards/st/stm32h747i_disco/doc/
Dindex.rst138 mounting holes and has the format: MB1166-Axx.
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst135 :c:func:`printf()`-like format codes or extra arguments.

1...<<11121314151617181920>>...22