Home
last modified time | relevance | path

Searched full:words (Results 1 – 25 of 153) sorted by relevance

1234567

/Zephyr-latest/dts/bindings/can/
Dbosch,m_can-base.yaml20 11-bit Filter 0-128 elements / 0-128 words
21 29-bit Filter 0-64 elements / 0-128 words
22 Rx FIFO 0 0-64 elements / 0-1152 words
23 Rx FIFO 1 0-64 elements / 0-1152 words
24 Rx Buffers 0-64 elements / 0-1152 words
25 Tx Event FIFO 0-32 elements / 0-64 words
26 Tx Buffers 0-32 elements / 0-576 words
/Zephyr-latest/scripts/west_commands/
Dzephyr_ext_common.py55 words = self.config_get_words(section_key)
56 if words is None:
58 if len(words) != 1:
59 self.die(f'Single word expected for: {section_key}={words}. Use quotes?')
60 return words[0]
/Zephyr-latest/drivers/sensor/bosch/bmi323/
Dbmi323_spi.c11 static int bosch_bmi323_spi_read_words(const void *context, uint8_t offset, uint16_t *words, in bosch_bmi323_spi_read_words() argument
33 receive_buffers[1].buf = words; in bosch_bmi323_spi_read_words()
46 static int bosch_bmi323_spi_write_words(const void *context, uint8_t offset, uint16_t *words, in bosch_bmi323_spi_write_words() argument
59 transmit_buffers[1].buf = words; in bosch_bmi323_spi_write_words()
Dbmi323.h179 /* Read up to multiple words from the BMI323 */
180 int (*read_words)(const void *context, uint8_t offset, uint16_t *words,
183 /* Write up to multiple words to the BLI323 */
184 int (*write_words)(const void *context, uint8_t offset, uint16_t *words,
/Zephyr-latest/drivers/i2c/
DKconfig.ambiq25 int "DMA Transfer Control Buffer size in words."
28 DMA Transfer Control Buffer size in words
/Zephyr-latest/drivers/spi/
DKconfig.ambiq28 int "DMA Transfer Control Buffer size in words."
32 DMA Transfer Control Buffer size in words
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dsilabs-pinctrl-dbus.h15 * 28..24: Route register offset in words from peripheral config (offset of <fun>ROUTE
19 * 17..8 : Peripheral config offset in words from DBUS base within GPIO (offset of <periph>ROUTE[n]
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.bash37 # This function can be used to access a tokenized list of words
73 # re-assemble words to complete.
126 words)
127 words=("${words_[@]}")
275 …if [ -n "$argument_flags" ] && eval "case '${words[$counter]}' in $argument_flags) true ;; *) fals…
278 [ "${words[$counter]}" = "=" ] && (( counter++ ))
280 case "${words[$counter]}" in
289 # Bash splits words at "=", retaining "=" as a word, examples:
290 # "--debug=false" => 3 words, "--log-opt syslog-facility=daemon" => 4 words
291 while [ "${words[$counter + 1]}" = "=" ] ; do
[all …]
/Zephyr-latest/drivers/flash/
DKconfig.nrf_rram30 Number of 128-bit words.
31 Maximum buffer size can be configured to the value of 32 (128-bit words).
DKconfig.nrf_mram18 Note that MRAM words are auto-erased when written to, but writing to a
Dflash_stm32wb0x.c38 /* Size of flash words, in bytes (equal to write block size) */
72 * on this MCU, which is also the number of words in flash in get_flash_size_in_bytes()
246 * - write single words using WRITE commands until the write in write_word_range()
250 * the BURSTWRITE commands to write 4 words at a time in write_word_range()
252 * - once less than 4 words remain to write, a last BURSTWRITE in write_word_range()
292 /* (3) Write trailing (between 1 and 3 words) */ in write_word_range()
/Zephyr-latest/doc/kernel/data_structures/
Dring_buffers.rst43 * A **data buffer** of bytes or 32-bit words. The data buffer contains the raw
44 bytes or 32-bit words that have been added to the ring buffer but not yet
47 * A **data buffer size**, measured in bytes or 32-bit words. This governs
58 buffer passed change (either bytes or words) depending on how the ring
64 initialize a buffer with a given count of 32 bit words.
65 :c:macro:`RING_BUF_ITEM_SIZEOF` will compute the size in 32-bit words
94 are in units of 32 bit words and all memory is assumed to be aligned
105 which returns the number of free bytes or free 32-bit item words respectively,
151 A ring buffer **data item** is an array of 32-bit words from 0 to 1020 bytes
207 is capable of holding 64 words of data and metadata information.
/Zephyr-latest/dts/bindings/sdhc/
Dnxp,imx-usdhc.yaml24 Number of words used as read watermark level in FIFO queue for USDHC
30 Number of words used as write watermark level in FIFO queue for USDHC
/Zephyr-latest/include/zephyr/sys/
Dring_buffer.h92 * an array of 32-bit words (from zero to 1020 bytes in length), coupled
101 * @param size32 Size of ring buffer (in 32-bit words).
119 * @param size32 Size of ring buffer (in 32-bit words).
174 * Each data item is an array of 32-bit words (from zero to 1020 bytes in
178 * @param size Ring buffer size (in 32-bit words)
228 * @return Ring buffer free space (in 32-bit words).
439 * is an array of 32-bit words (from zero to 1020 bytes in length),
451 * @param size32 Data item size (number of 32-bit words).
463 * is an array of 32-bit words (up to 1020 bytes in length),
478 * 32-bit words read into data area @a data.
[all …]
Dmpsc_pbuf.h76 * @return Size of the packet in 32 bit words.
121 /* Buffer size in 32 bit words. */
135 /* Buffer size in 32 bit words. */
163 * @param wlen Number of words to allocate.
221 * @param wlen Packet size in words.
/Zephyr-latest/include/zephyr/misc/
Dlorem_ipsum.h19 * 1 paragraph, 69 words, 445 bytes of Lorem Ipsum
35 * 2 paragraphs, 173 words, 1160 bytes of Lorem Ipsum
/Zephyr-latest/dts/bindings/mspi/
Dambiq,mspi-controller.yaml31 Define the DMA command queue buffer size in (4-byte) words
/Zephyr-latest/
D.gitlint32 # Comma-separated list of words that should not occur in the title. Matching is case
35 words=wip
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dsize_calc.py229 words = line.split()
231 if not words: # Skip lines that are too short
234 index = words[0]
238 name = words[1] # Skip lines with section names
245 size = int(words[2], 16)
249 load_addr = int(words[4], 16)
250 virt_addr = int(words[3], 16)
/Zephyr-latest/drivers/i3c/
DKconfig.stm3231 storing status FIFO and control FIFO words which will be used by the DMA.
/Zephyr-latest/drivers/usb/udc/
Dudc_stm32.c452 int words; in udc_stm32_mem_init() local
463 * Allocate a minimum of 0x40 words, which seems to work reliably. in udc_stm32_mem_init()
465 words = MAX(0x40, cfg->ep_mps / 4); in udc_stm32_mem_init()
466 HAL_PCDEx_SetRxFiFo(&priv->pcd, words); in udc_stm32_mem_init()
467 priv->occupied_mem = words * 4; in udc_stm32_mem_init()
485 unsigned int words; in udc_stm32_ep_mem_config() local
491 words = MIN(udc_mps_ep_size(ep), cfg->ep_mps) / 4; in udc_stm32_ep_mem_config()
492 words = (words <= 64) ? words * 2 : words; in udc_stm32_ep_mem_config()
495 if (priv->occupied_mem >= (words * 4)) { in udc_stm32_ep_mem_config()
496 priv->occupied_mem -= (words * 4); in udc_stm32_ep_mem_config()
[all …]
/Zephyr-latest/dts/bindings/dai/
Dnxp,dai-esai.yaml25 FIFO. This value needs to be in FIFO words (NOT BYTES). This
33 FIFO. This values needs to be in FIFO words (NOT BYTES). This
/Zephyr-latest/soc/lowrisc/opentitan/
Drom_header.S12 /* OpenTitan manifest consists of 1024 bytes (256 words) of manifest
/Zephyr-latest/samples/drivers/spi_bitbang/src/
Dmain.c20 * writes 5 9bit words, you can check the output with a logic analyzer
46 * A more complicated xfer, sends two words, then sends and receives another
47 * 3 words. Connect MOSI to MISO to test read
/Zephyr-latest/drivers/timer/
DKconfig.nrf_grtc49 too early. In other words, applying SYSCOUNTER sleep state for less than

1234567