Revision 5d0950c9
include/TLC5947/v1/alld_TLC5947_v1.h | ||
---|---|---|
36 | 36 |
/******************************************************************************/ |
37 | 37 |
|
38 | 38 |
/** |
39 |
* @brief Number of chained TLC5947 devices. |
|
40 |
*/ |
|
41 |
#if !defined(TLC5947_LLD_CHAINED) || defined(__DOXYGEN__) |
|
42 |
#define TLC5947_LLD_CHAINED 1 |
|
43 |
#endif |
|
44 |
|
|
45 |
/** |
|
39 | 46 |
* @brief Active state of the BLANK signal. |
40 | 47 |
*/ |
41 | 48 |
#define TLC5947_LLD_BLANK_ACTIVE_STATE APAL_GPIO_ACTIVE_HIGH |
... | ... | |
48 | 55 |
/** |
49 | 56 |
* @brief Number of PWM channels. |
50 | 57 |
*/ |
51 |
#define TLC5947_LLD_NUM_CHANNELS 24
|
|
58 |
#define TLC5947_LLD_NUM_CHANNELS (TLC5947_LLD_CHAINED * 24)
|
|
52 | 59 |
|
53 | 60 |
/** |
54 | 61 |
* @brief Resulotion of the PWM channels in bits. |
Also available in: Unified diff