1#ifndef SPI_MODULE_ESPIDF_H
2#define SPI_MODULE_ESPIDF_H
4#include <driver/spi_master.h>
6#include "../../spi_module.h"
36 spi_host_device_t host_device);
int spi_module_init_espidf(struct spi_module *spi_module, spi_host_device_t host_device)
Initialize an spi_module struct using the ESP-IDF SPI interface.
Hardware abstraction layer for userland SPI drivers.
Definition spi_module.h:22