Revision 11500ad8 include/alld_tlc5947.h
| include/alld_tlc5947.h | ||
|---|---|---|
| 61 | 61 |
*/ |
| 62 | 62 |
typedef struct {
|
| 63 | 63 |
apalSPIDriver_t* spi_driver; /**< @brief The SPI Driver. */ |
| 64 |
apalControlGpio_t* blank_gpio; /**< @brief The identifier of the BLANK signal GPIO. */ |
|
| 65 |
apalControlGpio_t* xlat_gpio; /**< @brief The identifier of the XLAT signal GPIO. */ |
|
| 64 |
const apalControlGpio_t* blank_gpio; /**< @brief The identifier of the BLANK signal GPIO. */
|
|
| 65 |
const apalControlGpio_t* xlat_gpio; /**< @brief The identifier of the XLAT signal GPIO. */
|
|
| 66 | 66 |
} TLC5947Driver; |
| 67 | 67 |
|
| 68 | 68 |
/** |
Also available in: Unified diff