David Fletcher / Mbed 2 deprecated CC3000WebServer

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Dispatcher_api

Dispatcher_api

Functions

void DispatcherUartSendPacket (const char *inBuff, unsigned short usLength)
 UARTIntHandler.
void DispatcherUARTConfigure (void)
 Cofigure the UART.

Function Documentation

void DispatcherUARTConfigure ( void   )

Cofigure the UART.

Parameters:
none
Returns:
none

Cofigure the UART

Definition at line 144 of file dispatcher.cpp.

void DispatcherUartSendPacket ( const char *  inBuff,
unsigned short  usLength 
)

UARTIntHandler.

Parameters:
buffer
Returns:
none

Handles RX and TX interrupts DispatcherUartSendPacket

Parameters:
inBuffpointer to the UART input buffer
usLengthbuffer length
Returns:
none

The function sends to UART a buffer of given length

Definition at line 115 of file dispatcher.cpp.