Searched refs:format (Results 376 – 400 of 530) sorted by relevance
1...<<11121314151617181920>>...22
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_8.rst | 592 (str)"format" : (uint) 631 … | "format" | format that the hash/checksum returns where 0 is for numerical and 1 is |
|
/Zephyr-latest/drivers/sensor/ |
D | Kconfig | 63 in a convenient format. It makes use of a fuel gauge to read its
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.bash | 395 boards=( $(__west_x boards --format='{name}|{qualifiers}' "$@") )
|
/Zephyr-latest/boards/st/stm32f746g_disco/ |
D | stm32f746g_disco.dts | 281 pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/ |
D | rd_rw612_bga.dtsi | 251 * broken out in the format required to connect directly to
|
/Zephyr-latest/doc/develop/tools/ |
D | stm32cubeide.rst | 49 CMake argument format. If an out-of-tree board is targeted, the ``BOARD_ROOT``
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_msc_scsi.c | 159 uint8_t format; member 471 r.format = 0x02; in fill_inquiry()
|
/Zephyr-latest/doc/hardware/porting/ |
D | soc_porting.rst | 104 :ref:`kconfig` format. These select the architecture and peripherals 152 the Devicetree Source (DTS) format and must be included by any boards which use
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_mcux_sai.c | 518 switch (i2s_cfg->format & I2S_FMT_DATA_FORMAT_MASK) { in i2s_mcux_config() 568 switch (i2s_cfg->format & I2S_FMT_CLK_FORMAT_MASK) { in i2s_mcux_config() 601 if ((i2s_cfg->format & I2S_FMT_DATA_FORMAT_MASK) != I2S_FMT_DATA_FORMAT_PCM_SHORT) { in i2s_mcux_config()
|
/Zephyr-latest/doc/build/dts/ |
D | intro-syntax-structure.rst | 6 As the name indicates, a devicetree is a tree. The human-readable text format 230 The recommended format is ``"vendor,device"``, like ``"avago,apds9960"``, 323 This section describes how to write property values in DTS format. The property
|
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig.tls-generic | 382 bool "Support for PEM certificate format" 384 By default only DER (binary) format of certificates is supported. Enable 385 this option to enable support for PEM format.
|
/Zephyr-latest/samples/subsys/mgmt/updatehub/ |
D | README.rst | 253 format you SoC tools uses. In general, Zephyr can create images with binary 254 (``.bin``) image format or Intel's (``.hex``) image format.
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/src/ |
D | main.c | 535 config.format = I2S_FMT_DATA_FORMAT_I2S; in main()
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | Kconfig | 139 This option allow to use an alternative CAN frame id format.
|
/Zephyr-latest/boards/witte/linum/ |
D | linum.dts | 320 pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
|
/Zephyr-latest/boards/st/stm32h7b3i_dk/ |
D | stm32h7b3i_dk.dts | 253 pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
|
/Zephyr-latest/arch/x86/zefi/ |
D | README.txt | 65 format certainly allows that, and the UEFI specification doesn't
|
/Zephyr-latest/doc/build/signing/ |
D | index.rst | 49 If your ``west flash`` :ref:`runner <west-runner>` uses an image format supported by imgtool, you
|
/Zephyr-latest/samples/subsys/shell/fs/ |
D | README.rst | 190 Read file and dump in hex and ASCII format
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-arch.rst | 43 The `Bluetooth Specification`_ describes the format in which a Host must 48 the format for user and protocol data that needs to go over the air. The HCI
|
/Zephyr-latest/ |
D | Kconfig.zephyr | 736 bool "Build a binary in HEX format" 748 bool "Build a binary in BIN format" 769 bool "Build a binary in ELF format with .exe extension" 776 bool "Build a binary in S19 format" 788 bool "Build a binary in UF2 format" 1039 format length modifiers can be used universally across ILP32
|
/Zephyr-latest/scripts/ci/es_upload/ |
D | README.md | 21 in the current Twister report format and in the upload script itself.
|
/Zephyr-latest/scripts/ci/ |
D | twister_report_analyzer.py | 336 logging.basicConfig(level=args.log_level, format='%(levelname)-8s: %(message)s')
|
/Zephyr-latest/scripts/logging/dictionary/ |
D | database_gen.py | 505 logging.basicConfig(format=LOGGER_FORMAT, level=logging.WARNING)
|
/Zephyr-latest/doc/develop/test/twister/ |
D | twister_blackbox.rst | 16 Auxiliary test data follows whichever format it was in originally.
|
1...<<11121314151617181920>>...22