LibDriver INA226
Loading...
Searching...
No Matches
driver_ina226_alert.h File Reference
Include dependency graph for driver_ina226_alert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define INA226_ALERT_DEFAULT_AVG_MODE   INA226_AVG_16
 ina226 alert example default definition
#define INA226_ALERT_DEFAULT_BUS_VOLTAGE_CONVERSION_TIME   INA226_CONVERSION_TIME_1P1_MS
#define INA226_ALERT_DEFAULT_SHUNT_VOLTAGE_CONVERSION_TIME   INA226_CONVERSION_TIME_1P1_MS
#define INA226_ALERT_DEFAULT_READY_ALERT_PIN   INA226_BOOL_FALSE
#define INA226_ALERT_DEFAULT_ALERT_POLARITY_NORMAL   INA226_ALERT_POLARITY_NORMAL
#define INA226_ALERT_DEFAULT_ALERT_LATCH   INA226_BOOL_FALSE

Functions

uint8_t ina226_alert_irq_handler (void)
 alert irq handler
uint8_t ina226_alert_init (ina226_address_t addr_pin, double r, ina226_mask_t mask, float threshold, void(*callback)(uint8_t type))
 alert example init
uint8_t ina226_alert_deinit (void)
 alert example deinit
uint8_t ina226_alert_read (float *mV, float *mA, float *mW)
 alert example read