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.
Fork of MODSERIAL by
Diff: MODSERIAL.h
- Revision:
- 8:775f860e94d3
- Parent:
- 7:ffa4a7cb7f8d
- Child:
- 9:b3cdae80e7a9
diff -r ffa4a7cb7f8d -r 775f860e94d3 MODSERIAL.h --- a/MODSERIAL.h Mon Nov 22 09:19:50 2010 +0000 +++ b/MODSERIAL.h Mon Nov 22 09:58:34 2010 +0000 @@ -501,15 +501,7 @@ * @ingroup API */ void rxBufferFlush(void) { flushBuffer(RxIrq); } - - /** - * Function: dmaSend - * - * Remove all bytes from the RX buffer. - * @ingroup API - */ - int dmaSend(char *buffer, int length, dmaChannel q = Channel7); - + /** * Function: getcNb *