ESP-IDF
I2C_MASTER_READ
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
I2C_MASTER_READ
I2C_MASTER_READ value
I2C read data
Syntax
Show:
Summary
Declaration
from
i2c_types.h:68
I2C_MASTER_READ
;
Examples
References
from
examples
Code
Location
Referrer
I2C_MASTER_READ
,
/*!< I2C read data */
i2c_types.h:68
ESP_GOTO_ON_ERROR
(
i2c_master_write_byte
(
cmd_link
,
(
i2c_panel_io
->
dev_addr
<
<
1
)
|
I2C_MASTER_READ
,
true
)
,
err
,
TAG
,
"write address failed"
)
;
// address phase
esp_lcd_panel_io_i2c_v1.c:135
panel_io_i2c_rx_buffer()
err
=
i2c_master_write_byte
(
handle
,
device_address
<
<
1
|
I2C_MASTER_READ
,
true
)
;
i2c.c:1075
i2c_master_read_from_device()
err
=
i2c_master_write_byte
(
handle
,
device_address
<
<
1
|
I2C_MASTER_READ
,
true
)
;
i2c.c:1124
i2c_master_write_read_device()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
I2C_MASTER_READ
is read by 3 functions:
All items filtered out
I2C_MASTER_READ
i2c_master_read_from_device()
i2c_master_write_read_device()
panel_io_i2c_rx_buffer()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out