ESPHome
2024.10.3
|
Go to the source code of this file.
Data Structures | |
union | esphome::ina226::ConfigurationRegister |
class | esphome::ina226::INA226Component |
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::ina226 | |
Enumerations | |
enum | esphome::ina226::AdcTime : uint16_t { esphome::ina226::ADC_TIME_140US = 0, esphome::ina226::ADC_TIME_204US = 1, esphome::ina226::ADC_TIME_332US = 2, esphome::ina226::ADC_TIME_588US = 3, esphome::ina226::ADC_TIME_1100US = 4, esphome::ina226::ADC_TIME_2116US = 5, esphome::ina226::ADC_TIME_4156US = 6, esphome::ina226::ADC_TIME_8244US = 7 } |
enum | esphome::ina226::AdcAvgSamples : uint16_t { esphome::ina226::ADC_AVG_SAMPLES_1 = 0, esphome::ina226::ADC_AVG_SAMPLES_4 = 1, esphome::ina226::ADC_AVG_SAMPLES_16 = 2, esphome::ina226::ADC_AVG_SAMPLES_64 = 3, esphome::ina226::ADC_AVG_SAMPLES_128 = 4, esphome::ina226::ADC_AVG_SAMPLES_256 = 5, esphome::ina226::ADC_AVG_SAMPLES_512 = 6, esphome::ina226::ADC_AVG_SAMPLES_1024 = 7 } |
Variables | |
uint16_t | mode |
AdcTime | shunt_voltage_conversion_time |
AdcTime | bus_voltage_conversion_time |
AdcAvgSamples | avg_samples |
uint16_t | reserved |
uint16_t | reset |