Home
last modified time | relevance | path

Searched refs:format (Results 201 – 225 of 530) sorted by relevance

12345678910>>...22

/Zephyr-latest/soc/neorv32/
DKconfig18 The targeted NEORV32 version as BCD-coded number. The format is
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_device.py75 …eed_native_sim.dummy FAILED Failed \(rc=1\) \(native (\d+\.\d+)s/seed: {} <host>\)'.format(seed[0])
/Zephyr-latest/boards/shields/buydisplay_3_5_tft_touch_arduino/
Dbuydisplay_3_5_tft_touch_arduino.overlay36 pixel-format = <ILI9XXX_PIXEL_FORMAT_RGB888>;
/Zephyr-latest/scripts/dts/
Dgen_driver_kconfig_dts.py86 out = KCONFIG_TEMPLATE.format(
/Zephyr-latest/tests/net/socket/tls_configurations/
DCMakeLists.txt13 # to a C string that can be parsed by Mbed TLS. The format is unchanged, it's
/Zephyr-latest/boards/shields/buydisplay_2_8_tft_touch_arduino/
Dbuydisplay_2_8_tft_touch_arduino.overlay38 pixel-format = <ILI9XXX_PIXEL_FORMAT_RGB565>;
/Zephyr-latest/doc/templates/
Dboard.tmpl7 and preferably be in webp format. Alternatively, png or jpg formats
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_observation.h23 uint16_t format; member
/Zephyr-latest/modules/hal_nordic/
DKconfig.nrf_regtool25 the peripheral configurations, but in a less readable format.
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py27 self.format = "SENML_CBOR"
60 if self.format is not None:
61 params['format'] = self.format
310 'pathformat': self.format,
311 'nodeformat': self.format,
/Zephyr-latest/drivers/sensor/maxim/max31875/
Dmax31875.c56 #define MAX31875_CONFIG(format, res, convs) \ argument
57 (((format) << (MAX31875_DATA_FORMAT_SHIFT)) | ((res) << (MAX31875_RESOLUTION_SHIFT)) | \
/Zephyr-latest/boards/shields/lcd_par_s035/boards/
Drd_rw612_bga.overlay79 * color format. This is because the "nxp,swap-bytes" setting
81 * display should report an inverted color format to account
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake42 -Wno-format-zero-length
62 -Wmissing-format-attribute
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/
Dda1469x_dk_pro_lcdc.overlay61 pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
/Zephyr-latest/cmake/compiler/arcmwdt/
Dgeneric.cmake30 # Regular version has format: "T-2022.06"
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_srv.c356 enum bt_mesh_blob_chunks_missing format; in block_status_rsp() local
374 format = BT_MESH_BLOB_CHUNKS_MISSING_ENCODED; in block_status_rsp()
376 format = BT_MESH_BLOB_CHUNKS_MISSING_ALL; in block_status_rsp()
378 format = BT_MESH_BLOB_CHUNKS_MISSING_NONE; in block_status_rsp()
380 format = BT_MESH_BLOB_CHUNKS_MISSING_SOME; in block_status_rsp()
385 net_buf_simple_add_u8(&buf, (status & BIT_MASK(4)) | (format << 6)); in block_status_rsp()
389 if (format == BT_MESH_BLOB_CHUNKS_MISSING_SOME) { in block_status_rsp()
398 } else if (format == BT_MESH_BLOB_CHUNKS_MISSING_ENCODED) { in block_status_rsp()
/Zephyr-latest/samples/boards/96boards/argonkey/microphone/
DREADME.rst73 emulator in either binary or ASCII format. The output is controlled by
102 to be converted to binary later on. The output format is the following:
134 signed 16 bit PCM, Little Endian, mono format @16KHz.
/Zephyr-latest/drivers/sensor/st/vl53l1x/
Dvl53l1_platform_log.h130 const char *format, ...);
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/dts/
Dadafruit_2_8_tft_touch_v2.dtsi37 pixel-format = <ILI9XXX_PIXEL_FORMAT_RGB888>;
/Zephyr-latest/boards/
Ddeprecated.cmake8 # To add a board rename, add a line in following format:
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Dtrain.py95 data_loader.format()
154 print("Loss {}, Accuracy {}".format(loss, acc))
/Zephyr-latest/doc/develop/west/
Dzephyr-cmds.rst20 This command lists all supported boards in a default format. If you prefer to
21 specify the display format yourself you can use the ``--format`` (or ``-f``)
129 according to the default format described in section 2.5 using a random UUID.
160 You can list binary blobs while specifying the format of the output::
164 For the full set of variables available in ``-f/--format`` run
/Zephyr-latest/scripts/tests/twister/
Dtest_testsuite.py484 for format in formats:
485 if fmt.startswith(format['fmt']):
486 return format['name'], fmt[len(format['fmt']):]
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c50 uint16_t format:1; member
55 uint8_t format:1; member
291 hdr.format = SENSOR_HDR_A; in sens_temperature_celsius_fill()
315 hdr.format = SENSOR_HDR_B; in sens_unknown_fill()
/Zephyr-latest/scripts/logging/dictionary/
Dlog_parser.py109 logging.basicConfig(format=LOGGER_FORMAT)

12345678910>>...22