/Zephyr-latest/ |
D | .gitlint | 31 [title-must-not-contain-word] 33 # insensitive. It's fine if the keyword occurs as part of a larger word (so "WIPING" 41 # (e.g. title-must-not-contain-word).
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32h7x.c | 191 uint32_t word = regs->ECCSFADDR & FLASH_ECCSFADDR_SEC_FADD; local 194 word * 4 * FLASH_NB_32BITWORD_IN_FLASHWORD); 198 uint32_t word = regs->ECCDFADDR & FLASH_ECCDFADDR_DED_FADD; local 201 word * 4 * FLASH_NB_32BITWORD_IN_FLASHWORD); 213 uint32_t word = regs->ECC_FA1 & FLASH_ECC_FA_FAIL_ECC_ADDR; 216 word * 4 * FLASH_NB_32BITWORD_IN_FLASHWORD); 230 uint32_t word = regs->ECC_FA2 & FLASH_ECC_FA_FAIL_ECC_ADDR; local 233 word * 4 * FLASH_NB_32BITWORD_IN_FLASHWORD);
|
/Zephyr-latest/arch/xtensa/core/startup/ |
D | reset_vector.S | 383 .word 0x00006000+XCHAL_MPU_ENTRIES-8 385 .word 0x000F7700+XCHAL_MPU_ENTRIES-8 387 .word 0x000D5700+XCHAL_MPU_ENTRIES-8 389 .word 0x000C4700+XCHAL_MPU_ENTRIES-8 391 .word 0x00006700+XCHAL_MPU_ENTRIES-8
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target_arc.cmake | 12 # (regexps are supported and match whole word)
|
D | target_xtensa.cmake | 4 # (regexps are supported and match whole word)
|
/Zephyr-latest/soc/st/stm32/stm32wb0x/ |
D | ram_sections.ld | 10 /* For historical reasons, leave the first word of
|
/Zephyr-latest/arch/arc/core/ |
D | cpu_idle.S | 27 .word 0
|
/Zephyr-latest/cmake/compiler/xt-clang/ |
D | target.cmake | 6 # (regexps are supported and match whole word)
|
/Zephyr-latest/arch/arm/core/mmu/ |
D | arm_mmu_priv.h | 117 uint32_t word; member 153 uint32_t word; member
|
D | arm_mmu.c | 517 l1_page_table.entries[l1_index].word = 0; in arm_mmu_remap_l1_section_to_l2_table() 598 if (l1_page_table.entries[l1_index].word == 0) { in arm_mmu_l2_map_page() 613 ((l1_page_table.entries[l1_index].word & in arm_mmu_l2_map_page() 650 if (l2_page_table->entries[l2_index].word == 0) { in arm_mmu_l2_map_page() 697 ((l1_page_table.entries[l1_index].word & in arm_mmu_l2_unmap_page() 700 if (l2_page_table->entries[l2_index].word == 0) { in arm_mmu_l2_unmap_page() 723 l2_page_table->entries[l2_index].word = 0; in arm_mmu_l2_unmap_page() 1082 if (l2_page_table->entries[l2_index].word == 0) { in arch_page_phys_get()
|
/Zephyr-latest/soc/nxp/rw/ |
D | firmwares.ld | 11 * issue, so add a padding of one word */
|
/Zephyr-latest/samples/drivers/soc_flash_nrf/ |
D | README.rst | 46 Test 2: Flash write (word array 1) 67 Test 4: Flash write (word array 2) 88 Test 6: Non-word aligned write (word array 3)
|
/Zephyr-latest/arch/arm/core/ |
D | vector_table.ld | 17 * of the vector table is 64-word aligned. 22 * of the vector table is 32-word aligned.
|
/Zephyr-latest/drivers/dai/nxp/sai/ |
D | sai.h | 518 static inline int count_leading_zeros(uint32_t word) in count_leading_zeros() argument 522 while (word) { in count_leading_zeros() 523 if (!(word & 0x1)) { in count_leading_zeros() 529 word = word >> 1; in count_leading_zeros()
|
/Zephyr-latest/samples/drivers/smbus/ |
D | README.rst | 57 word_data_read :SMBus: word data read command 59 word_data_write :SMBus: word data write command
|
/Zephyr-latest/drivers/sensor/bosch/bmi08x/ |
D | bmi08x_accel.c | 229 static int bmi08x_accel_word_read(const struct device *dev, uint8_t reg_addr, uint16_t *word) in bmi08x_accel_word_read() argument 233 ret = bmi08x_accel_transceive(dev, reg_addr | BIT(7), false, word, 2); in bmi08x_accel_word_read() 238 *word = sys_le16_to_cpu(*word); in bmi08x_accel_word_read() 248 int bmi08x_accel_word_write(const struct device *dev, uint8_t reg_addr, uint16_t word) in bmi08x_accel_word_write() argument 250 uint8_t tx_word[2] = {(uint8_t)(word & 0xff), (uint8_t)(word >> 8)}; in bmi08x_accel_word_write()
|
/Zephyr-latest/soc/telink/tlsr/tlsr951x/ |
D | start.S | 25 .word ('T'<<24 | 'L'<<16 | 'N'<<8 | 'K')
|
/Zephyr-latest/samples/boards/nxp/mimxrt595_evk/system_off/ |
D | README.rst | 130 Response word 1 = 4 (0x4) 131 Response word 2 = 0 (0x0) 141 Response word 1 = 4 (0x4) 142 Response word 2 = 1458176 (0x164000)
|
/Zephyr-latest/boards/renesas/da1469x_dk_pro/ |
D | Kconfig.defconfig | 16 # LCDC imposes display buffer's stride be word aligned
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | stacks.rst | 24 and must be aligned on a native word boundary. 25 The stack_data_t type corresponds to the native word size i.e. 32 bits or 65 up to ten word-sized data values.
|
/Zephyr-latest/samples/subsys/llext/shell_loader/ |
D | README.rst | 122 28: 00000004 .word 0x00000004 124 2c: 00000000 .word 0x00000000 126 30: 00000014 .word 0x00000014
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_pca9685.c | 34 #define BYTE_N(word, n) ((word >> (8 * n)) & 0xFF) argument
|
/Zephyr-latest/drivers/sensor/bosch/bmi160/ |
D | bmi160.c | 136 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/ |
D | relay_vector_table.ld | 16 * of the vector table is 32-word aligned.
|
/Zephyr-latest/boards/nxp/mimxrt1050_evk/ |
D | mimxrt1050_evk_mimxrt1052_hyperflash.dts | 34 word-addressable;
|