Driver configuration parameters for Texas Instruments INA3221 three-channel, high-side current and bus voltage monitor. More...
Driver configuration parameters for Texas Instruments INA3221 three-channel, high-side current and bus voltage monitor.
Definition in file ina3221_params.h.
Go to the source code of this file.
#define | INA3221_PARAM_I2C (I2C_DEV(0)) |
I2C bus index. | |
#define | INA3221_PARAM_ADDR (INA3221_ADDR_00) |
I2C device address. | |
#define | INA3221_PARAM_PIN_WRN (GPIO_UNDEF) |
Warning alert pin. | |
#define | INA3221_PARAM_PIN_CRT (GPIO_UNDEF) |
Critical alert pin. | |
#define | INA3221_PARAM_PIN_PV (GPIO_UNDEF) |
Power valid alert pin. | |
#define | INA3221_PARAM_PIN_TC (GPIO_UNDEF) |
Timing control alert pin. | |
#define | INA3221_PARAM_INT_PU_PIN_WRN (0) |
Enable or disable internal pull up resistor for pin WRN. | |
#define | INA3221_PARAM_INT_PU_PIN_CRT (0) |
Enable or disable internal pull up resistor for pin CRT. | |
#define | INA3221_PARAM_INT_PU_PIN_PV (0) |
Enable or disable internal pull up resistor for pin PV. | |
#define | INA3221_PARAM_INT_PU_PIN_TC (0) |
Enable or disable internal pull up resistor for pin TC. | |
#define | INA3221_PARAM_CONFIG |
Configuration register value. More... | |
#define | INA3221_PARAM_RSHUNT_MOHM_CH1 (100) |
Channel 1 shunt resistance. | |
#define | INA3221_PARAM_RSHUNT_MOHM_CH2 (100) |
Channel 2 shunt resistance. | |
#define | INA3221_PARAM_RSHUNT_MOHM_CH3 (100) |
Channel 3 shunt resistance. | |
#define | INA3221_PARAMS |
Default device initialization parameters. More... | |
#define | INA3221_SAUL_INFO |
SAUL driver information. More... | |
static const ina3221_params_t | ina3221_params [] |
INA3221 array of device configurations. More... | |
static const saul_reg_info_t | ina3221_saul_info [] |
INA3221 array of SAUL driver information. More... | |
#define INA3221_PARAM_CONFIG |
Configuration register value.
Definition at line 73 of file ina3221_params.h.
#define INA3221_PARAMS |
Default device initialization parameters.
Definition at line 97 of file ina3221_params.h.
#define INA3221_SAUL_INFO |
SAUL driver information.
Definition at line 120 of file ina3221_params.h.
|
static |
INA3221 array of device configurations.
Definition at line 129 of file ina3221_params.h.
|
static |
INA3221 array of SAUL driver information.
Definition at line 136 of file ina3221_params.h.