Home
last modified time | relevance | path

Searched refs:format (Results 401 – 425 of 530) sorted by relevance

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

/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.df321 integer format.
331 integer format.
/Zephyr-latest/cmake/modules/
Ddts.cmake19 # serialized edtlib.EDT object in Python's pickle format
110 # The edtlib.EDT object in pickle format.
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_cli.c2385 item->format = FMT(header); in bt_mesh_comp_p1_item_pull()
2387 item_size = item->ext_item_cnt * (item->format + 1); in bt_mesh_comp_p1_item_pull()
2419 item->format ? "long" : "short", in comp_p1_pull_item_short()
2421 if (item->format == 1 || item->_buf->len != 1) { in comp_p1_pull_item_short()
2441 item->format ? "long" : "short", in comp_p1_pull_item_long()
2443 if (item->format == 0 || item->_buf->len != 2) { in comp_p1_pull_item_long()
/Zephyr-latest/soc/nuvoton/npcm/common/esiost/
Desiost.py542 return "0x{:08x}".format(value)
/Zephyr-latest/include/zephyr/toolchain/
Dgcc.h244 #define __printf_like(f, a) __attribute__((format (printf, f, a)))
/Zephyr-latest/lib/libc/picolibc/
DKconfig124 bool "support C99 format additions in printf/scanf"
/Zephyr-latest/samples/subsys/llext/shell_loader/
DREADME.rst75 hello_world.elf: file format elf32-littlearm
/Zephyr-latest/boards/arm/v2m_musca_s1/doc/
Dindex.rst326 format before being flashed to a V2M Musca-S1. An optional bootloader can also
405 Zephyr binaries with the MCUboot image, and converting it to Intel's hex format.
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_senml_json.c439 static int number_to_string(char *buf, size_t buf_len, const char *format, ...) in number_to_string() argument
444 va_start(vargs, format); in number_to_string()
445 n = vsnprintk(buf, buf_len, format, vargs); in number_to_string()
/Zephyr-latest/doc/build/dts/
Dtroubleshooting.rst283 them. For example, to use ``clang-format`` to reformat the file in place:
287 clang-format -i build/CMakeFiles/app.dir/src/main.c.i
/Zephyr-latest/modules/trusted-firmware-m/
DCMakeLists.txt402 # Configure which format (full or hash) to include the public key in
434 --public-key-format ${TFM_PUBLIC_KEY_FORMAT}
/Zephyr-latest/scripts/
Dcheckpatch.pl6073 $line =~ /\b__attribute__\s*\(\s*\(\s*format\s*\(\s*printf/) {
6077 …$fixed[$fixlinenr] =~ s/\b__attribute__\s*\(\s*\(\s*format\s*\(\s*printf\s*,\s*(.*)\)\s*\)\s*\)/"_…
6084 $line =~ /\b__attribute__\s*\(\s*\(\s*format\s*\(\s*scanf\b/) {
6088 …$fixed[$fixlinenr] =~ s/\b__attribute__\s*\(\s*\(\s*format\s*\(\s*scanf\s*,\s*(.*)\)\s*\)\s*\)/"__…
6345 my $format = $6;
6346 my $count = $format =~ tr@%@%@;
6348 $format =~ /^"\%(?i:ll[udxi]|[udxi]ll|ll|[hl]h?[udxi]|[udxi][hl]h?|[hl]h?|[udxi])"$/) {
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h554 uint8_t format; member
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake39 "SHELL:-Wformat -Wno-format-zero-length"
/Zephyr-latest/arch/xtensa/core/
DREADME_WINDOWS.rst44 return value format and is used immediately, so it makes more sense
/Zephyr-latest/drivers/i2s/
Di2s_litex.c396 if (dev_format != i2s_cfg->format) { in i2s_litex_configure()
/Zephyr-latest/doc/_extensions/zephyr/kconfig/
D__init__.py466 or app.builder.format != "html"
/Zephyr-latest/doc/develop/test/
Dcoverage.rst134 intermediate text format. Such packages exist in recent Linux distributions.
/Zephyr-latest/doc/hardware/porting/
Dshields.rst27 format that is merged with the board's :ref:`devicetree <dt-guide>`
/Zephyr-latest/tests/drivers/i2s/i2s_speed/src/
Dtest_i2s_speed.c136 i2s_cfg.format = I2S_FMT_DATA_FORMAT_I2S; in configure_stream()
/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp_cp.c476 event.cardread.format = buf[pos++]; in cp_decode_response()
496 event.cardread.format = OSDP_CARD_FMT_ASCII; in cp_decode_response()
/Zephyr-latest/doc/build/cmake/
Dindex.rst138 ultimate output is a complete Zephyr application in a format suitable for
310 the format expected by the loader and/or flash tool required by the
/Zephyr-latest/arch/riscv/
DKconfig106 stack according to a custom ESF format. The same part of the context
449 the format of MTVEC register which is RISC-V platform-specific.
/Zephyr-latest/doc/develop/
Dbeyond-GSG.rst215 format. Other binary formats, disassembly, and map files may be present
261 …O 60-openocd.rules https://sf.net/p/openocd/code/ci/master/tree/contrib/60-openocd.rules?format=raw
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py698 '-DSNIPPET={}'.format(';'.join(self.instance.testsuite.required_snippets))
1673 args_expanded = ["-D{}".format(a.replace('"', '\"')) for a in config_options]
1697 args_expanded.extend(["-D{}".format(a.replace('"', '\"')) for a in cmake_extra_args])
1698 args_expanded.extend(["-D{}".format(a.replace('"', '')) for a in args])

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