Bumped Mbed FW version to 01.20.0080

Embed: (wiki syntax)

« Back to documentation index

admw_spi.cpp File Reference

admw_spi.cpp File Reference

: ADMW OS-dependent wrapper layer for SPI interface ----------------------------------------------------------------------------- More...

Go to the source code of this file.

Functions

ADMW_RESULT admw_SpiOpen (ADMW_PLATFORM_SPI_CONFIG *pConfig, ADMW_SPI_HANDLE *phDevice)
 Open the SPI interface and allocate resources.
ADMW_RESULT admw_SpiTransfer (ADMW_SPI_HANDLE hDevice, void *pTxData, void *pRxData, unsigned nLength, bool bCsHold)
 Transfer data to slave device.
void admw_SpiClose (ADMW_SPI_HANDLE hDevice)
 Close SPI interface and free resources.

Detailed Description

: ADMW OS-dependent wrapper layer for SPI interface -----------------------------------------------------------------------------

Definition in file admw_spi.cpp.