Searched full:circular (Results 1 – 25 of 67) sorted by relevance
123
/Zephyr-latest/subsys/fs/fcb/ |
D | Kconfig | 1 # Flash Circular Buffer module 7 # Flash Circular Buffer 11 bool "Flash Circular Buffer support" 16 Enable support of Flash Circular Buffer.
|
D | fcb_walk.c | 12 * Call 'cb' for every element in flash circular buffer. If sector is specified,
|
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | Kconfig | 27 on circular packet buffer. 37 on circular packet buffer. This enables enpoint discovery initiator 48 on circular packet buffer. This enables enpoint discovery follower
|
D | Kconfig.icbmsg | 13 ICMsg circular buffer.
|
/Zephyr-latest/doc/services/storage/fcb/ |
D | fcb.rst | 3 Flash Circular Buffer (FCB) 6 Flash circular buffer provides an abstraction through which you can treat 41 To add an entry to circular buffer: 51 To read contents of the circular buffer:
|
/Zephyr-latest/include/zephyr/fs/ |
D | fcb.h | 11 * Flash circular buffer. 26 * @defgroup fcb Flash Circular Buffer (FCB) 35 * @defgroup fcb_data_structures Flash Circular Buffer Data Structures 115 /* Flash circular buffer internal state */ 151 * @brief Flash Circular Buffer APIs 168 * Appends an entry to circular buffer. 311 * @brief Flash Circular internal
|
/Zephyr-latest/lib/os/ |
D | Kconfig | 36 storing variable length packets in a circular way and operate directly 43 storing variable length packets in a circular way and operate directly
|
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | mfifo.h | 10 * Implemented as a circular queue over buffers. Buffers lie contiguously in 35 * @brief Define a Memory FIFO implemented as a circular queue. 308 * @param fifo[in] Contiguous memory holding the circular queue 309 * @param size[in] Size of each buffer in circular queue 310 * @param count[in] Number of buffers in circular queue 331 /* Circular buffer increment read-index modulo 'count' */ in mfifo_dequeue() 345 * @param name[in] Name-fragment of circular queue
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | spsc_pbuf.rst | 6 A :dfn:`Single Producer Single Consumer Packet Buffer (SPSC_PBUF)` is a circular
|
D | mpsc_pbuf.rst | 6 A :dfn:`Multi Producer Single Consumer Packet Buffer (MPSC_PBUF)` is a circular
|
/Zephyr-latest/include/zephyr/net/ |
D | socket_poll.h | 12 /* Setting for pollfd to avoid circular inclusion */
|
D | net_core.h | 70 /* This needs to be here in order to avoid circular include dependency between
|
/Zephyr-latest/doc/services/debugging/ |
D | cs_trace_defmt.rst | 8 data. It is used, for example, by ETR (Embedded Trace Router) which is a circular RAM
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | _private.py | 11 def _slice_helper(node: Any, # avoids a circular import with dtlib
|
/Zephyr-latest/dts/bindings/dma/ |
D | xilinx,axi-dma-base.yaml | 43 The axistream-connected and axistream-control-connected properties can easily cause circular
|
/Zephyr-latest/dts/bindings/video/ |
D | video-interfaces.yaml | 38 phandles. However, Zephyr does not allow circular dependency, so direct phandle 67 Zephyr devicetree supports circular dependency in the future.
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/ |
D | app.overlay | 43 /* Circular reference, macros will figure it out and
|
/Zephyr-latest/drivers/misc/coresight/ |
D | Kconfig | 13 Module handles data stored in the ETR circular buffer (e.g. STM logging
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icmsg.rst | 141 - Circular buffer containing actual bytes to transfer. 143 This is usual FIFO with a circular buffer:
|
/Zephyr-latest/modules/hal_nordic/nrf_802154/ |
D | CMakeLists.txt | 116 # This link is needed to resolve circular dependency between SL and platform
|
/Zephyr-latest/tests/subsys/usb/uac2/ |
D | app.overlay | 54 /* Circular reference, macros will figure it out and
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 24 TPIU (Trace Port Interface Unit) or saved in the RAM Circular Buffer which is called ETR (Embedded 33 ETR is a circular RAM buffer to which tracing data is saved. Since it may contain data from 36 of data. Circular RAM buffer size is limited to 4k thus there is a risk of data overflow. If
|
/Zephyr-latest/boards/shields/g1120b0mipi/doc/ |
D | index.rst | 9 The G1120B0MIPI is a 1.2 inch circular AMOLED display, 390x390 pixels, with a
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_endpoint.h | 39 /* Temp struct declarations to handle circular dependencies */
|
/Zephyr-latest/doc/services/storage/nvs/ |
D | nvs.rst | 7 FIFO-managed circular buffer. The flash area is divided into sectors. Elements
|
123