![]() |
LibDriver TM1638
|
tm1638 handle structure definition More...
#include <driver_tm1638.h>
Data Fields | |
| uint8_t(* | spi_init )(void) |
| uint8_t(* | spi_deinit )(void) |
| uint8_t(* | spi_write )(uint8_t addr, uint8_t *buf, uint16_t len) |
| uint8_t(* | spi_read )(uint8_t addr, uint8_t *buf, uint16_t len) |
| void(* | delay_ms )(uint32_t ms) |
| void(* | debug_print )(const char *const fmt,...) |
| uint8_t | inited |
| uint8_t | display_conf |
| uint8_t | data_conf |
tm1638 handle structure definition
Definition at line 112 of file driver_tm1638.h.
| uint8_t data_conf |
data configure
Definition at line 122 of file driver_tm1638.h.
| void(* debug_print) (const char *const fmt,...) |
point to a debug_print function address
Definition at line 119 of file driver_tm1638.h.
| void(* delay_ms) (uint32_t ms) |
point to a delay_ms function address
Definition at line 118 of file driver_tm1638.h.
| uint8_t display_conf |
display configure
Definition at line 121 of file driver_tm1638.h.
| uint8_t inited |
inited flag
Definition at line 120 of file driver_tm1638.h.
| uint8_t(* spi_deinit) (void) |
point to a spi_deinit function address
Definition at line 115 of file driver_tm1638.h.
| uint8_t(* spi_init) (void) |
point to a spi_init function address
Definition at line 114 of file driver_tm1638.h.
| uint8_t(* spi_read) (uint8_t addr, uint8_t *buf, uint16_t len) |
point to a spi_read function address
Definition at line 117 of file driver_tm1638.h.
| uint8_t(* spi_write) (uint8_t addr, uint8_t *buf, uint16_t len) |
point to a spi_write function address
Definition at line 116 of file driver_tm1638.h.