Home
last modified time | relevance | path

Searched full:formats (Results 1 – 25 of 97) sorted by relevance

1234

/Zephyr-latest/include/zephyr/net/prometheus/
Dformatter.h24 * Formats the exposition data collected by the specified collector into the provided buffer.
39 * Formats the exposition data of one specific metric into the provided buffer.
/Zephyr-latest/scripts/west_commands/
Dsign.py169 # Decide on output formats.
170 formats = []
177 formats.append('bin')
179 formats.append('bin')
187 formats.append('hex')
189 formats.append('hex')
205 signer.sign(self, build_dir, build_conf, formats)
215 def sign(self, command, build_dir, build_conf, formats): argument
221 :param formats: list of formats to generate ('bin', 'hex')
227 def sign(self, command, build_dir, build_conf, formats): argument
[all …]
/Zephyr-latest/include/zephyr/dt-bindings/display/
Dili9xxx.h9 /* Pixel formats */
Dpanel.h17 * @brief Display pixel formats
/Zephyr-latest/subsys/bindesc/
DKconfig.build_time81 function, so refer to string's documentation for more info on the different formats.
95 function, so refer to string's documentation for more info on the different formats.
107 function, so refer to string's documentation for more info on the different formats.
/Zephyr-latest/samples/net/lwm2m_client/
Doverlay-lwm2m-1.1-core-interop.conf18 #Enable legacy content formats
/Zephyr-latest/dts/bindings/mipi-dsi/
Dmipi-dsi-device.yaml24 Pixel format. Available formats in dt-bindings/mipi_dsi/mipi_dsi.h.
/Zephyr-latest/doc/develop/sca/
Declair.rst103 Generate additional report formats
106 ECLAIR can generate additional report formats (e.g. DOC, ODT, XLSX) and
108 default ecd file. Following additional reports and report formats can be generated:
/Zephyr-latest/doc/hardware/peripherals/audio/
Di2s.rst11 and Left/Right Justified Data Formats.
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/comp_data/
Dcdp1_encode_decode.sh9 # extensions requiring long and short formats, and correspondence between
/Zephyr-latest/include/zephyr/dt-bindings/mipi_dsi/
Dmipi_dsi.h18 * @name MIPI-DSI Pixel formats.
/Zephyr-latest/doc/connectivity/networking/api/
Dtls_credentials_shell.rst200 …encoded SHA256 hash of the raw credential contents (so different storage formats for essentially i…
230 Storage/Retrieval Formats
235 For convenience, the TLS credentials shell offers four formats for providing and later retrieving t…
237 These formats and their (case-insensitive) keywords are as follows:
249 The remaining three formats are provided for convenience in special use-cases.
/Zephyr-latest/boards/others/neorv32/
DCMakeLists.txt5 # Generate NEORV32 image formats for initialising IMEM.
/Zephyr-latest/drivers/display/
DKconfig.sdl56 bool "Configure bit order in monochrome formats to MSB first"
/Zephyr-latest/doc/templates/
Dboard.tmpl7 and preferably be in webp format. Alternatively, png or jpg formats
/Zephyr-latest/include/zephyr/dt-bindings/spi/
Dspi.h31 * 2 frame formats are exposed: Motorola and TI.
/Zephyr-latest/scripts/utils/
Dconvert_guidelines.py20 Base class for the different output formats
136 help="Format to convert guidlines to. Supported formats are: " + str(supported_formats)
/Zephyr-latest/scripts/net/
Denumerate_http_status.py8 and formats them to fit inside of a C enum along with
/Zephyr-latest/dts/bindings/mipi-dbi/
Dnxp,lcdic.yaml25 the most significant byte first when using multibyte pixel formats.
/Zephyr-latest/subsys/tracing/
DKconfig23 Automatically selected by formats that require the core
33 None of the available tracing formats is selected.
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dtest_blockwise.py78 """Blockwise test 3: Block-Wise Get using TLV and SenML-CBOR content formats"""
98 # Try reading the data using different content formats
/Zephyr-latest/scripts/checkpatch/
Dtimestamp11 # outputs the date and time in pre-set formats
/Zephyr-latest/tests/net/lib/lwm2m/interop/
Dprj.conf47 #Enable legacy content formats
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.h11 /* LWM2M / CoAP Content-Formats */
/Zephyr-latest/tests/drivers/video/api/src/
Dvideo_emul.c33 /* Test all the formats listed in the caps, the min and max values */ in ZTEST()
73 zexpect_not_equal(fmt.pixelformat, 0x00000000, "should not store wrong formats"); in ZTEST()

1234