Home
last modified time | relevance | path

Searched refs:word (Results 76 – 100 of 120) sorted by relevance

12345

/Zephyr-latest/include/zephyr/linker/common-rom/
Dcommon-rom-kernel-devices.ld53 * specific boundary for using double word load
/Zephyr-latest/drivers/i3c/
Di3c_cdns.c601 static uint8_t i3c_cdns_crc5(uint8_t crc5, uint16_t word) in i3c_cdns_crc5() argument
612 crc0 = ((word >> i) ^ (crc5 >> 4)) & 0x1; in i3c_cdns_crc5()
645 static uint16_t prepare_ddr_cmd_parity_adjustment_bit(uint16_t word) in prepare_ddr_cmd_parity_adjustment_bit() argument
649 pb = (word >> 14) ^ (word >> 12) ^ (word >> 10) ^ (word >> 8) ^ (word >> 6) ^ (word >> 4) ^ in prepare_ddr_cmd_parity_adjustment_bit()
650 (word >> 2); in prepare_ddr_cmd_parity_adjustment_bit()
653 word |= BIT(0); in prepare_ddr_cmd_parity_adjustment_bit()
656 return word; in prepare_ddr_cmd_parity_adjustment_bit()
/Zephyr-latest/scripts/
Dget_maintainer.py565 git_cmd_s = " ".join(shlex.quote(word) for word in git_cmd) # For errors
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/
DREADME.rst43 word (name) of the stored text will be sent to all other boards in
/Zephyr-latest/subsys/settings/
DKconfig104 Magic 32-bit word for to identify valid settings area
/Zephyr-latest/drivers/sensor/sensirion/scd4x/
Dscd4x.c116 uint16_t word = sys_get_be16(rx_data); in scd4x_data_ready() local
118 if ((word & 0x07FF) > 0) { in scd4x_data_ready()
/Zephyr-latest/subsys/logging/
DKconfig.misc32 Dedicated code for handling simple log messages (0-2 32 bit word arguments).
/Zephyr-latest/subsys/pm/
DKconfig46 By default a magic word in RAM is used to mark entering suspend-to-RAM. Enabling
/Zephyr-latest/doc/kernel/data_structures/
Dring_buffers.rst18 * **Data item mode**: Multiple 32-bit word data items with metadata
27 "bytes" API, one initialized with a word count must use the "items"
154 values (which occupy one additional 32-bit word). If the ring buffer has
/Zephyr-latest/drivers/sensor/bosch/bmi160/
Dbmi160.h534 uint16_t word);
/Zephyr-latest/doc/services/shell/
Dindex.rst649 - Removes the word or part of the word to the left of the cursor. Words
650 separated by period instead of space are treated as one word.
652 - Moves the cursor backward one word.
654 - Moves the cursor forward one word.
/Zephyr-latest/boards/altr/max10/doc/
Dindex.rst218 Type "apropos word" to search for commands related to "word"...
/Zephyr-latest/include/zephyr/arch/arm64/scripts/
Dlinker.ld355 /* Fill last section with a word to ensure location counter and actual rom
/Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/
Dmimxrt1062_fmurt6.dts193 word-addressable;
/Zephyr-latest/cmake/linker_script/common/
Dcommon-rom.cmake35 # hence symbol __CTOR_LIST__ must be aligned on word
/Zephyr-latest/doc/develop/optimizations/
Dtools.rst212 elements to the word-size of the CPU by the compiler.
/Zephyr-latest/subsys/debug/
DKconfig60 Every thread it finds is analyzed word by word to find any that
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst71 Index is between 0 and 65280. User data is 32 bit word.
238 * Use optimized log macros (having up to 2 word size numeric arguments, like ``LOG_INF("%d %c", (in…
/Zephyr-latest/boards/st/b_l072z_lrwan1/doc/
Dindex.rst31 - Sync word recognition
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/scripts/
Dlinker.ld406 /* Fill last section with a word to ensure location counter and actual rom
/Zephyr-latest/soc/andestech/ae350/
Dlinker.ld416 /* Fill last section with a word to ensure location counter and actual rom
/Zephyr-latest/soc/infineon/cat1b/cyw20829/
Dlinker.ld470 /* Fill last section with a word to ensure location counter and actual rom
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/scripts/
Dlinker.ld442 /* Fill last section with a word to ensure location counter and actual rom
/Zephyr-latest/include/zephyr/arch/riscv/common/
Dlinker.ld458 /* Fill last section with a word to ensure location counter and actual rom
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py347 " ".join(shlex.quote(word) for word in command) + os.linesep +

12345