ESP-IDF
spi_hal_trans_config_t::tx_bitlen
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
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
spi_hal_trans_config_t::tx_bitlen
spi_hal_trans_config_t::tx_bitlen field
Syntax
Show:
Summary
Declaration
from
spi_hal.h:91
int
tx_bitlen
;
Examples
References
from
examples
Code
Location
Referrer
int
tx_bitlen
;
///< TX length, in bits
spi_hal.h:91
spi_ll_set_mosi_bitlen
(
hw
,
trans
->
tx_bitlen
)
;
spi_hal_iram.c:85
spi_hal_setup_trans()
spi_ll_set_miso_bitlen
(
hw
,
trans
->
tx_bitlen
)
;
spi_hal_iram.c:91
spi_hal_setup_trans()
spi_ll_write_buffer
(
hal
->
hw
,
hal_trans
->
send_buffer
,
hal_trans
->
tx_bitlen
)
;
spi_hal_iram.c:152
spi_hal_push_tx_buffer()
spicommon_dma_desc_setup_link
(
dma_ctx
->
dmadesc_tx
,
trans
->
send_buffer
,
(
trans
->
tx_bitlen
+
7
)
/
8
,
false
)
;
spi_master.c:709
s_spi_dma_prepare_data()
hal_trans
->
tx_bitlen
=
trans
->
length
;
spi_master.c:738
spi_format_hal_trans_struct()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_hal_trans_config_t::tx_bitlen
is written by 1 function and is read by 3 functions:
spi_format_hal_trans_struct()
All items filtered out
spi_hal_trans_config_t::tx_bitlen
s_spi_dma_prepare_data()
spi_hal_setup_trans()
spi_hal_push_tx_buffer()
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