#[repr(C)]pub struct esp_lcd_panel_io_i2c_config_t {
pub dev_addr: u32,
pub on_color_trans_done: esp_lcd_panel_io_color_trans_done_cb_t,
pub user_ctx: *mut c_void,
pub control_phase_bytes: usize,
pub dc_bit_offset: c_uint,
pub lcd_cmd_bits: c_int,
pub lcd_param_bits: c_int,
pub flags: esp_lcd_panel_io_i2c_config_t__bindgen_ty_1,
pub scl_speed_hz: u32,
}
Expand description
@brief Panel IO configuration structure, for I2C interface
Fields§
§dev_addr: u32
< I2C device address
on_color_trans_done: esp_lcd_panel_io_color_trans_done_cb_t
< 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: c_uint
< Offset of the D/C selection bit in control phase
lcd_cmd_bits: c_int
< Bit-width of LCD command
lcd_param_bits: c_int
< Bit-width of LCD parameter
flags: esp_lcd_panel_io_i2c_config_t__bindgen_ty_1
< Extra flags to fine-tune the I2C device
scl_speed_hz: u32
< I2C LCD SCL frequency (hz)
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
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: 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
)§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
)