Home
last modified time | relevance | path

Searched refs:word (Results 51 – 75 of 120) sorted by relevance

12345

/Zephyr-latest/boards/nxp/mimxrt1060_evk/
Dmimxrt1060_evk_mimxrt1062_hyperflash.dts32 word-addressable;
/Zephyr-latest/scripts/kconfig/
Dlint.py299 cmd_s = " ".join(shlex.quote(word) for word in cmd)
/Zephyr-latest/doc/kernel/services/data_passing/
Dlifos.rst27 LIFO data items must be aligned on a word boundary, as the kernel reserves
28 the first word of an item for use as a pointer to the next data item in the
93 void *LIFO_reserved; /* 1st word reserved for use by LIFO */
Dfifos.rst27 FIFO data items must be aligned on a word boundary, as the kernel reserves
28 the first word of an item for use as a pointer to the next data item in
102 void *fifo_reserved; /* 1st word reserved for use by FIFO */
/Zephyr-latest/doc/kernel/data_structures/
Dmpsc_pbuf.rst36 :c:macro:`MPSC_PBUF_HDR` and remaining bits in the first word can be application
125 * 32 bit word packet
126 * 32 bit word with pointer packet
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_da1469x.c412 uint32_t word; in rng_thread() local
422 word = sys_rand32_get(); in rng_thread()
423 cmac_rand_fill(&word, 1); in rng_thread()
/Zephyr-latest/samples/drivers/spi_bitbang/
DREADME.rst11 be useful for devices which use a non multiple of 8 word size, for example some
/Zephyr-latest/boards/makerbase/mks_canable_v20/
Dmks_canable_v20.dts33 label = "green-word D3";
/Zephyr-latest/drivers/serial/
DKconfig.ns1655065 bool "NS16550 only allows word access"
68 16550 (DesignWare UART) only allows word access, byte access will raise
/Zephyr-latest/cmake/compiler/gcc/
Dtarget_arm.cmake51 # (regexps are supported and match whole word)
Dtarget_riscv.cmake76 # (regexps are supported and match whole word)
/Zephyr-latest/doc/templates/
Dsample.tmpl5 Short text description of the sample. It is recommended to word this as if you were completing
/Zephyr-latest/drivers/sensor/bosch/bmi08x/
Dbmi08x_gyro.c116 int bmi08x_gyro_word_write(const struct device *dev, uint8_t reg_addr, uint16_t word) in bmi08x_gyro_word_write() argument
118 uint8_t tx_word[2] = {(uint8_t)(word & 0xff), (uint8_t)(word >> 8)}; in bmi08x_gyro_word_write()
Dbmi08x.h558 int bmi08x_accel_word_write(const struct device *dev, uint8_t reg_addr, uint16_t word);
570 int bmi08x_gyro_word_write(const struct device *dev, uint8_t reg_addr, uint16_t word);
/Zephyr-latest/subsys/debug/
Dmipi_stp_decoder.c580 static uint32_t swap32(uint32_t word) in swap32() argument
582 word = __builtin_bswap32(word); in swap32()
583 uint32_t d1 = (word & 0xf0f0f0f0) >> 4; in swap32()
584 uint32_t d2 = (word & 0x0f0f0f0f) << 4; in swap32()
/Zephyr-latest/arch/riscv/
DKconfig.isa120 addresses that index into arrays of basic types (halfword, word,
121 doubleword) using both unsigned word-sized and XLEN-sized indices: a
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_nxp_lcdic.c338 uint32_t word = 0U; in mipi_dbi_lcdic_get_unaligned() local
343 word <<= 8U; in mipi_dbi_lcdic_get_unaligned()
344 word |= bytes[aligned_len + unaligned_len]; in mipi_dbi_lcdic_get_unaligned()
346 return word; in mipi_dbi_lcdic_get_unaligned()
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dcrt0.S18 .word 0xAA551234
/Zephyr-latest/include/zephyr/linker/common-rom/
Dcommon-rom-init.ld8 * hence symbol __CTOR_LIST__ must be aligned on word
/Zephyr-latest/samples/sensor/jc42/
DREADME.rst26 C and +100 |deg| C to a digital word with |plusminus| 0.5 |deg| C (max.)
/Zephyr-latest/scripts/
Dcheckpatch.pl189 foreach my $word (@words) {
190 last if ($word =~ m/^#/);
191 push (@conf_args, $word);
287 foreach my $word (@array) {
288 $word =~ s/\s*\n?$//g;
289 $word =~ s/^\s*//g;
290 $word =~ s/\s+/ /g;
291 $word =~ tr/[a-z]/[A-Z]/;
293 next if ($word =~ m/^\s*#/);
294 next if ($word =~ m/^\s*$/);
[all …]
/Zephyr-latest/drivers/smbus/
Dintel_pch_smbus.c645 uint8_t command, uint16_t word) in pch_smbus_word_data_write() argument
655 (uint8_t *)&word, SMBUS_CMD_WORD_DATA); in pch_smbus_word_data_write()
679 uint8_t command, uint16_t *word) in pch_smbus_word_data_read() argument
682 uint8_t *p = (uint8_t *)word; in pch_smbus_word_data_read()
/Zephyr-latest/drivers/flash/
DKconfig.nordic_qspi_nor38 from a word-aligned location in RAM. A non-zero value here enables
/Zephyr-latest/include/zephyr/linker/
Dcommon-ram.ld24 * specific boundary for using double word load
/Zephyr-latest/arch/xtensa/include/
Dxtensa_asm2_s.h732 .word \ENTRY_SYM
734 .word \C_HANDLER_SYM

12345