Home
last modified time | relevance | path

Searched refs:format (Results 176 – 200 of 530) sorted by relevance

12345678910>>...22

/Zephyr-latest/boards/shields/rk043fn02h_ct/
Drk043fn02h_ct.overlay48 pixel-format = <PANEL_PIXEL_FORMAT_BGR_565>;
/Zephyr-latest/boards/qemu/kvm_arm64/
Dboard.cmake22 # ... -drive if=pflash,file=build/zephyr/zephyr.bin,format=raw
/Zephyr-latest/boards/qemu/cortex_a53/
Dboard.cmake23 # ... -drive if=pflash,file=build/zephyr/zephyr.bin,format=raw
/Zephyr-latest/arch/arm/core/
DKconfig305 prompt "FP16 format"
310 bool "FP16 IEEE format"
312 This option selects the IEEE 754-2008 format for FP16. This format can
317 bool "FP16 ARM alternative format"
319 This option selects the ARM alternative format for FP16. This
320 representation is similar to the IEEE 754-2008 format, but does not
322 so that this format can represent normalized values in the range of
325 Please note that Clang doesn't support the ARM alternative format.
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/
Drk043fn66hs_ctg.overlay49 pixel-format = <PANEL_PIXEL_FORMAT_BGR_565>;
/Zephyr-latest/samples/drivers/led/led_strip/boards/
Dnucleo_f070rb.overlay22 frame-format = <32768>; /* SPI_FRAME_FORMAT_TI */
/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst173 hexadecimal format along with an optional CAN ID mask, also in hexadecimal format, for setting which
212 * ``010``: The standard (11-bit) CAN ID of the frame in hexadecimal format, here 10h.
213 * ``00000010``: The extended (29-bit) CAN ID of the frame in hexadecimal format, here 10h.
217 * ``[8]``: The number of frame data bytes in decimal format, here a classic CAN frame with 8 data
219 * ``[08]``: The number of frame data bytes in decimal format, here a CAN FD frame with 8 data
224 * ``01 02 03 04 05 06 07 08``: The frame data bytes in hexadecimal format, here the numbers from 1
246 subcommand accepts a CAN ID in hexadecimal format and optionally a number of data bytes, also
/Zephyr-latest/drivers/dai/nxp/esai/
Desai.c180 switch (cfg->format & DAI_FORMAT_CLOCK_PROVIDER_MASK) { in esai_get_clk_provider_config()
190 cfg->format & DAI_FORMAT_CLOCK_PROVIDER_MASK); in esai_get_clk_provider_config()
200 switch (cfg->format & DAI_FORMAT_CLOCK_INVERSION_MASK) { in esai_get_clk_inversion_config()
216 cfg->format & DAI_FORMAT_CLOCK_INVERSION_MASK); in esai_get_clk_inversion_config()
226 switch (cfg->format & DAI_FORMAT_PROTOCOL_MASK) { in esai_get_proto_config()
237 cfg->format & DAI_FORMAT_PROTOCOL_MASK); in esai_get_proto_config()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcoverage.py169 "html": "HTML report generated: {}".format(
172 "lcov": "LCOV report generated: {}".format(
175 "xml": "XML report generated: {}".format(
178 "csv": "CSV report generated: {}".format(
181 "txt": "TXT report generated: {}".format(
184 "coveralls": "Coveralls report generated: {}".format(
187 "sonarqube": "Sonarqube report generated: {}".format(
/Zephyr-latest/doc/connectivity/networking/api/
Dtls_credentials_shell.rst81 …"``<FORMAT>``", "Specifies the storage format of the provided credential. See :ref:`tls_credential…
135 …"``<FORMAT>``", "Specifies the retrieval format for the provided credential. See :ref:`tls_credent…
186 The command outputs all matching credentials in the following (CSV-compliant) format:
248 The ``BIN`` format can be used to install credentials of any type, since base64 can be used to enco…
255 …inary credentials, such as non-printable PSKs) base64-encode the binary and use the ``BIN`` format.
256 …--BEGIN X ----`` / ``----END X----`` markers), and then use the ``BINT`` format to make sure the s…
258 Otherwise, the ``STRT`` format could be used for this purpose without base64 encoding.
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/
Dda1469x_dk_pro_mipi_dbi.overlay55 pixel-format = <ILI9XXX_PIXEL_FORMAT_RGB565>;
/Zephyr-latest/samples/drivers/i2s/i2s_codec/src/
Dmain.c117 audio_cfg.dai_cfg.i2s.format = I2S_FMT_DATA_FORMAT_I2S; in main()
145 config.format = I2S_FMT_DATA_FORMAT_I2S; in main()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_observation.c444 struct lwm2m_ctx *ctx, uint8_t tkl, uint16_t format, in engine_observe_node_init() argument
460 obs->format = format; in engine_observe_node_init()
587 uint16_t format) in engine_add_observer() argument
641 engine_observe_node_init(obs, token, msg->ctx, tkl, format, attrs.pmax); in engine_add_observer()
669 uint8_t tkl, uint16_t format) in engine_add_composite_observer() argument
694 ret = do_composite_observe_read_path_op(msg, format, &lwm2m_path_list, in engine_add_composite_observer()
715 return do_composite_read_op_for_parsed_list(msg, format, &lwm2m_path_list); in engine_add_composite_observer()
727 engine_observe_node_init(obs, token, msg->ctx, tkl, format, attrs.pmax); in engine_add_composite_observer()
728 return do_composite_read_op_for_parsed_list(msg, format, &lwm2m_path_list); in engine_add_composite_observer()
766 uint8_t tkl, uint16_t format) in engine_remove_composite_observer() argument
[all …]
Dlwm2m_rw_plain_text.c79 int plain_text_put_format(struct lwm2m_output_context *out, const char *format, in plain_text_put_format() argument
85 va_start(vargs, format); in plain_text_put_format()
86 n = vsnprintk(pt_buffer, sizeof(pt_buffer), format, vargs); in plain_text_put_format()
/Zephyr-latest/soc/nxp/imx/imx7d/
DKconfig.defconfig.mcimx7d_m417 #-Disable this option if you use the bin format as this choice will enlarge it.
/Zephyr-latest/soc/nxp/imx/imx6sx/
DKconfig.defconfig.mcimx6x_m415 #-Disable this option if you use the bin format as this choice will enlarge it.
/Zephyr-latest/scripts/checkpatch/
Dmaintainer-checkpatch.bash92 git format-patch ${since} -o ${outdir} 2>/dev/null >/dev/null
/Zephyr-latest/doc/services/llext/
Dindex.rst9 Extensions are precompiled executables in ELF format that can be verified,
/Zephyr-latest/scripts/west_commands/tests/
Dtest_dediprog.py42 return 'spi_image={},vcc={}'.format(*tc)
/Zephyr-latest/scripts/west_commands/
Dtwister_cmd.py56 "args: {} remainder: {}".format(args, remainder), level=Verbosity.DBG_EXTREME
/Zephyr-latest/boards/shields/g1120b0mipi/
Dg1120b0mipi.overlay55 pixel-format = <MIPI_DSI_PIXFMT_RGB565>;
/Zephyr-latest/drivers/video/
Dvideo_common.c133 struct video_frmival_enum fie = {.format = match->format}; in video_closest_frmival()
Dvideo_emul_imager.c140 #define EMUL_IMAGER_VIDEO_FORMAT_CAP(width, height, format) \ argument
142 .pixelformat = (format), \
267 struct video_frmival_enum fie = {.format = &data->fmt, .discrete = *frmival}; in emul_imager_set_frmival()
303 ret = video_format_caps_index(fmts, fie->format, &fmt_id); in emul_imager_enum_frmival()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/src/
Dos_mgmt.c531 struct zcbor_string format = { 0 }; in os_mgmt_info() local
545 ZCBOR_MAP_DECODE_KEY_DECODER("format", zcbor_tstr_decode, &format), in os_mgmt_info()
550 .format = &format, in os_mgmt_info()
577 while (i < format.len) { in os_mgmt_info()
578 switch (format.value[i]) { in os_mgmt_info()
649 if (valid_formats != format.len) { in os_mgmt_info()
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_transport.rst78 Initial frame format:
94 ``<base64-i>`` is Base64 encoded body of format:
114 Initial-final frame format is similar to initial frame format,

12345678910>>...22