Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_display_api.h261 uint32_t * p_base; ///< Base address to the frame buffer member
339 uint32_t * p_base; ///< Pointer to CLUT source data member
/hal_renesas-latest/drivers/ra/fsp/src/r_glcdc/
Dr_glcdc.c775 memcpy((void *) clut_hw, p_clut_cfg->p_base, sizeof(uint32_t) * p_clut_cfg->size); in R_GLCDC_ClutUpdate()
999 …FSP_ERROR_RETURN(0U == ((uint32_t) (p_cfg->input[layer].p_base) % GLCDC_PRV_ADDRESS_ALIGNMENT_64B), in r_glcdc_param_check_layer_setting_alignment()
1106 if (p_cfg->input[i].p_base) in r_glcdc_open_param_check_layer_setting()
1544 if (NULL == p_input->p_base) in r_glcdc_graphics_layer_set()
2056 base_address_temp = (uint32_t) p_input->p_base; in r_glcdc_pixel_size_recalculate()
2092 …base_address_temp = ((uint32_t) p_input->p_base + offset_address) & (uint32_t) (~0x3F); // NOLINT(… in r_glcdc_pixel_size_recalculate()
2098 base_address_temp = (uint32_t) p_input->p_base; in r_glcdc_pixel_size_recalculate()