Home
last modified time | relevance | path

Searched refs:buf_queue_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/csi/
Dfsl_csi.c137 static void CSI_InitBufferQueue(buf_queue_t *bq) in CSI_InitBufferQueue()
143 static bool CSI_IsBufferQueueEmpty(buf_queue_t *bq) in CSI_IsBufferQueueEmpty()
148 static bool CSI_IsBufferQueueFull(buf_queue_t *bq) in CSI_IsBufferQueueFull()
153 static uint32_t CSI_BufferQueueCount(buf_queue_t *bq) in CSI_BufferQueueCount()
162 static status_t CSI_EnqueueBuffer(buf_queue_t *bq, uint32_t addr) in CSI_EnqueueBuffer()
180 static uint32_t CSI_DequeueBuffer(buf_queue_t *bq) in CSI_DequeueBuffer()
Dfsl_csi.h222 } buf_queue_t; typedef
231 buf_queue_t emptyBufferQueue;
232 buf_queue_t fullBufferQueue;