ESP-IDF
i2c_intr_event_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2c_intr_event_t
i2c_intr_event_t enum
Syntax
Show:
Summary
Declaration
from
i2c_ll.h:884
enum
{
I2C_INTR_EVENT_ERR
,
I2C_INTR_EVENT_ARBIT_LOST
,
I2C_INTR_EVENT_NACK
,
I2C_INTR_EVENT_TOUT
,
I2C_INTR_EVENT_END_DET
,
I2C_INTR_EVENT_TRANS_DONE
,
I2C_INTR_EVENT_RXFIFO_FULL
,
I2C_INTR_EVENT_TXFIFO_EMPTY
,
}
;
Values
Value
Declared as
Description
i2c_intr_event_t::I2C_INTR_EVENT_ERR
i2c_intr_event_t::I2C_INTR_EVENT_ARBIT_LOST
I2C arbition lost event.
i2c_intr_event_t::I2C_INTR_EVENT_NACK
I2C NACK event.
i2c_intr_event_t::I2C_INTR_EVENT_TOUT
I2C time out event.
i2c_intr_event_t::I2C_INTR_EVENT_END_DET
I2C end detected event.
i2c_intr_event_t::I2C_INTR_EVENT_TRANS_DONE
I2C trans done event.
i2c_intr_event_t::I2C_INTR_EVENT_RXFIFO_FULL
I2C rxfifo full event.
i2c_intr_event_t::I2C_INTR_EVENT_TXFIFO_EMPTY
I2C txfifo empty event.
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