Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_glcdc/
Dr_glcdc.c39 #define GLCDC_PRV_CLUT_ENTRY_SIZE (256U) macro
762 FSP_ERROR_RETURN((GLCDC_PRV_CLUT_ENTRY_SIZE > p_clut_cfg->start), FSP_ERR_INVALID_CLUT_ACCESS); in R_GLCDC_ClutUpdate()
763 FSP_ERROR_RETURN((GLCDC_PRV_CLUT_ENTRY_SIZE >= p_clut_cfg->size), FSP_ERR_INVALID_CLUT_ACCESS); in R_GLCDC_ClutUpdate()
771 … ((target_plane + (uint32_t) (layer << 1)) * GLCDC_PRV_CLUT_ENTRY_SIZE) + in R_GLCDC_ClutUpdate()
814 … ((target_plane + (uint32_t) (layer << 1)) * GLCDC_PRV_CLUT_ENTRY_SIZE); in R_GLCDC_ClutEdit()
817 memcpy((void *) clut_hw_new, (void *) clut_hw[layer], GLCDC_PRV_CLUT_ENTRY_SIZE * 4U); in R_GLCDC_ClutEdit()