Home
last modified time | relevance | path

Searched full:circular (Results 1 – 25 of 67) sorted by relevance

123

/Zephyr-latest/subsys/fs/fcb/
DKconfig1 # Flash Circular Buffer module
7 # Flash Circular Buffer
11 bool "Flash Circular Buffer support"
16 Enable support of Flash Circular Buffer.
Dfcb_walk.c12 * Call 'cb' for every element in flash circular buffer. If sector is specified,
/Zephyr-latest/subsys/ipc/ipc_service/backends/
DKconfig27 on circular packet buffer.
37 on circular packet buffer. This enables enpoint discovery initiator
48 on circular packet buffer. This enables enpoint discovery follower
DKconfig.icbmsg13 ICMsg circular buffer.
/Zephyr-latest/doc/services/storage/fcb/
Dfcb.rst3 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/
Dfcb.h11 * 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/
DKconfig36 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/
Dmfifo.h10 * 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/
Dspsc_pbuf.rst6 A :dfn:`Single Producer Single Consumer Packet Buffer (SPSC_PBUF)` is a circular
Dmpsc_pbuf.rst6 A :dfn:`Multi Producer Single Consumer Packet Buffer (MPSC_PBUF)` is a circular
/Zephyr-latest/include/zephyr/net/
Dsocket_poll.h12 /* Setting for pollfd to avoid circular inclusion */
Dnet_core.h70 /* This needs to be here in order to avoid circular include dependency between
/Zephyr-latest/doc/services/debugging/
Dcs_trace_defmt.rst8 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.py11 def _slice_helper(node: Any, # avoids a circular import with dtlib
/Zephyr-latest/dts/bindings/dma/
Dxilinx,axi-dma-base.yaml43 The axistream-connected and axistream-control-connected properties can easily cause circular
/Zephyr-latest/dts/bindings/video/
Dvideo-interfaces.yaml38 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/
Dapp.overlay43 /* Circular reference, macros will figure it out and
/Zephyr-latest/drivers/misc/coresight/
DKconfig13 Module handles data stored in the ETR circular buffer (e.g. STM logging
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icmsg.rst141 - Circular buffer containing actual bytes to transfer.
143 This is usual FIFO with a circular buffer:
/Zephyr-latest/modules/hal_nordic/nrf_802154/
DCMakeLists.txt116 # This link is needed to resolve circular dependency between SL and platform
/Zephyr-latest/tests/subsys/usb/uac2/
Dapp.overlay54 /* Circular reference, macros will figure it out and
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst24 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/
Dindex.rst9 The G1120B0MIPI is a 1.2 inch circular AMOLED display, 390x390 pixels, with a
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_endpoint.h39 /* Temp struct declarations to handle circular dependencies */
/Zephyr-latest/doc/services/storage/nvs/
Dnvs.rst7 FIFO-managed circular buffer. The flash area is divided into sectors. Elements

123