![]() |
LibDriver PCF8574
|
pcf8574 extern driver modules More...
Functions | |
| uint8_t | pcf8574_set_reg (pcf8574_handle_t *handle, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | pcf8574_get_reg (pcf8574_handle_t *handle, uint8_t *buf, uint16_t len) |
| get the chip register | |
pcf8574 extern driver modules
| uint8_t pcf8574_get_reg | ( | pcf8574_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to a pcf8574 handle structure |
| [out] | *buf | pointer to a data buffer. |
| [in] | len | data buffer length |
Definition at line 332 of file driver_pcf8574.c.
| uint8_t pcf8574_set_reg | ( | pcf8574_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to a pcf8574 handle structure |
| [in] | *buf | pointer to a data buffer. |
| [in] | len | data buffer length |
Definition at line 299 of file driver_pcf8574.c.