Home
last modified time | relevance | path

Searched full:endian (Results 1 – 25 of 176) sorted by relevance

12345678

/Zephyr-latest/include/zephyr/sys/
Dbyteorder.h48 * @brief Convert 16-bit integer from little-endian to host endianness.
50 * @param val 16-bit integer in little-endian format.
56 * @brief Convert 16-bit integer from host endianness to little-endian.
60 * @return 16-bit integer in little-endian format.
64 * @brief Convert 24-bit integer from little-endian to host endianness.
66 * @param val 24-bit integer in little-endian format.
72 * @brief Convert 24-bit integer from host endianness to little-endian.
76 * @return 24-bit integer in little-endian format.
80 * @brief Convert 32-bit integer from little-endian to host endianness.
82 * @param val 32-bit integer in little-endian format.
[all …]
/Zephyr-latest/include/zephyr/
Dnet_buf.h235 * Adds 16-bit value in little endian format at the end of buffer.
247 * Adds 16-bit value in big endian format at the end of buffer.
259 * Adds 24-bit value in little endian format at the end of buffer.
271 * Adds 24-bit value in big endian format at the end of buffer.
283 * Adds 32-bit value in little endian format at the end of buffer.
295 * Adds 32-bit value in big endian format at the end of buffer.
307 * Adds 40-bit value in little endian format at the end of buffer.
319 * Adds 40-bit value in big endian format at the end of buffer.
331 * Adds 48-bit value in little endian format at the end of buffer.
343 * Adds 48-bit value in big endian format at the end of buffer.
[all …]
/Zephyr-latest/drivers/mipi_dsi/
DKconfig.mcux26 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/include/zephyr/bluetooth/
Dbyteorder.h26 /** @brief Encode 16-bit value into array values in little-endian format.
40 /** @brief Encode 24-bit value into array values in little-endian format.
54 /** @brief Encode 32-bit value into array values in little-endian format.
68 /** @brief Encode 40-bit value into array values in little-endian format.
82 /** @brief Encode 48-bit value into array values in little-endian format.
96 /** @brief Encode 64-bit value into array values in little-endian format.
110 /** @brief Encode 16-bit value into array values in big-endian format.
122 /** @brief Encode 24-bit value into array values in big-endian format.
134 /** @brief Encode 32-bit value into array values in big-endian format.
146 /** @brief Encode 40-bit value into array values in big-endian format.
[all …]
Dcrypto.h41 /** @brief AES encrypt little-endian data.
56 /** @brief AES encrypt big-endian data.
72 /** @brief Decrypt big-endian data with AES-CCM.
97 /** @brief Encrypt big-endian data with AES-CCM.
/Zephyr-latest/arch/arm64/core/
Dheader.S30 // of RAM, little-endian
33 // image, little-endian
36 // little-endian
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_security.h27 * @param frame Pointer to the frame data in original (little endian) byte order.
31 * @param src_ext_addr Pointer to the extended source address of the frame (in little endian byte
43 * @param frame Pointer to the frame data in original (little endian) byte order.
47 * @param src_ext_addr Pointer to the extended source address of the frame (in little endian byte
/Zephyr-latest/boards/arm/v2m_beetle/support/
Dopenocd.cfg13 if { [info exists ENDIAN] } {
14 set _ENDIAN $ENDIAN
/Zephyr-latest/soc/intel/intel_ish/utils/
Dbuild_ish_firmware.py41 # 4 bytes of ASCII encode ID (little endian)
43 # 8 bytes of ASCII encode ID (little endian)
45 # 4 bytes of code offset (little endian)
47 # 2 bytes of module in page size increments (little endian)
/Zephyr-latest/dts/bindings/memory-controllers/
Drenesas,ra-sdram.yaml14 edian-mode = "little-endian";
90 default: "little-endian"
92 - "little-endian"
93 - "big-endian"
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_parser_v1.py69 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
Dlog_parser_v3.py72 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/
Dtarget_arm.cmake14 list(APPEND TOOLCHAIN_C_FLAGS -mbig-endian)
15 list(APPEND TOOLCHAIN_LD_FLAGS -mbig-endian)
/Zephyr-latest/tests/modules/nanopb/
Dtestcase.yaml10 - qemu_malta/qemu_malta/be # Test on Big Endian platform
/Zephyr-latest/scripts/west_commands/
Dbindesc.py120 dump_parser.add_argument('-b', '--big-endian', action='store_true',
121 help='Target CPU is big endian')
128 search_parser.add_argument('-b', '--big-endian', action='store_true',
129 help='Target CPU is big endian')
140 custom_search_parser.add_argument('-b', '--big-endian', action='store_true',
141 help='Target CPU is big endian')
151 get_offset_parser.add_argument('-b', '--big-endian', action='store_true',
152 help='Target CPU is big endian')
/Zephyr-latest/boards/qemu/malta/
Dqemu_malta.yaml2 name: QEMU emulation for MIPS (little endian)
Dqemu_malta_qemu_malta_be.yaml2 name: QEMU emulation for MIPS (big endian)
/Zephyr-latest/dts/bindings/ethernet/
Dxlnx,gem.yaml338 ahb-packet-endian-swap:
342 endian. If this flag is not set, data will be little endian.
344 ahb-md-endian-swap:
347 Optional feature flag - Enable AHB management descriptor data endian-
348 ness swap to big endian. If this flag is not set, data will be little
349 endian.
/Zephyr-latest/boards/microchip/ev11l78a/support/
Dopenocd.cfg6 set ENDIAN little
/Zephyr-latest/boards/arduino/zero/support/
Dopenocd.cfg6 set ENDIAN little
/Zephyr-latest/boards/atmel/sam0/samd20_xpro/support/
Dopenocd.cfg6 set ENDIAN little
/Zephyr-latest/subsys/bluetooth/crypto/
Dbt_crypto.h139 * @param[in] k (128-bit number in big endian)
140 * @param[in] s (128-bit number in big endian)
141 * @param[in] key_id (32-bit number in big endian)
142 * @param[out] res (128-bit number in big endian)
/Zephyr-latest/drivers/i2s/
DKconfig.litex28 bool "Received data will be stored as big endian"
/Zephyr-latest/boards/atmel/sam0/samd21_xpro/support/
Dopenocd.cfg8 set ENDIAN little
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/support/
Dopenocd.cfg8 set ENDIAN little

12345678