Home
last modified time | relevance | path

Searched refs:destroy_func (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_common.c56 spi_destroy_func_t destroy_func; member
885 if (ctx->destroy_func) { in spi_bus_free()
886 err = ctx->destroy_func(ctx->destroy_arg); in spi_bus_free()
911 bus_ctx[host_id]->destroy_func = f; in spi_bus_register_destroy_func()