MODSERIAL with support for more devices. Added support for LPC4330

Dependents:   HC05_AT_mode GPS_U-blox_NEO-6M_Test_Code GPS_U-blox_NEO-6M_Code UbloxGPSWithThread ... more

Fork of MODSERIAL by Erik -

Embed: (wiki syntax)

« Back to documentation index

MODSERIAL_IRQ_INFO Class Reference

MODSERIAL_IRQ_INFO Class Reference

#include <MODSERIAL.h>

Public Member Functions

int rxDiscardLastChar (void)
 rxDiscardLastChar()

Protected Member Functions

void setSerial (MODSERIAL *s)
 setSerial()

Detailed Description

Author:
Andy Kirkham
See also:
http://mbed.org/cookbook/MODSERIAL
example3a.cpp
example3b.cpp
The MODSERIAL API

MODSERIAL_IRQ_INFO is a class used to pass information (and access to protected MODSERIAL functions) to IRQ callbacks.

Definition at line 62 of file MODSERIAL.h.


Member Function Documentation

void setSerial ( MODSERIAL s ) [protected]

setSerial()

Used internally by MODSERIAL to set the "this" pointer of the MODSERIAL that created this object.

Parameters:
Apointer to a MODSERIAL object instance.

Definition at line 90 of file MODSERIAL.h.