ESP-IDF
I2C_INTR_EVENT_RXFIFO_FULL
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_INTR_EVENT_RXFIFO_FULL
I2C_INTR_EVENT_RXFIFO_FULL value
I2C rxfifo full event
Syntax
Show:
Summary
Declaration
from
i2c_ll.h:891
I2C_INTR_EVENT_RXFIFO_FULL
;
Examples
References
from
examples
Code
Location
Referrer
I2C_INTR_EVENT_RXFIFO_FULL
,
/*!< I2C rxfifo full event */
i2c_ll.h:891
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_RXFIFO_FULL
;
i2c_ll.h:946
i2c_ll_slave_get_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
I2C_INTR_EVENT_RXFIFO_FULL
is read by 2 functions:
All items filtered out
I2C_INTR_EVENT_RXFIFO_FULL
i2c_ll_slave_get_event()
i2c_isr_handler_default()
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