Home
last modified time | relevance | path

Searched refs:format (Results 251 – 275 of 530) sorted by relevance

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

/Zephyr-latest/doc/services/tracing/
Dindex.rst17 2. Choosing suitable serialization-format,
23 An application can use one of the existing formats or define a custom format by
31 interface between payload/format (Top Layer) and the transport mechanics
46 name if it is too long for the serialization format they support.
56 Common Trace Format, CTF, is an open format and language to describe trace
66 serialization format, which enables common infrastructure for host tools
370 The payload and format used with SystemView is custom to the application and
423 This tracing format allows the user to define functions to perform any work desired
429 - generating/outputting trace data in a non-standard or proprietary format that can
451 Enable this format with the :kconfig:option:`CONFIG_TRACING_USER` option.
[all …]
/Zephyr-latest/scripts/west_commands/runners/
Dnrf_common.py194 'There are no boards connected{}.'.format(
209 print('There are multiple boards connected{}.'.format(
527 self.hex_contents.loadfile(self.hex_, format='hex')
/Zephyr-latest/drivers/counter/
Dcounter_ll_stm32_rtc.c108 static inline ErrorStatus ll_func_init_alarm(RTC_TypeDef *rtc, uint32_t format, in ll_func_init_alarm() argument
112 return LL_RTC_ALARM_Init(rtc, format, alarmStruct); in ll_func_init_alarm()
114 return LL_RTC_ALMA_Init(rtc, format, alarmStruct); in ll_func_init_alarm()
/Zephyr-latest/drivers/display/
Ddisplay_renesas_ra.c323 .format = \
336 .format = DISPLAY_IN_FORMAT_16BITS_RGB565, \
390 .format = (OUTPUT_FORMAT_PIXEL == PANEL_PIXEL_FORMAT_RGB_565) \
DKconfig.mcux_elcdif43 4-bytes pixel format, e.g. ARGB8888. Applications should change this value
44 according to the actual used resolution and format to optimize the heap size.
Ddisplay_max7219.c220 const enum display_pixel_format format) in max7219_set_pixel_format() argument
224 switch (format) { in max7219_set_pixel_format()
/Zephyr-latest/boards/st/stm32f429i_disc1/
Dstm32f429i_disc1.dts81 pixel-format = <ILI9XXX_PIXEL_FORMAT_RGB565>;
244 pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
/Zephyr-latest/tests/drivers/video/api/src/
Dvideo_emul.c79 struct video_frmival_enum fie = {.format = &fmt}; in ZTEST()
93 zexpect_equal_ptr(fie.format, &fmt, "the format should not be changed"); in ZTEST()
/Zephyr-latest/doc/hardware/peripherals/
Dvideo.rst31 defined by the endpoint format. A video buffer can be queued to a device
/Zephyr-latest/modules/nanopb/
DKconfig50 Encode scalar arrays in the unpacked format, which takes up more
/Zephyr-latest/drivers/can/
Dcan_mcux_flexcan.c491 dest->format = kFLEXCAN_FrameFormatExtend; in mcux_flexcan_from_can_frame()
494 dest->format = kFLEXCAN_FrameFormatStandard; in mcux_flexcan_from_can_frame()
514 if (src->format == kFLEXCAN_FrameFormatStandard) { in mcux_flexcan_to_can_frame()
543 dest->format = kFLEXCAN_FrameFormatExtend; in mcux_flexcan_fd_from_can_frame()
546 dest->format = kFLEXCAN_FrameFormatStandard; in mcux_flexcan_fd_from_can_frame()
578 if (src->format == kFLEXCAN_FrameFormatStandard) { in mcux_flexcan_fd_to_can_frame()
621 dest->format = kFLEXCAN_FrameFormatExtend; in mcux_flexcan_can_filter_to_mbconfig()
625 dest->format = kFLEXCAN_FrameFormatStandard; in mcux_flexcan_can_filter_to_mbconfig()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_iso.c195 path->format = codec_cfg->id; in bt_bap_iso_configure_data_path()
202 path->format = BT_HCI_CODING_FORMAT_TRANSPARENT; in bt_bap_iso_configure_data_path()
/Zephyr-latest/subsys/llext/
DKconfig145 extension will be appended depending on the chosen output format.
151 prompt "EDK compression and output format"
169 Use Zip format and compression for the EDK file. This is the most
/Zephyr-latest/include/zephyr/drivers/
Di2s.h301 i2s_fmt_t format; member
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfd_srv.rst26 nodes in the network in any order. The contents, format and size of the firmware images are vendor
/Zephyr-latest/drivers/audio/
Dmpxxdtyy-i2s.c129 i2s_cfg.format = I2S_FMT_DATA_FORMAT_LEFT_JUSTIFIED | in mpxxdtyy_i2s_configure()
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmain.c76 .format = CPF_FORMAT_UTF8,
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish150 set projects (west "-z $zephyr_base" list --format="{name}")
152 set projects (west list --format="{name}")
288 set -l manifest_hash (git --work-tree "$manifest_dir" log -1 --pretty=format:'%H' 2> /dev/null)
309 set -l boards (west boards --format="{name}|{qualifiers}|{vendor}" 2> /dev/null)
370 …_subcommand_from list; and not __fish_seen_subcommand_from blobs" -o f -l format -d "format string"
421 complete -c west -n "__zephyr_west_seen_subcommand_from boards" -o f -l format -d "format string"
504 …d_from blobs; and not __fish_seen_subcommand_from fetch clean" -o f -l format -r -d "format string"
/Zephyr-latest/soc/intel/apollo_lake/doc/
Dsupported_features.txt21 32-bit register called ``PRV_CLOCK_PARAMS`` (aka the ``PCP``), the format of
/Zephyr-latest/scripts/coredump/
Dcoredump_gdbserver.py62 logging.basicConfig(format=LOGGING_FORMAT)
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dgrutils.py85 … raise Exception('TARJAN: No roots found in graph with {} nodes'.format(len(self.__nodes)))
/Zephyr-latest/doc/
Dconf.py191 docs_title = "Docs / {}".format(version if is_release else "Latest")
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_load.py98 def format(self): member in DataLoader
/Zephyr-latest/scripts/
Dlist_boards.py236 .format(board_yml.as_posix(), e))
422 info = args.cmakeformat.format(
448 info = args.cmakeformat.format(
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst41 …ol is decoding the data or data can be decoded on-chip to output the data in human readable format.
108 Instead of including the format strings in the log messages, it logs the addresses (message IDs)
144 …ART port and use the provided dictionary databases to decode the logs into a human-readable format.
149 The file will contain timestamps and the log messages in a format that is human-readable.
173 Frontend is writing to STMESP registers. Message format is aligned with the on chip decoder
181 Logging messages contains read-only format string used in the logging macros thus they cannot be

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