ESP-IDF
I2C_INTR_EVENT_TRANS_DONE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/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_INTR_EVENT_TRANS_DONE
I2C_INTR_EVENT_TRANS_DONE value
I2C trans done event
Syntax
Show:
Summary
Declaration
from
i2c_ll.h:890
I2C_INTR_EVENT_TRANS_DONE
;
Examples
References
from
examples
Code
Location
Referrer
I2C_INTR_EVENT_TRANS_DONE
,
/*!< I2C trans done event */
i2c_ll.h:890
}
else
if
(
evt_type
==
I2C_INTR_EVENT_TRANS_DONE
)
{
i2c.c:591
i2c_isr_handler_default()
if
(
evt_type
==
I2C_INTR_EVENT_TRANS_DONE
||
evt_type
==
I2C_INTR_EVENT_RXFIFO_FULL
)
{
i2c.c:607
i2c_isr_handler_default()
(
*
event
==
I2C_INTR_EVENT_TRANS_DONE
)
)
{
i2c_hal_iram.c:22
i2c_hal_master_handle_tx_event()
(
*
event
==
I2C_INTR_EVENT_TRANS_DONE
)
)
{
i2c_hal_iram.c:38
i2c_hal_master_handle_rx_event()
*
event
=
I2C_INTR_EVENT_TRANS_DONE
;
i2c_ll.h:944
i2c_ll_slave_get_event()
*
event
=
I2C_INTR_EVENT_TRANS_DONE
;
i2c_ll.h:974
i2c_ll_master_get_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
I2C_INTR_EVENT_TRANS_DONE
is read by 5 functions:
All items filtered out
I2C_INTR_EVENT_TRANS_DONE
i2c_ll_slave_get_event()
i2c_ll_master_get_event()
i2c_isr_handler_default()
i2c_hal_master_handle_tx_event()
i2c_hal_master_handle_rx_event()
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