![]() |
LibDriver TM1638
|
tm1638 extern driver modules More...
Functions | |
| uint8_t | tm1638_set_reg (tm1638_handle_t *handle, uint8_t cmd, uint8_t *data, uint8_t len) |
| set the chip register | |
| uint8_t | tm1638_get_reg (tm1638_handle_t *handle, uint8_t cmd, uint8_t *data, uint8_t len) |
| get the chip register | |
tm1638 extern driver modules
| uint8_t tm1638_get_reg | ( | tm1638_handle_t * | handle, |
| uint8_t | cmd, | ||
| uint8_t * | data, | ||
| uint8_t | len ) |
get the chip register
| [in] | *handle | pointer to a tm1638 handle structure |
| [in] | cmd | sent command |
| [out] | *data | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 769 of file driver_tm1638.c.
| uint8_t tm1638_set_reg | ( | tm1638_handle_t * | handle, |
| uint8_t | cmd, | ||
| uint8_t * | data, | ||
| uint8_t | len ) |
set the chip register
| [in] | *handle | pointer to a tm1638 handle structure |
| [in] | cmd | sent command |
| [in] | *data | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 732 of file driver_tm1638.c.