Collaboration diagram for The DC register configure defines:Macros | |
| #define | HAL_GDC_CFG_LAYER_EXISTS(i) (1U << (8 + (i)*4)) |
| Configure layer-existence for specifical DC layer More... | |
| #define | HAL_GDC_CFG_LAYER_BLENDER(i) (1U << (8 + (i)*4 + 1)) |
| Configure blender for specifical DC layer. More... | |
| #define | HAL_GDC_CFG_LAYER_SCALER(i) (1U << (8 + (i)*4 + 2)) |
| Configure scaler for specifical DC layer More... | |
| #define | HAL_GDC_CFG_LAYER_GAMMA(i) (1U << (8 + (i)*4 + 3)) |
| Configure gamma for specifical DC layer More... | |
| #define | HAL_GDC_LAYER_ENABLE (1U << 31) |
| Enable Layer. More... | |
| #define | HAL_GDC_ENABLE (1U << 31) |
| Enable DC. More... | |
| #define | HAL_GDC_CFG_L3_YUVMEM (1U << 31) |
| Cfg L3 YUV. More... | |
| #define | HAL_GDC_EN_L3PIX (1U << 31) |
| Ignore. More... | |
| #define | DC_STATUS_rsrvd_0 (1U << 31) |
| Resrved. More... | |
| #define | hal_gdc_clkctrl_cg_l3_bus_clk (1U << 31) |
| Ignore. More... | |
| #define HAL_GDC_CFG_LAYER_BLENDER | ( | i | ) | (1U << (8 + (i)*4 + 1)) |
| #define HAL_GDC_CFG_LAYER_EXISTS | ( | i | ) | (1U << (8 + (i)*4)) |
| #define HAL_GDC_CFG_LAYER_GAMMA | ( | i | ) | (1U << (8 + (i)*4 + 3)) |
| #define HAL_GDC_CFG_LAYER_SCALER | ( | i | ) | (1U << (8 + (i)*4 + 2)) |