![]() |
LibDriver TM1638
|
tm1638 link driver modules More...
Macros | |
| #define | DRIVER_TM1638_LINK_INIT(HANDLE, STRUCTURE) |
| initialize tm1638_handle_t structure | |
| #define | DRIVER_TM1638_LINK_SPI_INIT(HANDLE, FUC) |
| link spi_init function | |
| #define | DRIVER_TM1638_LINK_SPI_DEINIT(HANDLE, FUC) |
| link spi_deinit function | |
| #define | DRIVER_TM1638_LINK_SPI_WRITE(HANDLE, FUC) |
| link spi_write function | |
| #define | DRIVER_TM1638_LINK_SPI_READ(HANDLE, FUC) |
| link spi_read function | |
| #define | DRIVER_TM1638_LINK_DELAY_MS(HANDLE, FUC) |
| link delay_ms function | |
| #define | DRIVER_TM1638_LINK_DEBUG_PRINT(HANDLE, FUC) |
| link debug_print function | |
tm1638 link driver modules
| #define DRIVER_TM1638_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) |
link debug_print function
| [in] | HANDLE | pointer to a tm1638 handle structure |
| [in] | FUC | pointer to a debug_print function address |
Definition at line 206 of file driver_tm1638.h.
| #define DRIVER_TM1638_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) |
link delay_ms function
| [in] | HANDLE | pointer to a tm1638 handle structure |
| [in] | FUC | pointer to a delay_ms function address |
Definition at line 198 of file driver_tm1638.h.
| #define DRIVER_TM1638_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) |
initialize tm1638_handle_t structure
| [in] | HANDLE | pointer to a tm1638 handle structure |
| [in] | STRUCTURE | tm1638_handle_t |
Definition at line 158 of file driver_tm1638.h.
| #define DRIVER_TM1638_LINK_SPI_DEINIT | ( | HANDLE, | |
| FUC ) |
link spi_deinit function
| [in] | HANDLE | pointer to a tm1638 handle structure |
| [in] | FUC | pointer to a spi_deinit function address |
Definition at line 174 of file driver_tm1638.h.
| #define DRIVER_TM1638_LINK_SPI_INIT | ( | HANDLE, | |
| FUC ) |
link spi_init function
| [in] | HANDLE | pointer to a tm1638 handle structure |
| [in] | FUC | pointer to a spi_init function address |
Definition at line 166 of file driver_tm1638.h.
| #define DRIVER_TM1638_LINK_SPI_READ | ( | HANDLE, | |
| FUC ) |
link spi_read function
| [in] | HANDLE | pointer to a tm1638 handle structure |
| [in] | FUC | pointer to a spi_read function address |
Definition at line 190 of file driver_tm1638.h.
| #define DRIVER_TM1638_LINK_SPI_WRITE | ( | HANDLE, | |
| FUC ) |
link spi_write function
| [in] | HANDLE | pointer to a tm1638 handle structure |
| [in] | FUC | pointer to a spi_write function address |
Definition at line 182 of file driver_tm1638.h.