![]() |
LibDriver INA219
|
ina219 extern driver modules More...
Functions | |
| uint8_t | ina219_set_reg (ina219_handle_t *handle, uint8_t reg, uint16_t data) |
| set the chip register | |
| uint8_t | ina219_get_reg (ina219_handle_t *handle, uint8_t reg, uint16_t *data) |
| get the chip register | |
ina219 extern driver modules
| uint8_t ina219_get_reg | ( | ina219_handle_t * | handle, |
| uint8_t | reg, | ||
| uint16_t * | data ) |
get the chip register
| [in] | *handle | pointer to an ina219 handle structure |
| [in] | reg | register address |
| [out] | *data | pointer to a data buffer |
Definition at line 1170 of file driver_ina219.c.
| uint8_t ina219_set_reg | ( | ina219_handle_t * | handle, |
| uint8_t | reg, | ||
| uint16_t | data ) |
set the chip register
| [in] | *handle | pointer to an ina219 handle structure |
| [in] | reg | register address |
| [in] | data | written data |
Definition at line 1144 of file driver_ina219.c.