ESP-IDF
i2c_dev_s::int_ena
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_dev_s::int_ena
i2c_dev_s::int_ena field
Syntax
Show:
Summary
Declaration
from
i2c_struct.h:142
union
{
struct
{
uint32_t
rx_fifo_full
:
1
;
uint32_t
tx_fifo_empty
:
1
;
uint32_t
rx_fifo_ovf
:
1
;
uint32_t
end_detect
:
1
;
uint32_t
slave_tran_comp
:
1
;
uint32_t
arbitration_lost
:
1
;
uint32_t
master_tran_comp
:
1
;
uint32_t
trans_complete
:
1
;
uint32_t
time_out
:
1
;
uint32_t
trans_start
:
1
;
uint32_t
ack_err
:
1
;
uint32_t
rx_rec_full
:
1
;
uint32_t
tx_send_empty
:
1
;
uint32_t
reserved13
:
19
;
}
;
uint32_t
val
;
}
int_ena
;
Examples
References
from
examples
Code
Location
Referrer
}
int_ena
;
i2c_struct.h:160
hw
->
int_ena
.
val
|=
mask
;
i2c_ll.h:245
i2c_ll_enable_intr_mask()
hw
->
int_ena
.
val
&=
(
~
mask
)
;
i2c_ll.h:259
i2c_ll_disable_intr_mask()
hw
->
int_ena
.
val
|=
I2C_LL_SLAVE_TX_INT
;
i2c_ll.h:989
i2c_ll_slave_enable_tx_it()
hw
->
int_ena
.
val
|=
I2C_LL_SLAVE_RX_INT
;
i2c_ll.h:1001
i2c_ll_slave_enable_rx_it()
hw
->
int_ena
.
val
&=
(
~
I2C_LL_SLAVE_TX_INT
)
;
i2c_ll.h:1014
i2c_ll_slave_disable_tx_it()
hw
->
int_ena
.
val
&=
(
~
I2C_LL_SLAVE_RX_INT
)
;
i2c_ll.h:1026
i2c_ll_slave_disable_rx_it()
hw
->
int_ena
.
val
=
I2C_LL_MASTER_TX_INT
;
i2c_ll.h:1040
i2c_ll_master_enable_tx_it()
hw
->
int_ena
.
val
=
I2C_LL_MASTER_RX_INT
;
i2c_ll.h:1054
i2c_ll_master_enable_rx_it()
hw
->
int_ena
.
val
&=
(
~
I2C_LL_MASTER_TX_INT
)
;
i2c_ll.h:1066
i2c_ll_master_disable_tx_it()
hw
->
int_ena
.
val
&=
(
~
I2C_LL_MASTER_RX_INT
)
;
i2c_ll.h:1079
i2c_ll_master_disable_rx_it()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2c_dev_s::int_ena
is read by 10 functions:
All items filtered out
i2c_dev_s::int_ena
i2c_ll_enable_intr_mask()
i2c_ll_disable_intr_mask()
i2c_ll_slave_enable_tx_it()
i2c_ll_slave_enable_rx_it()
i2c_ll_slave_disable_tx_it()
i2c_ll_slave_disable_rx_it()
i2c_ll_master_enable_tx_it()
i2c_ll_master_enable_rx_it()
i2c_ll_master_disable_tx_it()
i2c_ll_master_disable_rx_it()
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