Home
last modified time | relevance | path

Searched defs:_mxc_csi2_req_t (Results 1 – 1 of 1) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX78002/
Dcsi2.h279 struct _mxc_csi2_req_t { struct
280 uint32_t pixels_per_line; ///< Image Width
281 uint32_t lines_per_frame; ///< Image Height
282 uint32_t bits_per_pixel_odd; ///< Bits Per Pixel Odd
283 uint32_t bits_per_pixel_even; ///< Bits Per Pixel Even
284 uint32_t frame_num; ///< Number of frames to capture
286 … ///< Callback triggered for each image row. Application code must implement this to offload data.
288 uint8_t process_raw_to_rgb; ///< Select if processing RAW data to RGB type
289 mxc_csi2_rgb_type_t rgb_type; ///< Select final processed RGB type
290 mxc_csi2_raw_format_t raw_format; ///< Select RAW format
[all …]