Home
last modified time | relevance | path

Searched full:unaligned (Results 1 – 25 of 82) sorted by relevance

1234

/Zephyr-latest/include/zephyr/sys/
Dbyteorder.h316 * 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/
Dblob_flash.rst27 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/
Dmain.c83 /* 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/
Dmipi_stp_decoder.rst35 * 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/
Dmain.c88 /* 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/
Drandom_xoshiro128.c98 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/
Dnxp,s32-qspi-device.yaml21 unaligned accesses.
/Zephyr-latest/include/zephyr/drivers/mm/
Dsystem_mm.h94 * 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/
Dqspi_flash.c60 /* Flash Unaligned Read Test */ in ZTEST()
61 TC_PRINT(" Flash Unaligned Read Test..."); in ZTEST()
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_stmesp.c220 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/
Dsyscon_common.h26 /* Avoid unaligned readings */ in syscon_sanitize_reg()
/Zephyr-latest/tests/subsys/settings/nvs/src/
Dsettings_test_nvs.c80 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/
Dsoc.c24 /* 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/
DGNUARM.cmake19 …TARGET_SWITCH} -g -Wall -Werror -Wextra -fdata-sections -ffunction-sections -mno-unaligned-access")
/Zephyr-latest/subsys/demand_paging/backing_store/
Dram.c62 "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/
Dmain.c99 /* 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/
Dxilinx,axi-dma-base.yaml54 description: Data realignment engine activated. This enables unaligned DMA transfers.
/Zephyr-latest/drivers/flash/
DKconfig.simulator18 bool "Allow read access to be unaligned"
/Zephyr-latest/arch/arc/
DKconfig248 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/
Dmipi_dbi_nxp_lcdic.c106 * 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/
DKconfig80 Size in bytes of internal buffer SD card uses for unaligned reads and
/Zephyr-latest/modules/lvgl/
DKconfig.memory84 so buffer must be aligned to prevent unaligned memory access
/Zephyr-latest/arch/nios2/core/
Dcache.c83 * 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/
Dsoc.c86 * as early as z_mem_manage_init when an unaligned access is performed in soc_reset_hook()
/Zephyr-latest/soc/xlnx/zynq7000/xc7zxxxs/
Dsoc.c86 * as early as z_mem_manage_init when an unaligned access is performed in soc_reset_hook()

1234