/Zephyr-latest/soc/neorv32/ |
D | Kconfig | 18 The targeted NEORV32 version as BCD-coded number. The format is
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_device.py | 75 …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/ |
D | buydisplay_3_5_tft_touch_arduino.overlay | 36 pixel-format = <ILI9XXX_PIXEL_FORMAT_RGB888>;
|
/Zephyr-latest/scripts/dts/ |
D | gen_driver_kconfig_dts.py | 86 out = KCONFIG_TEMPLATE.format(
|
/Zephyr-latest/tests/net/socket/tls_configurations/ |
D | CMakeLists.txt | 13 # 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/ |
D | buydisplay_2_8_tft_touch_arduino.overlay | 38 pixel-format = <ILI9XXX_PIXEL_FORMAT_RGB565>;
|
/Zephyr-latest/doc/templates/ |
D | board.tmpl | 7 and preferably be in webp format. Alternatively, png or jpg formats
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_observation.h | 23 uint16_t format; member
|
/Zephyr-latest/modules/hal_nordic/ |
D | Kconfig.nrf_regtool | 25 the peripheral configurations, but in a less readable format.
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | leshan.py | 27 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/ |
D | max31875.c | 56 #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/ |
D | rd_rw612_bga.overlay | 79 * 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/ |
D | compiler_flags.cmake | 42 -Wno-format-zero-length 62 -Wmissing-format-attribute
|
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/ |
D | da1469x_dk_pro_lcdc.overlay | 61 pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | generic.cmake | 30 # Regular version has format: "T-2022.06"
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob_srv.c | 356 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/ |
D | README.rst | 73 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/ |
D | vl53l1_platform_log.h | 130 const char *format, ...);
|
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/dts/ |
D | adafruit_2_8_tft_touch_v2.dtsi | 37 pixel-format = <ILI9XXX_PIXEL_FORMAT_RGB888>;
|
/Zephyr-latest/boards/ |
D | deprecated.cmake | 8 # To add a board rename, add a line in following format:
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | train.py | 95 data_loader.format() 154 print("Loss {}, Accuracy {}".format(loss, acc))
|
/Zephyr-latest/doc/develop/west/ |
D | zephyr-cmds.rst | 20 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/ |
D | test_testsuite.py | 484 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/ |
D | mesh.c | 50 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/ |
D | log_parser.py | 109 logging.basicConfig(format=LOGGER_FORMAT)
|