![]() |
LibDriver MCP9600
|
mcp9600 extern driver modules More...
Functions | |
| uint8_t | mcp9600_set_reg (mcp9600_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | mcp9600_get_reg (mcp9600_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) |
| get the chip register | |
mcp9600 extern driver modules
| uint8_t mcp9600_get_reg | ( | mcp9600_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to an mcp9600 handle structure |
| [in] | reg | iic register address |
| [out] | *buf | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 3156 of file driver_mcp9600.c.
| uint8_t mcp9600_set_reg | ( | mcp9600_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to an mcp9600 handle structure |
| [in] | reg | iic register address |
| [in] | *buf | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 3129 of file driver_mcp9600.c.