Struct esp_idf_hal::sys::esp_lcd_panel_io_i2c_config_t
source · #[repr(C)]pub struct esp_lcd_panel_io_i2c_config_t {
pub dev_addr: u32,
pub on_color_trans_done: Option<unsafe extern "C" fn(_: *mut esp_lcd_panel_io_t, _: *mut esp_lcd_panel_io_event_data_t, _: *mut c_void) -> bool>,
pub user_ctx: *mut c_void,
pub control_phase_bytes: usize,
pub dc_bit_offset: u32,
pub lcd_cmd_bits: i32,
pub lcd_param_bits: i32,
pub flags: esp_lcd_panel_io_i2c_config_t__bindgen_ty_1,
}
Expand description
@brief Panel IO configuration structure, for I2C interface
Fields§
§dev_addr: u32
< I2C device address
on_color_trans_done: Option<unsafe extern "C" fn(_: *mut esp_lcd_panel_io_t, _: *mut esp_lcd_panel_io_event_data_t, _: *mut c_void) -> bool>
< Callback invoked when color data transfer has finished
user_ctx: *mut c_void
< User private data, passed directly to on_color_trans_done’s user_ctx
control_phase_bytes: usize
< I2C LCD panel will encode control information (e.g. D/C selection) into control phase, in several bytes
dc_bit_offset: u32
< Offset of the D/C selection bit in control phase
lcd_cmd_bits: i32
< Bit-width of LCD command
lcd_param_bits: i32
< Bit-width of LCD parameter
flags: esp_lcd_panel_io_i2c_config_t__bindgen_ty_1
< Extra flags to fine-tune the I2C device
Trait Implementations§
source§impl Clone for esp_lcd_panel_io_i2c_config_t
impl Clone for esp_lcd_panel_io_i2c_config_t
source§fn clone(&self) -> esp_lcd_panel_io_i2c_config_t
fn clone(&self) -> esp_lcd_panel_io_i2c_config_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_panel_io_i2c_config_t
impl Debug for esp_lcd_panel_io_i2c_config_t
source§impl Default for esp_lcd_panel_io_i2c_config_t
impl Default for esp_lcd_panel_io_i2c_config_t
source§fn default() -> esp_lcd_panel_io_i2c_config_t
fn default() -> esp_lcd_panel_io_i2c_config_t
Returns the “default value” for a type. Read more
impl Copy for esp_lcd_panel_io_i2c_config_t
Auto Trait Implementations§
impl Freeze for esp_lcd_panel_io_i2c_config_t
impl RefUnwindSafe for esp_lcd_panel_io_i2c_config_t
impl !Send for esp_lcd_panel_io_i2c_config_t
impl !Sync for esp_lcd_panel_io_i2c_config_t
impl Unpin for esp_lcd_panel_io_i2c_config_t
impl UnwindSafe for esp_lcd_panel_io_i2c_config_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,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§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
)