ESP-IDF
spi_hal_trans_config_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
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
spi_hal_trans_config_t struct
Transaction configuration structure, this should be assigned by driver each time. All these parameters will be updated to the peripheral every transaction.
Syntax
Show:
Summary
Declaration
from
spi_hal.h:86
typedef
struct
{
uint16_t
cmd
;
int
cmd_bits
;
int
addr_bits
;
int
dummy_bits
;
int
tx_bitlen
;
int
rx_bitlen
;
uint64_t
addr
;
uint8_t
*
send_buffer
;
uint8_t
*
rcv_buffer
;
spi_line_mode_t
line_mode
;
int
cs_keep_active
;
}
spi_hal_trans_config_t
;
Fields
Field
Declared as
spi_hal_trans_config_t::cmd
uint16_t
spi_hal_trans_config_t::cmd_bits
int
spi_hal_trans_config_t::addr_bits
int
spi_hal_trans_config_t::dummy_bits
int
spi_hal_trans_config_t::tx_bitlen
int
spi_hal_trans_config_t::rx_bitlen
int
spi_hal_trans_config_t::addr
uint64_t
spi_hal_trans_config_t::send_buffer
uint8_t
*
spi_hal_trans_config_t::rcv_buffer
uint8_t
*
spi_hal_trans_config_t::line_mode
spi_line_mode_t
spi_hal_trans_config_t::cs_keep_active
int
Related Functions
Found 5 other functions taking a
spi_hal_trans_config_t
argument:
Function
Description
spi_hal_setup_trans()
Setup transaction related configurations according to the settings in the context.
spi_hal_push_tx_buffer()
Setup transaction operations, write tx buffer to HW registers
s_spi_dma_prepare_data()
s_spi_prepare_data()
spi_format_hal_trans_struct()
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