Struct esp_idf_sys::esp_lcd_video_timing_t
source · #[repr(C)]pub struct esp_lcd_video_timing_t {
pub h_size: u32,
pub v_size: u32,
pub hsync_pulse_width: u32,
pub hsync_back_porch: u32,
pub hsync_front_porch: u32,
pub vsync_pulse_width: u32,
pub vsync_back_porch: u32,
pub vsync_front_porch: u32,
}
Expand description
@brief Timing parameters for the video data transmission
Fields§
§h_size: u32
< Horizontal resolution, i.e. the number of pixels in a line
v_size: u32
< Vertical resolution, i.e. the number of lines in the frame
hsync_pulse_width: u32
< Horizontal sync width, in pixel clock
hsync_back_porch: u32
< Horizontal back porch, number of pixel clock between hsync and start of line active data
hsync_front_porch: u32
< Horizontal front porch, number of pixel clock between the end of active data and the next hsync
vsync_pulse_width: u32
< Vertical sync width, in number of lines
vsync_back_porch: u32
< Vertical back porch, number of invalid lines between vsync and start of frame
vsync_front_porch: u32
< Vertical front porch, number of invalid lines between the end of frame and the next vsync
Trait Implementations§
source§impl Clone for esp_lcd_video_timing_t
impl Clone for esp_lcd_video_timing_t
source§fn clone(&self) -> esp_lcd_video_timing_t
fn clone(&self) -> esp_lcd_video_timing_t
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for esp_lcd_video_timing_t
impl Debug for esp_lcd_video_timing_t
source§impl Default for esp_lcd_video_timing_t
impl Default for esp_lcd_video_timing_t
source§fn default() -> esp_lcd_video_timing_t
fn default() -> esp_lcd_video_timing_t
Returns the “default value” for a type. Read more
impl Copy for esp_lcd_video_timing_t
Auto Trait Implementations§
impl Freeze for esp_lcd_video_timing_t
impl RefUnwindSafe for esp_lcd_video_timing_t
impl Send for esp_lcd_video_timing_t
impl Sync for esp_lcd_video_timing_t
impl Unpin for esp_lcd_video_timing_t
impl UnwindSafe for esp_lcd_video_timing_t
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)