|  | LibDriver PCF8563
    | 
pcf8563 extern driver modules More...
| Functions | |
| uint8_t | pcf8563_set_reg (pcf8563_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) | 
| set the chip register | |
| uint8_t | pcf8563_get_reg (pcf8563_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) | 
| get the chip register | |
pcf8563 extern driver modules
| uint8_t pcf8563_get_reg | ( | pcf8563_handle_t * | handle, | 
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) | 
get the chip register
| [in] | *handle | pointer to a pcf8563 handle structure | 
| [in] | reg | iic register address | 
| [out] | *buf | pointer to a data buffer | 
| [in] | len | data buffer length | 
Definition at line 2194 of file driver_pcf8563.c.
| uint8_t pcf8563_set_reg | ( | pcf8563_handle_t * | handle, | 
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) | 
set the chip register
| [in] | *handle | pointer to a pcf8563 handle structure | 
| [in] | reg | iic register address | 
| [in] | *buf | pointer to a data buffer | 
| [in] | len | data buffer length | 
Definition at line 2162 of file driver_pcf8563.c.