Struct stm32f7xx_hal::ltdc::DisplayConfig[][src]

pub struct DisplayConfig {
Show 13 fields pub active_width: u16, pub active_height: u16, pub h_back_porch: u16, pub h_front_porch: u16, pub v_back_porch: u16, pub v_front_porch: u16, pub h_sync: u16, pub v_sync: u16, pub frame_rate: u16, pub h_sync_pol: bool, pub v_sync_pol: bool, pub no_data_enable_pol: bool, pub pixel_clock_pol: bool,
}
Expand description

Display configuration constants

Fields

active_width: u16active_height: u16h_back_porch: u16h_front_porch: u16v_back_porch: u16v_front_porch: u16h_sync: u16v_sync: u16frame_rate: u16h_sync_pol: bool

false: active low, true: active high

v_sync_pol: bool

false: active low, true: active high

no_data_enable_pol: bool

false: active low, true: active high

pixel_clock_pol: bool

false: active low, true: active high

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.