dsPid33
src/com.c File Reference
#include "dsPID33_common.h"
#include "com.h"
Include dependency graph for com.c:

Go to the source code of this file.

Functions

unsigned char UartTxBuff[MAX_TX_BUFF__attribute__ ((space(dma), aligned(128)))
void UsartSetting (void)
void Usart2Setting (void)
void TxParameters (char TxCmd, int TxCmdLen, int Port)
void UartRx (void)
void Uart2Rx (void)
unsigned char UartChkSum (unsigned char *Buff, unsigned int BuffSize)
void UartRxError (int Err, int Port)
unsigned char IncrCircPtr (int Port)
void _ISR_PSV _U1RXInterrupt (void)
void _ISR_PSV _U2RXInterrupt (void)

Function Documentation

unsigned char UartTxBuff [MAX_TX_BUFF] __attribute__ ( (space(dma), aligned(128))  )
void _ISR_PSV _U1RXInterrupt ( void  )

Definition at line 468 of file com.c.

void _ISR_PSV _U2RXInterrupt ( void  )

Definition at line 494 of file com.c.

unsigned char IncrCircPtr ( int  Port)

Definition at line 448 of file com.c.

Here is the caller graph for this function:

void TxParameters ( char  TxCmd,
int  TxCmdLen,
int  Port 
)

Definition at line 138 of file com.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void Uart2Rx ( void  )

Definition at line 288 of file com.c.

Here is the call graph for this function:

Here is the caller graph for this function:

unsigned char UartChkSum ( unsigned char *  Buff,
unsigned int  BuffSize 
)

Definition at line 399 of file com.c.

Here is the caller graph for this function:

void UartRx ( void  )

Definition at line 179 of file com.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void UartRxError ( int  Err,
int  Port 
)

Definition at line 411 of file com.c.

Here is the caller graph for this function:

void Usart2Setting ( void  )

Definition at line 77 of file com.c.

Here is the caller graph for this function:

void UsartSetting ( void  )

Definition at line 17 of file com.c.

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Defines