ESP-IDF
spi_hal_setup_device()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spi_hal_setup_device()
spi_hal_setup_device() function
Setup device-related configurations according to the settings in the context.
Syntax
Show:
Summary
Declaration
Definition
from
spi_hal.h:193
void
spi_hal_setup_device
(
spi_hal_context_t
*
hal
,
const
spi_hal_dev_config_t
*
hal_dev
)
;
Implemented in
spi_hal_iram.c:15
Arguments
Argument
Description
hal
Context of the HAL layer.
hal_dev
Device configuration
Related Functions
Found 9 other functions taking a
spi_hal_context_t
argument:
Function
Description
spi_hal_deinit()
Deinit the peripheral (and the context if needed).
spi_hal_usr_is_done()
Check whether the transaction is done (trans_done is set).
spi_hal_init()
Init the peripheral and the context.
spi_hal_config_io_default_level()
Config default output IO level when don't have transaction
spi_hal_setup_trans()
Setup transaction related configurations according to the settings in the context.
spi_hal_user_start()
Trigger start a user-defined transaction.
spi_hal_push_tx_buffer()
Setup transaction operations, write tx buffer to HW registers
spi_hal_fetch_result()
Post transaction operations, mainly fetch data from the buffer.
s_spi_dma_prepare_data()
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