Home
last modified time | relevance | path

Searched full:word (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/Zephyr-latest/arch/sparc/core/
Dtrap_table_svt.S61 .word __sparc_trap_table_svt_00
62 .word __sparc_trap_table_svt_10
63 .word __sparc_trap_table_svt_allbad
64 .word __sparc_trap_table_svt_allbad
65 .word __sparc_trap_table_svt_allbad
66 .word __sparc_trap_table_svt_allbad
67 .word __sparc_trap_table_svt_allbad
68 .word __sparc_trap_table_svt_allbad
69 .word __sparc_trap_table_svt_80
70 .word __sparc_trap_table_svt_allbad
[all …]
/Zephyr-latest/arch/arm/core/cortex_m/
Dvector_table.S39 .word z_main_stack + CONFIG_MAIN_STACK_SIZE
41 .word z_arm_reset
42 .word z_arm_nmi
44 .word z_arm_hard_fault
46 .word 0
47 .word 0
48 .word 0
49 .word 0
50 .word 0
51 .word 0
[all …]
Dirq_relay.S53 .word z_main_stack + CONFIG_MAIN_STACK_SIZE
55 .word z_arm_reset
57 .word __vector_relay_handler /* nmi */
58 .word __vector_relay_handler /* hard fault */
59 .word __vector_relay_handler
60 .word __vector_relay_handler
61 .word __vector_relay_handler
62 .word __vector_relay_handler
63 .word __vector_relay_handler
64 .word __vector_relay_handler
[all …]
/Zephyr-latest/tests/drivers/flash_simulator/flash_sim_reboot/src/
Dmain.c23 uint32_t word = MAGIC_WORD; in ZTEST() local
30 printk("Writing magic word to offset 0\n"); in ZTEST()
31 rc = flash_write(flash_dev, 0, &word, sizeof(word)); in ZTEST()
38 printk("Second boot, reading magic word\n"); in ZTEST()
39 rc = flash_read(flash_dev, 0, &word, sizeof(word)); in ZTEST()
41 zassert_equal(MAGIC_WORD, word, "Magic word not preserved"); in ZTEST()
/Zephyr-latest/dts/bindings/dma/
Dandestech,atcdmac300.yaml48 0x1: Half-word (16 bits)
49 0x2: Word (32 bits)
50 0x3: Double word (64 bits)
51 0x4: Quad word (128 bits)
52 0x5: Eight word (256 bits)
56 0x1: Half-word (16 bits)
57 0x2: Word (32 bits)
58 0x3: Double word (64 bits)
59 0x4: Quad word (128 bits)
60 0x5: Eight word (256 bits)
Dgd,gd32-dma-v1.yaml50 - 0x0: 1 word
51 - 0x1: 2 word
52 - 0x2: 3 word
53 - 0x3: 4 word
83 If the fifo-threshold is a 2-word case, it runs one burst transfer to transfer 8 bytes.
84 Or the fifo-threshold is a 4-word case, runs two times burst transfer to transferring 8 bytes each
Dst,stm32u5-dma.yaml38 0x1: Half-word (16 bits)
39 0x2: Word (32 bits)
43 0x1: Half-word (16 bits)
44 0x2: Word (32 bits)
Dst,stm32-dmamux.yaml28 0x1: Half-word (16 bits)
29 0x2: Word (32 bits)
33 0x1: Half-word (16 bits)
34 0x2: Word (32 bits)
Dst,stm32-bdma.yaml30 0x1: Half-word (16 bits)
31 0x2: Word (32 bits)
35 0x1: Half-word (16 bits)
36 0x2: Word (32 bits)
Dst,stm32-dma-v2bis.yaml33 0x1: STM32_DMA_PERIPH_16BITS: Half-word (16 bits)
34 0x2: STM32_DMA_PERIPH_32BITS: Word (32 bits)
38 0x1: STM32_DMA_MEM_16BITS: Half-word (16 bits)
39 0x2: STM32_DMA_MEM_32BITS: Word (32 bits)
/Zephyr-latest/tests/drivers/fuel_gauge/sbs_gauge/src/
Dtest_sbs_gauge.c74 /* Set Manufacturer's Access to arbitrary word */ in ZTEST_USER_F()
84 /* Set Manufacturer's Access to arbitrary word */ in ZTEST_USER_F()
95 uint16_t word = BIT(15) | BIT(0); in ZTEST_USER_F() local
107 .sbs_mfr_access_word = word, in ZTEST_USER_F()
110 .sbs_remaining_capacity_alarm = word, in ZTEST_USER_F()
113 .sbs_remaining_time_alarm = word, in ZTEST_USER_F()
116 .sbs_mode = word, in ZTEST_USER_F()
119 .sbs_at_rate = (int16_t)word, in ZTEST_USER_F()
131 zassert_equal(get_props[0].sbs_mfr_access_word, word); in ZTEST_USER_F()
132 zassert_equal(get_props[1].sbs_remaining_capacity_alarm, word); in ZTEST_USER_F()
[all …]
/Zephyr-latest/arch/arm/core/
DKconfig.vfp35 that supports only single-precision operations with 16 double-word
47 double-word registers.
59 multiply-accumulate) with 16 double-word registers.
70 double-word registers.
82 double-word registers.
95 (including fused multiply-accumulate) with 16 double-word registers.
110 double-word registers.
123 (including fused multiply-accumulate) with 32 double-word registers.
138 double-word registers.
/Zephyr-latest/include/zephyr/drivers/pcie/
Dcontroller.h34 * @brief Function called to read a 32-bit word from an endpoint's configuration space.
36 * Read a 32-bit word from an endpoint's configuration space with the PCI Express Controller
41 * @param reg the configuration word index (not address)
42 * @return the word read (0xFFFFFFFFU if nonexistent endpoint or word)
48 * @brief Function called to write a 32-bit word to an endpoint's configuration space.
50 * Write a 32-bit word to an endpoint's configuration space with the PCI Express Controller
55 * @param reg the configuration word index (not address)
130 * @brief Read a 32-bit word from a Memory-Mapped endpoint's configuration space.
132 * Read a 32-bit word from an endpoint's configuration space from a Memory-Mapped
138 * @param reg the configuration word index (not address)
[all …]
/Zephyr-latest/include/zephyr/sys/
Dmpsc_pbuf.h183 /** @brief Put single word packet into a buffer.
185 * Function is optimized for storing a packet which fit into a single word.
186 * Note that 2 bits of that word is used by the buffer.
190 * @param word Packet content consisting of MPSC_PBUF_HDR with valid bit set
194 const union mpsc_pbuf_generic word);
196 /** @brief Put a packet consisting of a word and a pointer.
198 * Function is optimized for storing packet consisting of a word and a pointer.
199 * Note that 2 bits of a first word is used by the buffer.
203 * @param word First word of a packet consisting of MPSC_PBUF_HDR with valid
209 const union mpsc_pbuf_generic word,
[all …]
/Zephyr-latest/dts/bindings/wifi/
Dinfineon,airoc-wifi-spi.yaml25 spi-word-size:
27 SPI word size in bits. Since 8-bit word size is the
/Zephyr-latest/soc/lowrisc/opentitan/
Drom_header.S22 .word 0
25 .word(__start - __rom_header)
28 .word 0
/Zephyr-latest/include/zephyr/drivers/sensor/
Dtmp108.h33 /** a tmp108 mask for the over temp alert bit in the status word*/
36 /** a tmp108 mask for the under temp alert bit in the status word*/
39 /** a as6212 mask for the over temp alert bit in the status word*/
/Zephyr-latest/drivers/led_strip/
Dws2812_i2s.c7 * Note: the word "word" refers to a 32-bit integer unless otherwise stated.
10 * This refers to the "I2S word or channel select" clock.
12 * A single LED color (8 data bits) will take up one 32-bit word or one LRCK
50 * word).
54 uint32_t word = 0; in ws2812_i2s_ser() local
57 word <<= 4; in ws2812_i2s_ser()
58 word |= (color & mask) ? sym_one : sym_zero; in ws2812_i2s_ser()
62 return (word >> 16) | (word << 16); in ws2812_i2s_ser()
168 LOG_DBG("Word clock: freq %u Hz period %u us", in ws2812_i2s_init()
/Zephyr-latest/drivers/entropy/
Dentropy_esp32.c29 * clock cycles after reading previous word. This implementation may actually in entropy_esp32_get_u32()
54 uint32_t word = entropy_esp32_get_u32(); in entropy_esp32_get_entropy() local
55 uint32_t to_copy = MIN(sizeof(word), len); in entropy_esp32_get_entropy()
57 memcpy(buf_bytes, &word, to_copy); in entropy_esp32_get_entropy()
Dentropy_smartbond.c116 uint32_t word = 0; in random_word_get() local
123 word = trng_fifo_read(); in random_word_get()
129 buf[0] = (uint8_t)word; in random_word_get()
130 buf[1] = (uint8_t)(word >> 8); in random_word_get()
131 buf[2] = (uint8_t)(word >> 16); in random_word_get()
132 buf[3] = (uint8_t)(word >> 24); in random_word_get()
237 uint8_t word[4]; in smartbond_trng_isr() local
238 const uint8_t *const limit = word + 4; in smartbond_trng_isr()
245 if (random_word_get(word) < 0) { in smartbond_trng_isr()
249 ptr = word; in smartbond_trng_isr()
/Zephyr-latest/arch/arm/core/mpu/
Dnxp_mpu.c101 __ASSERT(region_base == SYSMPU->WORD[index][0], in region_init()
103 index, region_base, (uint32_t)SYSMPU->WORD[index][0]); in region_init()
105 __ASSERT(region_end == SYSMPU->WORD[index][1], in region_init()
107 index, region_end, (uint32_t)SYSMPU->WORD[index][1]); in region_init()
115 SYSMPU->WORD[index][0] = region_base; in region_init()
116 SYSMPU->WORD[index][1] = region_end; in region_init()
117 SYSMPU->WORD[index][2] = region_attr; in region_init()
118 SYSMPU->WORD[index][3] = SYSMPU_WORD_VLD_MASK; in region_init()
122 (uint32_t)SYSMPU->WORD[index][0], in region_init()
123 (uint32_t)SYSMPU->WORD[index][1], in region_init()
[all …]
/Zephyr-latest/samples/net/sockets/sntp_client/src/
Dmain.c52 LOG_INF("time since Epoch: high word: %u, low word: %u", in main()
80 LOG_INF("time since Epoch: high word: %u, low word: %u", in main()
/Zephyr-latest/drivers/spi/
DKconfig.dw18 bool "DesignWare SPI only allows word access"
21 DesignWare SPI only allows word access, byte access will raise
/Zephyr-latest/drivers/smbus/
Dsmbus_stm32.c189 uint8_t command, uint16_t word) in smbus_stm32_word_data_write() argument
192 uint8_t buffer[sizeof(command) + sizeof(word)]; in smbus_stm32_word_data_write()
195 sys_put_le16(word, buffer + 1); in smbus_stm32_word_data_write()
201 uint8_t command, uint16_t *word) in smbus_stm32_word_data_read() argument
206 result = i2c_write_read(config->i2c_dev, periph_addr, &command, sizeof(command), word, in smbus_stm32_word_data_read()
207 sizeof(*word)); in smbus_stm32_word_data_read()
208 *word = sys_le16_to_cpu(*word); in smbus_stm32_word_data_read()
/Zephyr-latest/drivers/dai/nxp/sai/
DKconfig.sai25 int "Size (in bytes) of a FIFO word"
29 FIFO word.

12345678910>>...16