Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_tli.c233 layer_struct->layer_ppf = LAYER_PPF_ARGB8888; in tli_layer_struct_para_init()
282 TLI_LxPPF(layerx) = layer_struct->layer_ppf; in tli_layer_init()
318 uint32_t layer_ppf, line_num, hstart, vstart; in tli_layer_window_offset_modify() local
325 layer_ppf = (TLI_LxPPF(layerx) & TLI_LxPPF_PPF); in tli_layer_window_offset_modify()
327 switch(layer_ppf) { in tli_layer_window_offset_modify()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_tli.h220 uint32_t layer_ppf; /*!< packeted pixel format */ member