Searched refs:ring (Results 26 – 50 of 56) sorted by relevance
123
/Zephyr-latest/drivers/espi/ |
D | Kconfig.npcx | 56 int "Debug Port80 ring buffer size" 60 The size of the ring buffer in byte used by the Port80 ISR to store
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | index.rst | 9 data, and a ring buffer for managing "byte stream" data in a clean
|
D | dlist.rst | 71 Effectively, a dlist of N nodes can be thought of as a "ring" of "N+1"
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_MMU.txt | 27 cacheability, access control based on ring (i.e. the contents of the 34 their ring field of the PTE that loaded them, via a simple translation 36 non-kernel address space will get a separate ring 3 ASID set in RASID, 38 value of ring zero is fixed at 1, it may not be changed. (An ASID 51 On a TLB miss, the hardware immediately does a single fetch (at ring 0 152 (i.e. the fixed ring zero / kernel ASID), writable, executable, and 221 stored at ASID 1 (ring 0), they can't change when the page tables
|
/Zephyr-latest/boards/bbc/microbit/doc/ |
D | index.rst | 13 external battery pack. The device inputs and outputs are through five ring
|
/Zephyr-latest/boards/bbc/microbit_v2/doc/ |
D | index.rst | 14 ring connectors that are part of the 23-pin edge connector.
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_nxp_s32_netc_psi.c | 271 static void nxp_s32_eth##n##_rx_callback(const uint8_t unused, const uint8_t ring) \ 279 if (ring == cfg->rx_ring_idx) { \
|
D | eth_nxp_imx_netc.c | 143 static status_t netc_eth_reclaim_callback(ep_handle_t *handle, uint8_t ring, in netc_eth_reclaim_callback() argument
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/ |
D | README.rst | 63 application recognizes as a series of alternating ring and slope
|
/Zephyr-latest/arch/x86/core/ |
D | Kconfig.intel64 | 90 This option enables APIs to drop a thread's privileges down to ring 3,
|
D | Kconfig.ia32 | 84 This option enables APIs to drop a thread's privileges down to ring 3,
|
/Zephyr-latest/subsys/sensing/ |
D | Kconfig | 67 data, then ring buf will always be put into data until overflow.
|
/Zephyr-latest/subsys/shell/backends/ |
D | Kconfig.backends | 82 int "Set TX ring buffer size" 86 If UART is utilizing DMA transfers then increasing ring buffer size 90 int "Set RX ring buffer size" 95 RX ring buffer size impacts accepted latency of handling incoming 97 usually enough if ring buffer is few bytes (more than one due to
|
/Zephyr-latest/drivers/net/ |
D | Kconfig | 45 int "PPP ring buffer size" 48 PPP ring buffer size when passing data from RX ISR to worker
|
/Zephyr-latest/subsys/tracing/ |
D | Kconfig | 95 packets to the ring buffer first, tracing thread will try to 123 is used as a ring buffer to buffer data packet and string packet. If
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig.isa | 139 is the multiplication in the polynomial ring over GF(2).
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 64 int "Modem ring buffer size"
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.xilinx_axi_dma | 29 The Xilinx AXI DMA uses a ring of in-memory DMA descriptors which reference
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 43 It's better not to reinvent the wheel (or ring in this case) and io_uring as an 45 lock-free ring buffers acting as queues shared between the kernel and a userland
|
/Zephyr-latest/boards/xen/xenvm/doc/ |
D | index.rst | 90 * Xen PV console (2 versions: regular ring buffer based for DomU and consoleio for Dom0)
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | README.md | 178 "wing", "ring", and "slope")
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm-scmi.rst | 124 …RNEL_1`` or ``PRE_KERNEL_2`` phase start polling for reply, otherwise wait for reply doorbell ring.
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | Kconfig | 235 int "Set Co-Processor UART ring buffer size"
|
/Zephyr-latest/doc/_static/js/ |
D | dark-mode-toggle.min.mjs | 2 …}input:focus-visible+label{outline:#e59700 auto 2px;outline:-webkit-focus-ring-color auto 5px}labe…
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 208 …r ICMsg ensures that the maximum possible number of control messages will fit into its ring buffer,
|
123