Home
last modified time | relevance | path

Searched refs:format (Results 276 – 300 of 530) sorted by relevance

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

/Zephyr-latest/soc/nuvoton/npcx/
DKconfig18 bool "Build npcx binary in BIN format"
25 bool "Build npcx binary in HEX format"
/Zephyr-latest/scripts/coredump/gdbstubs/
Dgdbstub.py90 pkt += format(checksum, "02X").encode()
129 pkt += format(self.gdb_signal, "02X").encode()
/Zephyr-latest/cmake/bintools/llvm/
Dtarget_bintools.cmake25 # elfconvert to use for transforming an elf file into another format,
29 # List of format the tool supports for converting, for example,
/Zephyr-latest/cmake/bintools/gnu/
Dtarget_bintools.cmake25 # elfconvert to use for transforming an elf file into another format,
29 # List of format the tool supports for converting, for example,
/Zephyr-latest/cmake/bintools/iar/
Dtarget_bintools.cmake25 # elfconvert to use for transforming an elf file into another format,
29 # List of format the tool supports for converting, for example,
/Zephyr-latest/scripts/footprint/
Dsize_report754 print('{:98s} {:>7s} {:>7s} {:11s} {:16s}'.format(
769 hex_addr = "0x{:08x}".format(row.node.address)
821 assert os.path.exists(args.kernel), "{0} does not exist.".format(args.kernel)
868 print("INFO: Unmapped symbol: {0}".format(sym))
/Zephyr-latest/subsys/usb/usb_c/
DKconfig45 bool "Generate VIF policies of USB-C in XML format"
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_load_test.py73 self.loader.format()
/Zephyr-latest/doc/develop/west/
Drelease-notes.rst48 - The manifest file format now supports a ``description`` field in each
51 - ``west list --format`` now accepts ``{description}`` in the format
328 - The ``west list`` command's ``{sha}`` format key has been fixed for
518 - ``west list`` now supports a ``{groups}`` format string key in its
519 ``--format`` argument.
664 - Project.format() and its callers are removed. Use f-strings instead.
712 projects are not cloned, as long as its format string only requires
714 format string requires data stored in the project repository, e.g. if it
715 includes the ``{sha}`` format string key.
799 - The ``west list`` command now supports a ``{sha}`` format string key
[all …]
/Zephyr-latest/scripts/ci/coverage/
Dcoverage_analysis.py31 if args.format == "json":
33 elif args.format == "xlsx":
35 elif args.format == "all":
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_hf.c140 at_finish_cb_t finish, const char *format, ...) in hfp_hf_send_cmd() argument
155 va_start(vargs, format); in hfp_hf_send_cmd()
156 ret = vsnprintk(buf->data, (net_buf_tailroom(buf) - 1), format, vargs); in hfp_hf_send_cmd()
/Zephyr-latest/drivers/modem/
DKconfig.hl7800218 Half a byte in a 4-bit format. The eDRX value refers to bit 4 to 1
231 to be allocated to the UE in E-UTRAN. One byte in an 8-bit format.
239 One byte in an 8-bit format. Default value is 30 seconds.
/Zephyr-latest/samples/subsys/usb_c/sink/
DREADME.rst11 how to generate USB VIF policies in XML format using the USB-C subsystem. The
/Zephyr-latest/scripts/coredump/coredump_parser/
Dlog_parser.py160 logger.info("Reason: {0}".format(reason_string(reason)))
/Zephyr-latest/boards/hardkernel/odroid_go/
Dodroid_go_procpu.dts95 pixel-format = <0>;
/Zephyr-latest/boards/waveshare/esp32s3_touch_lcd_1_28/
Desp32s3_touch_lcd_1_28_esp32s3_procpu.dts77 pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
/Zephyr-latest/doc/_extensions/zephyr/
Dgh_utils.py227 if app.builder.format != "html":
/Zephyr-latest/cmake/bintools/armclang/
Dtarget_bintools.cmake1 # List of format the tool supports for converting, for example,
/Zephyr-latest/boards/intel/common/
Defi_boot.rst17 On Linux, graphical utilities such as ``gparted`` can be used to format
/Zephyr-latest/doc/develop/sca/
Dgcc.rst46 …:gen-args: -DZEPHYR_SCA_VARIANT=gcc -DGCC_SCA_OPTS="-fdiagnostics-format=json;-fanalyzer-verbosity…
/Zephyr-latest/drivers/dai/intel/ssp/
Ddai-params-intel-ipc4.h95 uint32_t format; member
/Zephyr-latest/tests/drivers/i2s/i2s_api/src/
Dcommon.c163 i2s_cfg.format = I2S_FMT_DATA_FORMAT_I2S; in configure_stream()
/Zephyr-latest/drivers/video/
Dmt9m114.c174 #define MT9M114_VIDEO_FORMAT_CAP(width, height, format) \ argument
176 .pixelformat = (format), .width_min = (width), .width_max = (width), \
Dov7670.c188 #define OV7670_VIDEO_FORMAT_CAP(width, height, format) \ argument
190 .pixelformat = (format), .width_min = (width), .width_max = (width), \
/Zephyr-latest/drivers/espi/
DKconfig.xec186 bool "KBC event data format in IBF"
188 Enable espi_evt_data_kbc format for encoding event in KBC IBF ISR

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