Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dlcd_ll.h149 dev->lcd_rgb_yuv.lcd_conv_bypass = en; in lcd_ll_enable_rgb_yuv_convert()
161 dev->lcd_rgb_yuv.lcd_conv_mode_8bits_on = (width == 8) ? 1 : 0; in lcd_ll_set_convert_data_width()
172 dev->lcd_rgb_yuv.lcd_conv_data_in_mode = LCD_LL_COLOR_RANGE_TO_REG(range); in lcd_ll_set_input_color_range()
183 dev->lcd_rgb_yuv.lcd_conv_data_out_mode = LCD_LL_COLOR_RANGE_TO_REG(range); in lcd_ll_set_output_color_range()
194 dev->lcd_rgb_yuv.lcd_conv_protocol_mode = LCD_LL_CONV_STD_TO_REG(std); in lcd_ll_set_yuv_convert_std()
205 dev->lcd_rgb_yuv.lcd_conv_trans_mode = 1; in lcd_ll_set_convert_mode_rgb_to_yuv()
206 dev->lcd_rgb_yuv.lcd_conv_yuv_mode = LCD_LL_YUV_SAMPLE_TO_REG(yuv_sample); in lcd_ll_set_convert_mode_rgb_to_yuv()
207 dev->lcd_rgb_yuv.lcd_conv_yuv2yuv_mode = 3; in lcd_ll_set_convert_mode_rgb_to_yuv()
218 dev->lcd_rgb_yuv.lcd_conv_trans_mode = 0; in lcd_ll_set_convert_mode_yuv_to_rgb()
219 dev->lcd_rgb_yuv.lcd_conv_yuv_mode = LCD_LL_YUV_SAMPLE_TO_REG(yuv_sample); in lcd_ll_set_convert_mode_yuv_to_rgb()
[all …]
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dlcd_cam_struct.h761 volatile lcd_cam_lcd_rgb_yuv_reg_t lcd_rgb_yuv; member