ESP-IDF
i2c_dev_s::fifo_conf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/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_dev_s::fifo_conf
i2c_dev_s::fifo_conf field
Syntax
Show:
Summary
Declaration
from
i2c_struct.h:83
union
{
struct
{
uint32_t
rx_fifo_full_thrhd
:
5
;
uint32_t
tx_fifo_empty_thrhd
:
5
;
uint32_t
nonfifo_en
:
1
;
uint32_t
fifo_addr_cfg_en
:
1
;
uint32_t
rx_fifo_rst
:
1
;
uint32_t
tx_fifo_rst
:
1
;
uint32_t
nonfifo_rx_thres
:
6
;
uint32_t
nonfifo_tx_thres
:
6
;
uint32_t
reserved26
:
6
;
}
;
uint32_t
val
;
}
fifo_conf
;
Examples
References
from
examples
Code
Location
Referrer
}
fifo_conf
;
i2c_struct.h:96
hw
->
fifo_conf
.
tx_fifo_rst
=
1
;
i2c_ll.h:202
i2c_ll_txfifo_rst()
hw
->
fifo_conf
.
tx_fifo_rst
=
0
;
i2c_ll.h:203
i2c_ll_txfifo_rst()
hw
->
fifo_conf
.
rx_fifo_rst
=
1
;
i2c_ll.h:216
i2c_ll_rxfifo_rst()
hw
->
fifo_conf
.
rx_fifo_rst
=
0
;
i2c_ll.h:217
i2c_ll_rxfifo_rst()
hw
->
fifo_conf
.
nonfifo_en
=
fifo_mode_en
?
0
:
1
;
i2c_ll.h:285
i2c_ll_enable_fifo_mode()
hw
->
fifo_conf
.
tx_fifo_empty_thrhd
=
empty_thr
;
i2c_ll.h:405
i2c_ll_set_txfifo_empty_thr()
hw
->
fifo_conf
.
nonfifo_rx_thres
=
full_thr
;
i2c_ll.h:418
i2c_ll_set_rxfifo_full_thr()
hw
->
fifo_conf
.
rx_fifo_full_thrhd
=
full_thr
;
i2c_ll.h:419
i2c_ll_set_rxfifo_full_thr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2c_dev_s::fifo_conf
is read by 5 functions:
All items filtered out
i2c_dev_s::fifo_conf
i2c_ll_txfifo_rst()
i2c_ll_rxfifo_rst()
i2c_ll_enable_fifo_mode()
i2c_ll_set_txfifo_empty_thr()
i2c_ll_set_rxfifo_full_thr()
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