Searched refs:enqueue (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/samples/drivers/can/babbling/ |
D | Kconfig | 31 int "Maximum number of CAN frames to enqueue" 35 Maximum number of CAN frames to enqueue for transmission.
|
/Zephyr-latest/tests/benchmarks/app_kernel/ |
D | README.txt | 21 | enqueue 1 byte msg in FIFO | NNNNNN| 23 | enqueue 4 bytes msg in FIFO | NNNNNN| 25 | enqueue 192 bytes msg in MSGQ | NNNNNN| 27 | enqueue 1 byte msg in MSGQ to a waiting higher priority task | NNNNNN| 28 | enqueue 4 bytes in MSGQ to a waiting higher priority task | NNNNNN| 29 | enqueue 192 bytes in MSGQ to a waiting higher priority task | NNNNNN|
|
/Zephyr-latest/include/zephyr/drivers/ |
D | video.h | 362 video_api_enqueue_t enqueue; member 526 if (api->enqueue == NULL) { in video_enqueue() 530 return api->enqueue(dev, ep, buf); in video_enqueue()
|
/Zephyr-latest/drivers/video/ |
D | video_emul_rx.c | 267 .enqueue = emul_rx_enqueue,
|
D | video_mcux_smartdma.c | 366 .enqueue = nxp_video_sdma_enqueue,
|
D | video_sw_generator.c | 346 .enqueue = video_sw_generator_enqueue,
|
D | video_esp32_dvp.c | 407 .enqueue = video_esp32_enqueue,
|
D | video_mcux_csi.c | 477 .enqueue = video_mcux_csi_enqueue,
|
D | video_stm32_dcmi.c | 380 .enqueue = video_stm32_dcmi_enqueue,
|
/Zephyr-latest/samples/userspace/prod_consumer/ |
D | README.rst | 42 of the shared memory pool, and enqueue this data into a ``k_queue`` being
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | ring_buffers.rst | 155 insufficient space to hold the new data item the enqueue operation fails.
|
/Zephyr-latest/doc/services/tracing/ |
D | index.rst | 77 - process each field in some way (e.g. sync-push emit, concat, enqueue to
|