![]() |
LibDriver PCF8575
|
pcf8575 extern driver modules More...
Functions | |
| uint8_t | pcf8575_set_reg (pcf8575_handle_t *handle, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | pcf8575_get_reg (pcf8575_handle_t *handle, uint8_t *buf, uint16_t len) |
| get the chip register | |
pcf8575 extern driver modules
| uint8_t pcf8575_get_reg | ( | pcf8575_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to a pcf8575 handle structure |
| [out] | *buf | pointer to a data buffer. |
| [in] | len | data buffer length |
Definition at line 339 of file driver_pcf8575.c.
| uint8_t pcf8575_set_reg | ( | pcf8575_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to a pcf8575 handle structure |
| [in] | *buf | pointer to a data buffer. |
| [in] | len | data buffer length |
Definition at line 306 of file driver_pcf8575.c.