Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
spi_driver_api Struct Reference

SPI driver API This is the mandatory API any SPI driver needs to expose. More...

#include <spi.h>

Data Fields

spi_api_io transceive
 
spi_api_io_async transceive_async
 
spi_api_release release
 

Detailed Description

SPI driver API This is the mandatory API any SPI driver needs to expose.

Field Documentation

◆ release

spi_api_release spi_driver_api::release

◆ transceive

spi_api_io spi_driver_api::transceive

◆ transceive_async

spi_api_io_async spi_driver_api::transceive_async

The documentation for this struct was generated from the following file: