Home
last modified time | relevance | path

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

/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/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/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/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/modules/trusted-firmware-m/psa/
DGNUARM.cmake19 …TARGET_SWITCH} -g -Wall -Werror -Wextra -fdata-sections -ffunction-sections -mno-unaligned-access")
/Zephyr-latest/drivers/flash/
DKconfig.simulator18 bool "Allow read access to be unaligned"
/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/doc/hardware/arch/
Darc-support-status.rst38 | Hardware-assisted unaligned memory access | Y [#f2]_ | Y | …
/Zephyr-latest/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake29 -Wno-unaligned-pointer-conversion
/Zephyr-latest/arch/arc/
DKconfig253 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/dts/arm/st/wba/
Dstm32wba.dtsi75 /* Defining this memory solves unaligned memory access issue */
/Zephyr-latest/doc/releases/
Drelease-notes-1.8.rst294 * ``ZEP-2012`` - Fault in networking stack for cores that can't access unaligned memory
Drelease-notes-1.12.rst419 * :github:`6307` - Unaligned access in networking code causes unaligned exception on Nucleo-F429ZI
718 * :github:`7776` - possible unaligned memory access to struct _k_object's perms
Drelease-notes-1.7.rst356 * ``ZEP-1549`` - k_cpu_sleep_mode unaligned byte address
Drelease-notes-2.5.rst632 * Fixed unaligned access to IPv6 address.
915 * Allow the final data chunk in the image to be unaligned in
1224 * :github:`30723` - libc: malloc() returns unaligned pointer, causes CPU exception
1913 * :github:`16438` - fs/FCB fs/NVS : requires unaligned flash read-out length capabilities,
Drelease-notes-2.2.rst422 * Nios2: qspi unaligned read support
1270 * :github:`1583` - NFFS requires 1-byte unaligned accesses to flash
Drelease-notes-3.2.rst609 * Fixed write from unaligned source for STM32G0x.
1820 * :github:`50689` - Suspected unaligned access in Bluetooth controller connection handling
2041 * :github:`49066` - Mcumgr img_mgmt_impl_upload_inspect() can cause unaligned memory access hard fa…
2324 * :github:`46733` - ipc_rpmsg_static_vrings creates unaligned TX virtqueues
Drelease-notes-2.4.rst441 …* Enhanced nRF QSPI NOR flash driver (nrf_qspi_nor) so it supports unaligned read offset, read len…
1337 * :github:`26647` - build generates unaligned function reference in v2.3
Drelease-notes-4.0.rst1099 * Fixed possible unaligned memory access when in :c:func:`net_context_bind`.
Drelease-notes-3.3.rst2390 processors that do not support unaligned memory access.
3564 * :github:`49066` - Mcumgr img_mgmt_impl_upload_inspect() can cause unaligned memory access hard fa…
Drelease-notes-3.7.rst1681 that do not support unaligned memory accesses.
Drelease-notes-2.7.rst1209 * :github:`38207` - Use of unaligned noinit data hangs qemu_arc_hs
Drelease-notes-1.14.rst1503 * :github:`13727` - MIMXRT1020_EVK sample/subsys/logging/logger report unaligned memory access
/Zephyr-latest/doc/security/
Dvulnerabilities.rst112 Out-of-bounds write in USB Mass Storage with unaligned sizes
115 unaligned Sizes.