Home
last modified time | relevance | path

Searched refs:background (Results 1 – 11 of 11) sorted by relevance

/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_lcdc_drv.h85 display_color_32b_t background; /**< Background color */ member
102 display_color_32b_t background; /**< Background color */ member
258 uint8_t layer_index, display_color_32b_t background) in lcdc_layer_update_background() argument
260 ptr->LAYER[layer_index].BG_CL = LCDC_LAYER_BG_CL_ARGB_SET(background.u); in lcdc_layer_update_background()
A Dhpm_pdma_drv.h101 uint32_t background; /**< background color */ member
/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_lcdc_drv.c124 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()
A Dhpm_pdma_drv.c88 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()
/bsp/hpmicro/libraries/drivers/
A Ddrv_lcd.c194 layer.background.u = 0; in hpm_lcdc_init()
/bsp/stm32/stm32u575-st-nucleo/
A DREADME.md31 …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 …
/bsp/stm32/stm32u585-iot02a/
A DREADME.md31 …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 …
/bsp/stm32/stm32f407-rt-spark/board/
A DKconfig84 bool "Enable pwm background light"
/bsp/stm32/docs/
A DHow to make a STM32 BSP for RT-Thread.md27 ## 2. Knowledge of background
/bsp/hpmicro/libraries/hpm_sdk/
A DCHANGELOG.md730 - drivers: lcdc: add enable/disable background in alpha blender.
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/
A DDoxyfile1387 # will adjust the colors in the style sheet and background images according to

Completed in 36 milliseconds