Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/driver/
Dspi_common.c72 spi_destroy_func_t destroy_func; member
741 if (ctx->destroy_func) { in spi_bus_free()
742 err = ctx->destroy_func(ctx->destroy_arg); in spi_bus_free()
767 bus_ctx[host_id]->destroy_func = f; in spi_bus_register_destroy_func()