Revision cf1f756b include/alld_tlc5947.h
| include/alld_tlc5947.h | ||
|---|---|---|
| 52 | 52 |
* @brief The TLC5947Driver struct |
| 53 | 53 |
*/ |
| 54 | 54 |
typedef struct {
|
| 55 |
apalSPIDriver_t* spi_driver; /**< @brief The SPI Driver. */
|
|
| 56 |
apalControlGpio_t blank_gpio; /**< @brief The identifier of the BLANK signal GPIO. */
|
|
| 57 |
apalControlGpio_t xlat_gpio; /**< @brief The identifier of the XLAT signal GPIO. */
|
|
| 55 |
apalSPIDriver_t* spi_driver; /**< @brief The SPI Driver. */ |
|
| 56 |
apalControlGpio_t* blank_gpio; /**< @brief The identifier of the BLANK signal GPIO. */
|
|
| 57 |
apalControlGpio_t* xlat_gpio; /**< @brief The identifier of the XLAT signal GPIO. */
|
|
| 58 | 58 |
} TLC5947Driver; |
| 59 | 59 |
|
| 60 | 60 |
/** |
Also available in: Unified diff