![]() |
LibDriver MCP3421
|
mcp3421 extend driver modules More...
Functions | |
| uint8_t | mcp3421_set_reg (mcp3421_handle_t *handle, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | mcp3421_get_reg (mcp3421_handle_t *handle, uint8_t *buf, uint16_t len) |
| get the chip register | |
mcp3421 extend driver modules
| uint8_t mcp3421_get_reg | ( | mcp3421_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to an mcp3421 handle structure |
| [out] | *buf | pointer to a data buffer |
| [in] | len | data length |
Definition at line 785 of file driver_mcp3421.c.
| uint8_t mcp3421_set_reg | ( | mcp3421_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to an mcp3421 handle structure |
| [in] | *buf | pointer to a data buffer |
| [in] | len | data length |
Definition at line 759 of file driver_mcp3421.c.