mirror of https://github.com/ARMmbed/mbed-os.git
SPI capitalisation
parent
68628c1178
commit
d4b6fdc1ec
|
|
@ -249,7 +249,7 @@ protected:
|
|||
*/
|
||||
int queue_transfer(const void *tx_buffer, int tx_length, void *rx_buffer, int rx_length, unsigned char bit_width, const event_callback_t &callback, int event);
|
||||
|
||||
/** Configure a callback, spi peripheral and initiate a new transfer.
|
||||
/** Configure a callback, SPI peripheral and initiate a new transfer.
|
||||
*
|
||||
* @param tx_buffer The TX buffer with data to be transfered. If NULL is passed,
|
||||
* the default SPI value is sent.
|
||||
|
|
|
|||
Loading…
Reference in New Issue