ESP-IDF
+
0
/1 examples
SourceVu will show references to
i2c_slave_config_t::send_buf_depth
from the following samples and libraries:
i2c_slave_network_sensor sample
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2c_slave_config_t::send_buf_depth
i2c_slave_config_t::send_buf_depth field
Depth of internal transfer ringbuffer, increase this value can support more transfers pending in the background
Syntax
Show:
Summary
Declaration
from
i2c_slave.h:29
uint32_t
send_buf_depth
;
Examples
i2c_slave_config_t::send_buf_depth
is referenced by 1 libraries and example projects:
i2c_slave_network_sensor sample
References
from
0/1
examples
Code
Location
Referrer
uint32_t
send_buf_depth
;
/*!< Depth of internal transfer ringbuffer, increase this value can support more transfers pending in the background */
i2c_slave.h:29
uint32_t
send_buf_depth
;
/*!< Depth of internal transfer ringbuffer */
i2c_slave.h:145
ESP_RETURN_ON_FALSE
(
(
slave_config
->
send_buf_depth
>
0
)
,
ESP_ERR_INVALID_ARG
,
TAG
,
"invalid SCL speed"
)
;
i2c_slave.c:195
i2c_new_slave_device()
i2c_slave
->
tx_ring_buf
=
xRingbufferCreateWithCaps
(
slave_config
->
send_buf_depth
,
RINGBUF_TYPE_BYTEBUF
,
I2C_MEM_ALLOC_CAPS
)
;
i2c_slave.c:221
i2c_new_slave_device()
i2c_slave
->
tx_ring_buf
=
xRingbufferCreateWithCaps
(
slave_config
->
send_buf_depth
,
RINGBUF_TYPE_BYTEBUF
,
I2C_MEM_ALLOC_CAPS
)
;
i2c_slave_v2.c:275
i2c_new_slave_device()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
i2c_slave_config_t::send_buf_depth
is read by 1 function:
All items filtered out
i2c_slave_config_t::send_buf_depth
i2c_new_slave_device()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out