mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 21:10:20 +00:00
feat(isp): supported byte endianness swap
This commit is contained in:

committed by
Armando (Dou Yiwen)

parent
4abe226cf3
commit
f31a5dc543
@@ -34,7 +34,8 @@ typedef struct {
|
||||
color_raw_element_order_t bayer_order; ///< Bayer order
|
||||
int intr_priority; ///< The interrupt priority, range 0~3, if set to 0, the driver will try to allocate an interrupt with a relative low priority (1,2,3)
|
||||
struct {
|
||||
uint32_t bypass_isp: 1; ///< Bypass ISP pipelines
|
||||
uint32_t bypass_isp : 1; ///< Bypass ISP pipelines
|
||||
uint32_t byte_swap_en : 1; ///< Enable byte swap
|
||||
} flags; ///< Flags
|
||||
} esp_isp_processor_cfg_t;
|
||||
|
||||
|
Reference in New Issue
Block a user