Home
last modified time | relevance | path

Searched refs:swapped (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/tests/boot/test_mcuboot/
Dsysbuild.cmake4 # Add the mcuboot key file to the secondary swapped app
11 # Add the swapped app to the build
17 # Add the swapped app to the list of images to flash
20 # - swapped app
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c79 bool swapped; in bubblesort_2() local
83 swapped = false; in bubblesort_2()
92 swapped = true; in bubblesort_2()
96 if (!swapped) { in bubblesort_2()
/Zephyr-latest/drivers/mipi_dsi/
DKconfig.mcux34 format, which will then be byte swapped.
/Zephyr-latest/samples/subsys/input/draw_touch_events/
DREADME.rst10 if the touch screen works for a board, examine its parameters such as inverted/swapped axes.
/Zephyr-latest/samples/drivers/display/
DREADME.rst16 may be endian swapped.
/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_member.c156 static bool swapped; in sirk_encrypt() local
158 if (!swapped && IS_ENABLED(CONFIG_LITTLE_ENDIAN)) { in sirk_encrypt()
161 swapped = true; in sirk_encrypt()
Dcsip_set_coordinator.c277 static bool swapped; in sirk_decrypt() local
281 if (!swapped && IS_ENABLED(CONFIG_LITTLE_ENDIAN)) { in sirk_decrypt()
284 swapped = true; in sirk_decrypt()
/Zephyr-latest/doc/kernel/data_structures/
Drbtree.rst99 elaborate code to handle the edge cases (for example, one swapped node
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig91 reset yet, so has not yet been swapped.
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/
DREADME.rst280 The new image is now loaded into slot-0, but it will be swapped back into slot-1 on the next
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/doc/
Dindex.rst322 .. note:: Remember that SPI MISO/MOSI are swapped on Dediprog headers!
/Zephyr-latest/doc/releases/
Drelease-notes-1.8.rst311 * ``ZEP-2066`` - nitpick: SOCK_STREAM/SOCK_DGRAM values swapped compared to most OSes
Dmigration-guide-4.0.rst223 symbols swapped to :kconfig:option:`CONFIG_GNSS_U_BLOX_M8`.
Drelease-notes-2.1.rst517 * :github:`20800` - Ready thread is not swapped in after being woken up in IRQ
Drelease-notes-4.0.rst943 * Fixed a bug where LL address endianness was swapped twice when deciphering a frame.
Drelease-notes-2.7.rst1368 * :github:`37784` - MPU6050 accel and gyro values swapped
Drelease-notes-3.2.rst1815 * :github:`50771` - mcan driver has tx and rx error counts swapped
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/doc/
Dindex.rst309 .. note:: Remember that SPI MISO/MOSI are swapped on Dediprog headers!
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst139 thread A is swapped out and the next ready thread B starts to
/Zephyr-latest/doc/services/logging/
Dindex.rst448 .. [#l0] Depending on the platform and the timestamp size fields may be swapped.