![]() |
LibDriver MCP4725
|
mcp4725 extern driver modules More...
Functions | |
| uint8_t | mcp4725_set_reg (mcp4725_handle_t *handle, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | mcp4725_get_reg (mcp4725_handle_t *handle, uint8_t *buf, uint16_t len) |
| get the chip register | |
mcp4725 extern driver modules
| uint8_t mcp4725_get_reg | ( | mcp4725_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to an mcp4725 handle structure |
| [out] | *buf | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 562 of file driver_mcp4725.c.
| uint8_t mcp4725_set_reg | ( | mcp4725_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to an mcp4725 handle structure |
| [in] | *buf | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 536 of file driver_mcp4725.c.