ESP-IDF
+
0
/18 examples
SourceVu will show references to
spi_bus_free()
from the following samples and libraries:
blink sample
ot_br sample
ot_cli sample
ot_trel sample
aligenie_demo sample
i2s_recorder sample
sdspi sample
Bluedroid_GATT_Server sample
NimBLE_Connection sample
NimBLE_GATT_Server sample
NimBLE_Security sample
df_client sample
df_server sample
rpr_client sample
rpr_server sample
unprov_dev sample
master sample
seg_master sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spi_bus_free()
spi_bus_free() function
Free a SPI bus @warning In order for this to succeed, all devices have to be removed first.
Syntax
Show:
Summary
Declaration
Definition
from
spi_common.h:170
esp_err_t
spi_bus_free
(
spi_host_device_t
host_id
)
;
Implemented in
spi_common.c:953
Arguments
Argument
Description
host_id
SPI peripheral to free
Return value
- ESP_ERR_INVALID_ARG if parameter is invalid - ESP_ERR_INVALID_STATE if bus hasn't been initialized before, or not all devices on the bus are freed - ESP_OK on success
Examples
spi_bus_free()
is referenced by 18 libraries and example projects:
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