/Zephyr-latest/boards/nxp/mimxrt1060_evk/ |
D | mimxrt1060_evk_mimxrt1062_hyperflash.dts | 32 word-addressable;
|
/Zephyr-latest/scripts/kconfig/ |
D | lint.py | 299 cmd_s = " ".join(shlex.quote(word) for word in cmd)
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | lifos.rst | 27 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 */
|
D | fifos.rst | 27 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/ |
D | mpsc_pbuf.rst | 36 :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/ |
D | hci_da1469x.c | 412 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/ |
D | README.rst | 11 be useful for devices which use a non multiple of 8 word size, for example some
|
/Zephyr-latest/boards/makerbase/mks_canable_v20/ |
D | mks_canable_v20.dts | 33 label = "green-word D3";
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.ns16550 | 65 bool "NS16550 only allows word access" 68 16550 (DesignWare UART) only allows word access, byte access will raise
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target_arm.cmake | 51 # (regexps are supported and match whole word)
|
D | target_riscv.cmake | 76 # (regexps are supported and match whole word)
|
/Zephyr-latest/doc/templates/ |
D | sample.tmpl | 5 Short text description of the sample. It is recommended to word this as if you were completing
|
/Zephyr-latest/drivers/sensor/bosch/bmi08x/ |
D | bmi08x_gyro.c | 116 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()
|
D | bmi08x.h | 558 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/ |
D | mipi_stp_decoder.c | 580 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/ |
D | Kconfig.isa | 120 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/ |
D | mipi_dbi_nxp_lcdic.c | 338 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/ |
D | crt0.S | 18 .word 0xAA551234
|
/Zephyr-latest/include/zephyr/linker/common-rom/ |
D | common-rom-init.ld | 8 * hence symbol __CTOR_LIST__ must be aligned on word
|
/Zephyr-latest/samples/sensor/jc42/ |
D | README.rst | 26 C and +100 |deg| C to a digital word with |plusminus| 0.5 |deg| C (max.)
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 189 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/ |
D | intel_pch_smbus.c | 645 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/ |
D | Kconfig.nordic_qspi_nor | 38 from a word-aligned location in RAM. A non-zero value here enables
|
/Zephyr-latest/include/zephyr/linker/ |
D | common-ram.ld | 24 * specific boundary for using double word load
|
/Zephyr-latest/arch/xtensa/include/ |
D | xtensa_asm2_s.h | 732 .word \ENTRY_SYM 734 .word \C_HANDLER_SYM
|