Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
Generated on Wed Jul 13 2022 03:04:54 by
