ESP-IDF
i2c_get_stop_timing()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2c_get_stop_timing()
i2c_get_stop_timing() function
get I2C master stop signal timing
Syntax
Show:
Summary
Declaration
Definition
from
i2c.h:556
esp_err_t
i2c_get_stop_timing
(
i2c_port_t
i2c_num
,
int
*
setup_time
,
int
*
hold_time
)
;
Implemented in
i2c.c:917
Arguments
Argument
Declared as
Description
i2c_num
i2c_port_t
I2C port number
setup_time
int
*
pointer to get setup time.
hold_time
int
*
pointer to get hold time.
Return value
- ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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