ESP-IDF
I2C_LL_SLAVE_EVENT_INTR
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_LL_SLAVE_EVENT_INTR
I2C_LL_SLAVE_EVENT_INTR macro
Syntax
Show:
Summary
Declaration
from
i2c_ll.h:70
#define
I2C_LL_SLAVE_EVENT_INTR
(
I2C_TRANS_COMPLETE_INT_ENA_M
|
I2C_TXFIFO_EMPTY_INT_ENA_M
|
I2C_RX_REC_FULL_INT_ST_M
|
I2C_RXFIFO_FULL_INT_ENA
)
Examples
References
from
examples
Code
Location
#define
I2C_LL_SLAVE_EVENT_INTR
(
I2C_TRANS_COMPLETE_INT_ENA_M
|
I2C_TXFIFO_EMPTY_INT_ENA_M
|
I2C_RX_REC_FULL_INT_ST_M
|
I2C_RXFIFO_FULL_INT_ENA
)
i2c_ll.h:70
ret
=
esp_intr_alloc_intrstatus
(
i2c_periph_signal
[
i2c_port_num
]
.
irq
,
isr_flags
,
(
uint32_t
)
i2c_ll_get_interrupt_status_reg
(
hal
->
dev
)
,
I2C_LL_SLAVE_EVENT_INTR
,
s_slave_isr_handle_default
,
i2c_slave
,
&
i2c_slave
->
base
->
intr_handle
)
;
i2c_slave.c:235
i2c_ll_clear_intr_mask
(
hal
->
dev
,
I2C_LL_SLAVE_EVENT_INTR
)
;
i2c_slave.c:245
i2c_ll_disable_intr_mask
(
i2c_slave
->
base
->
hal
.
dev
,
I2C_LL_SLAVE_EVENT_INTR
)
;
i2c_slave.c:296
i2c_ll_disable_intr_mask
(
i2c_slave
->
base
->
hal
.
dev
,
I2C_LL_SLAVE_EVENT_INTR
)
;
i2c_slave_v2.c:210
ret
=
esp_intr_alloc_intrstatus
(
i2c_periph_signal
[
i2c_port_num
]
.
irq
,
isr_flags
,
(
uint32_t
)
i2c_ll_get_interrupt_status_reg
(
hal
->
dev
)
,
I2C_LL_SLAVE_EVENT_INTR
,
i2c_slave_isr_handler
,
i2c_slave
,
&
i2c_slave
->
base
->
intr_handle
)
;
i2c_slave_v2.c:288
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