Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dlcd_ll.h206 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()
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()
234 dev->lcd_rgb_yuv.lcd_conv_yuv_mode = LCD_LL_YUV_SAMPLE_TO_REG(src_sample); in lcd_ll_set_convert_mode_yuv_to_yuv()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dlcd_cam_struct.h83 uint32_t lcd_conv_yuv_mode: 2; member