LibJuno 0.23.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
|
#include <spi_io_api.h>
Data Fields | |
JUNO_STATUS_T(* | Transaction )(JUNO_SPI_IO_T *ptIo, char *pcReadBuff, size_t zReadBuffSize, const void *pvWriteBuff, size_t zWriteBuffSize) |
Perform an SPI transaction. | |
JUNO_STATUS_T(* JUNO_SPI_IO_API_TAG::Transaction) (JUNO_SPI_IO_T *ptIo, char *pcReadBuff, size_t zReadBuffSize, const void *pvWriteBuff, size_t zWriteBuffSize) |
Perform an SPI transaction.