LEDComm  1.0
LEDComm Configuration

Configuration settings for the LEDComm Driver. More...

Macros

#define LEDCOMM_USE_LCOM1   FALSE
 Enable LED communication on LCOM1 device if TRUE. More...
 
#define LEDCOMM_USE_LCOM2   TRUE
 Enable LED communication on LCOM2 device if TRUE. More...
 
#define LEDCOMM_USE_GPTD1   FALSE
 Use GPT1 for the LEDComm Driver. More...
 
#define LEDCOMM_USE_GPTD2   TRUE
 Use GPT2 for the LEDComm Driver. More...
 
#define LEDCOMM_USE_EXTD1   TRUE
 Use EXT1 for the LEDComm Driver. More...
 
#define LEDCOMM_USE_EXTD2   FALSE
 Use EXT2 for the LEDComm Driver. More...
 
#define LEDCOMM_THREADED   FALSE
 Use a thread to process the driver logic. More...
 
#define LEDCOMM_BUFFERS_SIZE   16
 The size of the input and output queues. More...
 

Detailed Description

Configuration settings for the LEDComm Driver.

Macro Definition Documentation

#define LEDCOMM_USE_LCOM1   FALSE

Enable LED communication on LCOM1 device if TRUE.

Definition at line 50 of file ledcommconf.h.

#define LEDCOMM_USE_LCOM2   TRUE

Enable LED communication on LCOM2 device if TRUE.

Definition at line 55 of file ledcommconf.h.

#define LEDCOMM_USE_GPTD1   FALSE

Use GPT1 for the LEDComm Driver.

Note
Set only one of LEDCOMM_USE_GPT1 or LEDCOMM_USE_GPT2 to TRUE.

Definition at line 61 of file ledcommconf.h.

#define LEDCOMM_USE_GPTD2   TRUE

Use GPT2 for the LEDComm Driver.

Note
Set only one of LEDCOMM_USE_GPT1 or LEDCOMM_USE_GPT2 to TRUE.

Definition at line 66 of file ledcommconf.h.

#define LEDCOMM_USE_EXTD1   TRUE

Use EXT1 for the LEDComm Driver.

Note
Set only one of LEDCOMM_USE_EXTD1 or LEDCOMM_USE_EXTD2 to TRUE.

Definition at line 72 of file ledcommconf.h.

#define LEDCOMM_USE_EXTD2   FALSE

Use EXT2 for the LEDComm Driver.

Note
Set only one of LEDCOMM_USE_EXTD1 or LEDCOMM_USE_EXTD2 to TRUE.

Definition at line 78 of file ledcommconf.h.

#define LEDCOMM_THREADED   FALSE

Use a thread to process the driver logic.

If set to TRUE, the LEDComm Driver will spend the minimum time in the ISR and perform most of the processing in a separate thread. If set to FALSE, all of the processing is done in the ISR.

Definition at line 87 of file ledcommconf.h.

#define LEDCOMM_BUFFERS_SIZE   16

The size of the input and output queues.

Definition at line 92 of file ledcommconf.h.

Referenced by ldObjectInit().