Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dcam_ll.h123 static inline void cam_ll_get_clk_src(lcd_cam_dev_t *dev, cam_clock_source_t *src) in cam_ll_get_clk_src()
171 static inline void cam_ll_enable_stop_signal(lcd_cam_dev_t *dev, bool en) in cam_ll_enable_stop_signal()
182 static inline void cam_ll_set_vsync_filter_thres(lcd_cam_dev_t *dev, uint32_t value) in cam_ll_set_vsync_filter_thres()
193 static inline void cam_ll_enable_hs_line_int(lcd_cam_dev_t *dev, bool en) in cam_ll_enable_hs_line_int()
204 static inline void cam_ll_enable_vsync_generate_eof(lcd_cam_dev_t *dev, bool en) in cam_ll_enable_vsync_generate_eof()
215 static inline void cam_ll_enable_8bits_data_invert(lcd_cam_dev_t *dev, bool en) in cam_ll_enable_8bits_data_invert()
226 static inline void cam_ll_enable_rgb_yuv_convert(lcd_cam_dev_t *dev, bool en) in cam_ll_enable_rgb_yuv_convert()
237 static inline void cam_ll_set_convert_data_width(lcd_cam_dev_t *dev, uint32_t width) in cam_ll_set_convert_data_width()
249 static inline void cam_ll_set_input_color_range(lcd_cam_dev_t *dev, color_range_t range) in cam_ll_set_input_color_range()
264 static inline void cam_ll_set_output_color_range(lcd_cam_dev_t *dev, color_range_t range) in cam_ll_set_output_color_range()
[all …]
Dlcd_ll.h42 static inline void lcd_ll_enable_clock(lcd_cam_dev_t *dev, bool en) in lcd_ll_enable_clock()
53 static inline void lcd_ll_select_clk_src(lcd_cam_dev_t *dev, lcd_clock_source_t src) in lcd_ll_select_clk_src()
81 static inline void lcd_ll_set_group_clock_coeff(lcd_cam_dev_t *dev, int div_num, int div_a, int div… in lcd_ll_set_group_clock_coeff()
102 static inline void lcd_ll_set_clock_idle_level(lcd_cam_dev_t *dev, bool level) in lcd_ll_set_clock_idle_level()
114 static inline void lcd_ll_set_pixel_clock_edge(lcd_cam_dev_t *dev, bool active_on_neg) in lcd_ll_set_pixel_clock_edge()
126 static inline void lcd_ll_set_pixel_clock_prescale(lcd_cam_dev_t *dev, uint32_t prescale) in lcd_ll_set_pixel_clock_prescale()
147 static inline void lcd_ll_enable_rgb_yuv_convert(lcd_cam_dev_t *dev, bool en) in lcd_ll_enable_rgb_yuv_convert()
158 static inline void lcd_ll_set_convert_data_width(lcd_cam_dev_t *dev, uint32_t width) in lcd_ll_set_convert_data_width()
170 static inline void lcd_ll_set_input_color_range(lcd_cam_dev_t *dev, lcd_color_range_t range) in lcd_ll_set_input_color_range()
181 static inline void lcd_ll_set_output_color_range(lcd_cam_dev_t *dev, lcd_color_range_t range) in lcd_ll_set_output_color_range()
[all …]
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dlcd_cam_struct.h756 typedef struct lcd_cam_dev_t { struct
779 } lcd_cam_dev_t; argument
782 _Static_assert(sizeof(lcd_cam_dev_t) == 0x100, "Invalid size of lcd_cam_dev_t structure");
785 extern lcd_cam_dev_t LCD_CAM;
/hal_espressif-latest/components/hal/include/hal/
Dlcd_hal.h19 typedef struct lcd_cam_dev_t *lcd_soc_handle_t;
Dcam_hal.h17 typedef struct lcd_cam_dev_t cam_dev_t; // CAM SOC layer handle