ESP-IDF
spi_hal_init()
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_init()
spi_hal_init() function
Init the peripheral and the context.
Syntax
Show:
Summary
Declaration
Definition
from
spi_hal.h:170
void
spi_hal_init
(
spi_hal_context_t
*
hal
,
uint32_t
host_id
)
;
Implemented in
spi_hal.c:25
Arguments
Argument
Description
hal
Context of the HAL layer.
host_id
Index of the SPI peripheral. 0 for SPI1, 1 for SPI2 and 2 for SPI3.
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_config_io_default_level()
Config default output IO level when don't have transaction
spi_hal_setup_device()
Setup device-related configurations according to the settings in the context.
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