Home
last modified time | relevance | path

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

123456

/Zephyr-latest/drivers/sensor/bosch/bmi160/
Dbmi160.c136 uint16_t *word) in bmi160_word_read() argument
140 rc = bmi160_read(dev, reg_addr, word, 2); in bmi160_word_read()
145 *word = sys_le16_to_cpu(*word); in bmi160_word_read()
165 uint16_t word) in bmi160_word_write() argument
168 (uint8_t)(word & 0xff), in bmi160_word_write()
169 (uint8_t)(word >> 8) in bmi160_word_write()
/Zephyr-latest/arch/arm/core/cortex_m/
Drelay_vector_table.ld16 * of the vector table is 32-word aligned.
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
Dmimxrt1060_evk_mimxrt1062_hyperflash.dts32 word-addressable;
/Zephyr-latest/boards/nxp/mimxrt1050_evk/
Dmimxrt1050_evk_mimxrt1052_hyperflash.dts34 word-addressable;
/Zephyr-latest/scripts/kconfig/
Dlint.py299 cmd_s = " ".join(shlex.quote(word) for word in cmd)
/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/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/boards/makerbase/mks_canable_v20/
Dmks_canable_v20.dts33 label = "green-word D3";
/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/drivers/serial/
DKconfig.ns1655065 bool "NS16550 only allows word access"
68 16550 (DesignWare UART) only allows word access, byte access will raise
/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/cmake/compiler/gcc/
Dtarget_arm.cmake51 # (regexps are supported and match whole word)
/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/samples/subsys/llext/shell_loader/
DREADME.rst131 28: 00000004 .word 0x00000004
133 2c: 00000000 .word 0x00000000
135 30: 00000014 .word 0x00000014
/Zephyr-latest/arch/riscv/
DKconfig.isa136 addresses that index into arrays of basic types (halfword, word,
137 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/drivers/spi/spi_nxp_lpspi/
Dspi_nxp_lpspi.c39 uint32_t word = LPSPI_ReadData(base); in lpspi_rx_word_write_bytes() local
47 buf[i] = (uint8_t)(word >> (BITS_PER_BYTE * i)); in lpspi_rx_word_write_bytes()
/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 …]

123456