Searched refs:background (Results 1 – 11 of 11) sorted by relevance
85 display_color_32b_t background; /**< Background color */ member102 display_color_32b_t background; /**< Background color */ member258 uint8_t layer_index, display_color_32b_t background) in lcdc_layer_update_background() argument260 ptr->LAYER[layer_index].BG_CL = LCDC_LAYER_BG_CL_ARGB_SET(background.u); in lcdc_layer_update_background()
101 uint32_t background; /**< background color */ member
124 config->background.u = 0x0; in lcdc_get_default_config()175 ptr->BGND_CL = LCDC_BGND_CL_B_SET(config->background.b) in lcdc_init()176 | LCDC_BGND_CL_G_SET(config->background.g) in lcdc_init()177 | LCDC_BGND_CL_R_SET(config->background.r); in lcdc_init()222 ptr->LAYER[layer_index].BG_CL = LCDC_LAYER_BG_CL_ARGB_SET(layer->background.u); in lcdc_config_layer()
88 config->background = 0xFFFFFFFF; in pdma_get_default_plane_config()302 ptr->PS[pdma_plane_src].BKGD = PDMA_PS_BKGD_COLOR_SET(plane_src->background); in pdma_config_planes()334 ptr->PS[pdma_plane_dst].BKGD = PDMA_PS_BKGD_COLOR_SET(plane_dst->background); in pdma_config_planes()476 plane_src.background = 0; in pdma_fill_color()481 plane_dst.background = (alpha << 24) | (color & ~(0xFF << 24)); in pdma_fill_color()633 plane_src.background = 0x00FFFFFF; in pdma_blit()748 plane_src.background = 0x00FFFFFF; in pdma_scale()877 plane_src.background = 0x00000000; /* alpha must be 0 */ in pdma_blit_ex()
194 layer.background.u = 0; in hpm_lcdc_init()
31 …top mode with direct memory access, thanks to LPBAM support (low-power background autonomous mode).44 …- Low-power background autonomous mode (LPBAM): autonomous peripherals with DMA, functional down …
84 bool "Enable pwm background light"
27 ## 2. Knowledge of background
730 - drivers: lcdc: add enable/disable background in alpha blender.
1387 # will adjust the colors in the style sheet and background images according to
Completed in 36 milliseconds