Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dlcd_ll.h34 #define LCD_LL_YUV_SAMPLE_TO_REG(sample) (uint8_t[]){0,1,2}[(sample)] macro
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()
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()
235 dev->lcd_rgb_yuv.lcd_conv_yuv2yuv_mode = LCD_LL_YUV_SAMPLE_TO_REG(dst_sample); in lcd_ll_set_convert_mode_yuv_to_yuv()