Searched refs:endian (Results 1 – 25 of 51) sorted by relevance
123
/Zephyr-latest/drivers/mipi_dsi/ |
D | Kconfig.mcux | 26 convert RGB565 input data to BGR565 (little endian to big endian), 32 Swap 16 byte color data from little to big endian format. When 33 this Kconfig is enabled, the DSI expects RGB565 data in little endian
|
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | log_parser_v1.py | 69 endian = "<" 71 endian = ">" 73 self.fmt_msg_type = endian + FMT_MSG_TYPE 74 self.fmt_dropped_cnt = endian + FMT_DROPPED_CNT 77 self.fmt_msg_hdr = endian + FMT_MSG_HDR_64 79 self.fmt_msg_hdr = endian + FMT_MSG_HDR_32 82 self.fmt_msg_timestamp = endian + FMT_MSG_TIMESTAMP_64 84 self.fmt_msg_timestamp = endian + FMT_MSG_TIMESTAMP_32
|
D | log_parser_v3.py | 72 endian = "<" 75 endian = ">" 78 self.fmt_msg_type = endian + FMT_MSG_TYPE 79 self.fmt_dropped_cnt = endian + FMT_DROPPED_CNT 82 self.fmt_msg_hdr = endian + FMT_MSG_HDR_64 84 self.fmt_msg_hdr = endian + FMT_MSG_HDR_32 87 self.fmt_msg_timestamp = endian + FMT_MSG_TIMESTAMP_64 89 self.fmt_msg_timestamp = endian + FMT_MSG_TIMESTAMP_32
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target_arm.cmake | 14 list(APPEND TOOLCHAIN_C_FLAGS -mbig-endian) 15 list(APPEND TOOLCHAIN_LD_FLAGS -mbig-endian)
|
/Zephyr-latest/drivers/i2s/ |
D | Kconfig.litex | 28 bool "Received data will be stored as big endian"
|
/Zephyr-latest/samples/boards/enjoydigital/litex/i2s/ |
D | README.rst | 22 * Little endian
|
/Zephyr-latest/boards/snps/iotdk/support/ |
D | openocd.cfg | 42 -coreid 0 -dbgbase $_dbgbase -endian little
|
/Zephyr-latest/boards/snps/emsdp/support/ |
D | openocd.cfg | 42 -coreid 0 -dbgbase $_dbgbase -endian little
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | features.rst | 24 little endian, alignment flavors and more) 46 * Supports little and big endian architectures, and abstracts the hard
|
/Zephyr-latest/boards/ene/kb1200_evb/support/ |
D | openocd.cfg | 36 target create $_TARGETNAME cortex_m -endian little -dap $_CHIPNAME.dap
|
/Zephyr-latest/include/zephyr/drivers/mspi/ |
D | devicetree.h | 41 .endian = DT_ENUM_IDX_OR(mspi_dev, mspi_endian, \
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | smp_protocol.rst | 46 both the "Little-endian" and "Big-endian" frames but in reality the 48 "Big-endian".
|
D | smp_transport.rst | 102 | total length | 2 bytes | Big endian 16-bit value | 126 | total length | 2 bytes | Big endian 16-bit value |
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icmsg.rst | 127 - little‑endian 135 - little‑endian 165 - big‑endian
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | target.cmake | 31 # common compile options, no copyright msg, little-endian, no small data,
|
/Zephyr-latest/doc/services/debugging/ |
D | mipi_stp_decoder.rst | 34 * Decoder supports only little endian architectures.
|
/Zephyr-latest/boards/openisa/rv32m1_vega/support/ |
D | openocd_rv32m1_vega_zero_riscy.cfg | 23 target create $_TARGETNAME rv32m1 -endian little -chain-position $_TARGETNAME
|
D | openocd_rv32m1_vega_ri5cy.cfg | 23 target create $_TARGETNAME rv32m1 -endian little -chain-position $_TARGETNAME
|
/Zephyr-latest/boards/qemu/arc/doc/ |
D | index.rst | 16 * Only little-endian configurations
|
/Zephyr-latest/samples/drivers/display/ |
D | README.rst | 16 may be endian swapped.
|
/Zephyr-latest/samples/subsys/shell/devmem_load/ |
D | README.md | 52 * `-e` little endian parse e.g. `0xDEADBEFF -> 0xFFBEADDE`
|
/Zephyr-latest/doc/services/binary_descriptors/ |
D | index.rst | 51 in the endianness native to the SoC. ``west bindesc`` assumes little endian by default, 52 so if the image belongs to a big endian SoC, the appropriate flag should be given to the 61 (of a little endian SoC):
|
/Zephyr-latest/drivers/mspi/ |
D | mspi_emul.c | 249 if (dev_cfg->endian > MSPI_XFER_BIG_ENDIAN) { in mspi_dev_cfg_check_save() 253 data->dev_cfg.endian = dev_cfg->endian; in mspi_dev_cfg_check_save()
|
/Zephyr-latest/boards/qemu/malta/doc/ |
D | index.rst | 90 Use this configuration to run :zephyr:code-sample:`synchronization` sample in big-endian mode:
|
/Zephyr-latest/drivers/memc/ |
D | memc_mspi_aps6404l.c | 387 .endian = MSPI_XFER_LITTLE_ENDIAN, \ 407 .endian = MSPI_XFER_LITTLE_ENDIAN, \
|
123