Searched refs:operations (Results 1 – 25 of 171) sorted by relevance
1234567
/Zephyr-Core-3.7.0/drivers/w1/ |
D | Kconfig.zephyr_gpio | 13 The bus reset, and bit read and write operations are executed 14 via byte read and write operations on top of the Zephyr 20 bool "Force time critical operations" 24 operations for bus reset, and bit read and write operations. 25 Time critical communications operations are not interrupted while
|
D | Kconfig.zephyr_serial | 15 The bus reset, and bit read and write operations are executed 16 via bytes read and write operations on top of the Zephyr
|
/Zephyr-Core-3.7.0/arch/arm/core/ |
D | Kconfig.vfp | 35 that supports only single-precision operations with 16 double-word 46 that supports half- and single-precision operations with 16 58 that supports half- and single-precision operations (including fused 69 that supports single- and double-precision operations with 16 81 that supports half-, single- and double-precision operations with 16 94 that supports half-, single- and double-precision operations 108 that supports half-, single-, double-precision operations (including 122 that supports half-, single- and double-precision operations 136 that supports half-, single-, double-precision operations (including 149 half-precision operations (half-precision extension). [all …]
|
/Zephyr-Core-3.7.0/doc/services/storage/stream/ |
D | stream_flash.rst | 17 other operations, such as radio RX and TX. Also, fewer write operations result 22 Some stream write operations, such as DFU operations, may run for a long time. 23 When performing such long running operations it can be useful to be able to save
|
/Zephyr-Core-3.7.0/drivers/crypto/ |
D | Kconfig.smartbond | 14 bool "Support ASYNC crypto operations." 17 Enable ASYNC crypto operations.
|
/Zephyr-Core-3.7.0/drivers/mdio/ |
D | Kconfig.nxp_s32_gmac | 16 int "Timeout for read/write operations in milliseconds" 19 Timeout (in milliseconds) for read/write operations over MDIO.
|
/Zephyr-Core-3.7.0/soc/nxp/rw/ |
D | sections.ld | 21 /* Left space is reserved for CPU3/CPU1 operations */ 36 /* Left space is reserved for CPU3/CPU2 operations */
|
/Zephyr-Core-3.7.0/modules/cmsis-dsp/ |
D | Kconfig | 19 following operations: 42 following operations: 55 following operations: 73 following operations: 87 following operations: 112 following operations: 122 operations: 140 following operations: 155 following operations: 174 following operations: [all …]
|
/Zephyr-Core-3.7.0/drivers/i2c/ |
D | Kconfig.dw | 23 data transfers. All Tx operations are done using dma channel 0 and 24 all Rx operations are done using dma channel 1.
|
/Zephyr-Core-3.7.0/doc/services/rtio/ |
D | index.rst | 18 RTIO takes a lot of inspiration from Linux's io_uring in its operations and API 25 An application wishing to do complex DMA or interrupt driven operations today 32 To enable asynchronous operations, especially with DMA, a description of what 33 to do rather than direct operations through C and callbacks is needed. Enabling 48 Only a single syscall is actually required to execute many operations, the 50 operations to wait on is given. 53 sequence of operations in an asynchronous way directly relates 60 The submission queue (sq), is the description of the operations 64 register address to then read from. So the sequence of operations might be... 73 If anything in this chain of operations fails give up. Some of those operations [all …]
|
/Zephyr-Core-3.7.0/drivers/flash/ |
D | Kconfig.simulator | 46 Keep in mind that write operations can only change value of a bit from erase-value to the 75 bool "flash operations statistic" 80 Gather statistic measurement for flash simulator operations using the 90 while catching dedicated flash operations and thresholds.
|
D | Kconfig.nrf | 55 This allows interrupting flash erase between operations 58 operations, when compiled with SOC_FLASH_NRF_RADIO_SYNC_TICKER, 78 to the flash erase and write operations timeout. The base for 86 Enable operations on UICR. Once enabled UICR are written or read as
|
D | Kconfig.it8xxx2 | 17 erase flash operations. It also supports protection.
|
D | Kconfig.rv32m1 | 14 the duration of the flash erase/write operations. This will
|
D | Kconfig.lpc | 15 the duration of the flash erase/write operations. This will
|
D | Kconfig.nor | 62 bool "Sleep while waiting for flash operations to complete" 65 Flash operations can take anywhere from 1ms to 240 seconds to 67 status register for slow operations. Disabling this option can
|
/Zephyr-Core-3.7.0/subsys/rtio/ |
D | Kconfig.workq | 5 bool "RTIO Work-queues service to process Sync operations" 9 Enable RTIO Work-queues to allow processing synchronous operations
|
/Zephyr-Core-3.7.0/modules/ |
D | Kconfig.open-amp | 36 bool "Build OpenAMP with vrings cache operations enabled" 39 Build OpenAMP with vrings cache operations enabled.
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/misc/ |
D | README | 15 layer graphic operations like widgets, shapes, fonts, text, or bitmaps 16 rendering. These operations are controlled by a vendor-specific API designed
|
/Zephyr-Core-3.7.0/doc/services/resource_management/ |
D | index.rst | 35 * The core operations are request (add a dependency) and release (remove 36 a dependency). Supporting operations are reset (to clear an error 39 functions that initiate these operations. 48 * The request and reset operations are asynchronous using 49 :ref:`async_notification`. Both operations may be cancelled, but
|
/Zephyr-Core-3.7.0/soc/ambiq/apollo4x/ |
D | Kconfig.defconfig | 10 # management operations are executed in the idle task
|
/Zephyr-Core-3.7.0/doc/kernel/data_structures/ |
D | dlist.rst | 8 behavior for all the existing slist operations, but also allows for 22 Primitive operations may retrieve the head/tail of a list and the 58 very clean symmetry of operations: 68 within the list to be avoided. Exactly the same operations are run,
|
/Zephyr-Core-3.7.0/arch/arc/core/dsp/ |
D | Kconfig | 27 DSP operations. 51 operations on XY memory. Save and restore small size AGU registers is
|
/Zephyr-Core-3.7.0/drivers/cache/ |
D | Kconfig.andes | 23 When L2 cache is inclusive of L1, CPU only needs to perform operations
|
/Zephyr-Core-3.7.0/samples/boards/stm32/power_mgmt/stm32wb_ble/ |
D | README.rst | 9 A simple application demonstrating the BLE operations (advertising) with
|
1234567