/Zephyr-latest/include/zephyr/sys/ |
D | byteorder.h | 316 * potentially unaligned memory location in big-endian format. 331 * potentially unaligned memory location in big-endian format. 346 * potentially unaligned memory location in big-endian format. 360 * potentially unaligned memory location in big-endian format. 375 * potentially unaligned memory location in big-endian format. 390 * potentially unaligned memory location in big-endian format. 405 * potentially unaligned memory location in little-endian format. 420 * potentially unaligned memory location in little-endian format. 435 * potentially unaligned memory location in little-endian format. 450 * potentially unaligned memory location in little-endian format. [all …]
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_flash.rst | 27 The BLOB Flash Writer copies chunk data into a buffer to accommodate chunks that are unaligned with 29 the chunk is unaligned.
|
/Zephyr-latest/tests/subsys/sd/mmc/src/ |
D | main.c | 83 /* Verify that unaligned reads work */ in ZTEST() 86 zassert_equal(ret, 0, "Unaligned read failed"); in ZTEST() 118 /* Verify that unaligned writes work */ in ZTEST() 121 zassert_equal(ret, 0, "Unaligned write failed"); in ZTEST() 155 /* Verify that unaligned writes work */ in ZTEST() 166 "Unaligned read of written area was not correct"); in ZTEST()
|
/Zephyr-latest/doc/services/debugging/ |
D | mipi_stp_decoder.rst | 35 * When decoding nibbles, it is more efficient when core supports unaligned memory access. 36 Implementation supports optimized version with unaligned memory access and generic one.
|
/Zephyr-latest/tests/subsys/sd/sdmmc/src/ |
D | main.c | 88 /* Verify that unaligned reads work */ in ZTEST() 92 zassert_equal(ret, 0, "Unaligned read failed"); in ZTEST() 124 /* Verify that unaligned writes work */ in ZTEST() 128 zassert_equal(ret, 0, "Unaligned write failed"); in ZTEST() 164 /* Verify that unaligned writes work */ in ZTEST() 177 "Unaligned read of written area was not correct"); in ZTEST()
|
/Zephyr-latest/subsys/random/ |
D | random_xoshiro128.c | 98 uint32_t *unaligned = dst; in z_impl_sys_rand_get() local 107 UNALIGNED_PUT(xoshiro128_next(), unaligned++); in z_impl_sys_rand_get() 112 memcpy(unaligned, &ret, rem); in z_impl_sys_rand_get()
|
/Zephyr-latest/dts/bindings/mtd/ |
D | nxp,s32-qspi-device.yaml | 21 unaligned accesses.
|
/Zephyr-latest/include/zephyr/drivers/mm/ |
D | system_mm.h | 94 * Behavior when providing unaligned address is undefined, this 116 * Behavior when providing unaligned addresses/sizes is undefined, these 140 * space. Behavior when providing unaligned addresses is undefined, these 170 * Behavior when providing unaligned address is undefined, this 193 * Behavior when providing unaligned address is undefined, this 256 * Behavior when providing unaligned addresses/sizes is undefined, these 290 * Behavior when providing unaligned addresses/sizes is undefined, these 392 * Behavior when providing unaligned address is undefined, this
|
/Zephyr-latest/tests/boards/altera_max10/qspi/src/ |
D | qspi_flash.c | 60 /* Flash Unaligned Read Test */ in ZTEST() 61 TC_PRINT(" Flash Unaligned Read Test..."); in ZTEST()
|
/Zephyr-latest/subsys/logging/frontends/ |
D | log_frontend_stmesp.c | 220 uint32_t unaligned; in write_data() local 227 unaligned = (uintptr_t)data & 0x00000003UL; in write_data() 228 if (unaligned != 0) { in write_data() 229 unaligned = 4 - unaligned; in write_data() 230 unaligned = MIN(len, unaligned); in write_data() 232 len -= unaligned; in write_data() 234 switch (unaligned) { in write_data()
|
/Zephyr-latest/drivers/syscon/ |
D | syscon_common.h | 26 /* Avoid unaligned readings */ in syscon_sanitize_reg()
|
/Zephyr-latest/tests/subsys/settings/nvs/src/ |
D | settings_test_nvs.c | 80 if (settings_name_steq(name, "unaligned", &next) && !next) { in c1_handle_set() 109 (void)cb("myfoo/unaligned", &val8_un, sizeof(val8_un)); in c1_handle_export()
|
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/ |
D | soc.c | 24 /* unaligned trap bit is enabled on reset. disable it here and set later via */ in soc_reset_hook()
|
/Zephyr-latest/modules/trusted-firmware-m/psa/ |
D | GNUARM.cmake | 19 …TARGET_SWITCH} -g -Wall -Werror -Wextra -fdata-sections -ffunction-sections -mno-unaligned-access")
|
/Zephyr-latest/subsys/demand_paging/backing_store/ |
D | ram.c | 62 "unaligned location 0x%lx", location); in location_to_slab() 80 "unaligned slab pointer %p", slab); in slab_to_location()
|
/Zephyr-latest/tests/drivers/flash/negative_tests/src/ |
D | main.c | 99 /* Check error returned when erasing unaligned memory or too large chunk of memory */ in ZTEST() 132 /* Check error returned when filling unaligned memory */ in ZTEST() 166 /* Check error returned when flatten unaligned memory */ in ZTEST() 233 /* Check error returned when writing at unaligned memory or too large chunk of memory */ in ZTEST()
|
/Zephyr-latest/dts/bindings/dma/ |
D | xilinx,axi-dma-base.yaml | 54 description: Data realignment engine activated. This enables unaligned DMA transfers.
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.simulator | 18 bool "Allow read access to be unaligned"
|
/Zephyr-latest/arch/arc/ |
D | Kconfig | 248 bool "Unaligned access in HW" 253 to support unaligned memory access which is then disabled by default. 254 Enable unaligned access in hardware and make software to use it.
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | mipi_dbi_nxp_lcdic.c | 106 * this is used to store the last unaligned segment of the data. 177 /* Only unaligned data exists, send it in the first block */ in mipi_dbi_lcdic_start_dma() 191 /* Second DMA block configuration sends unaligned block */ in mipi_dbi_lcdic_start_dma() 332 /* Gets unaligned word data from array. Return value will be a 4 byte 333 * value containing the last unaligned section of the array data 458 * 4, save the unaligned portion of the transfer into in mipi_dbi_lcdic_write_display() 559 * 4, save the unaligned portion of the transfer into in mipi_dbi_lcdic_write_cmd() 798 /* Save unaligned portion of transfer into in mipi_dbi_lcdic_isr()
|
/Zephyr-latest/subsys/sd/ |
D | Kconfig | 80 Size in bytes of internal buffer SD card uses for unaligned reads and
|
/Zephyr-latest/modules/lvgl/ |
D | Kconfig.memory | 84 so buffer must be aligned to prevent unaligned memory access
|
/Zephyr-latest/arch/nios2/core/ |
D | cache.c | 83 * For an unaligned flush request, we've got one more line left. in z_nios2_dcache_flush_no_writeback()
|
/Zephyr-latest/soc/xlnx/zynq7000/xc7zxxx/ |
D | soc.c | 86 * as early as z_mem_manage_init when an unaligned access is performed in soc_reset_hook()
|
/Zephyr-latest/soc/xlnx/zynq7000/xc7zxxxs/ |
D | soc.c | 86 * as early as z_mem_manage_init when an unaligned access is performed in soc_reset_hook()
|