Home
last modified time | relevance | path

Searched defs:bq (Results 1 – 1 of 1) 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()