Searched defs:_csi_handle (Results 1 – 1 of 1) sorted by relevance
229 struct _csi_handle struct231 buf_queue_t emptyBufferQueue;232 buf_queue_t fullBufferQueue;234 volatile uint8_t activeBufferNum; /*!< How many frame buffers are in progress currently. */235 volatile uint8_t dmaDoneBufferIdx; /*!< Index of the current full-filled framebuffer. */237 …tile bool transferStarted; /*!< User has called @ref CSI_TransferStart to start frame receiving. */239 csi_transfer_callback_t callback; /*!< Callback function. */240 void *userData; /*!< CSI callback function parameter.*/