ESPHome  2024.3.1
Data Structures | Namespaces | Enumerations
mcp23x17_base.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::mcp23x17_base::MCP23X17Base
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::mcp23x17_base
 

Enumerations

enum  esphome::mcp23x17_base::MCP23X17GPIORegisters {
  esphome::mcp23x17_base::MCP23X17_IODIRA = 0x00, esphome::mcp23x17_base::MCP23X17_IPOLA = 0x02, esphome::mcp23x17_base::MCP23X17_GPINTENA = 0x04, esphome::mcp23x17_base::MCP23X17_DEFVALA = 0x06,
  esphome::mcp23x17_base::MCP23X17_INTCONA = 0x08, esphome::mcp23x17_base::MCP23X17_IOCONA = 0x0A, esphome::mcp23x17_base::MCP23X17_GPPUA = 0x0C, esphome::mcp23x17_base::MCP23X17_INTFA = 0x0E,
  esphome::mcp23x17_base::MCP23X17_INTCAPA = 0x10, esphome::mcp23x17_base::MCP23X17_GPIOA = 0x12, esphome::mcp23x17_base::MCP23X17_OLATA = 0x14, esphome::mcp23x17_base::MCP23X17_IODIRB = 0x01,
  esphome::mcp23x17_base::MCP23X17_IPOLB = 0x03, esphome::mcp23x17_base::MCP23X17_GPINTENB = 0x05, esphome::mcp23x17_base::MCP23X17_DEFVALB = 0x07, esphome::mcp23x17_base::MCP23X17_INTCONB = 0x09,
  esphome::mcp23x17_base::MCP23X17_IOCONB = 0x0B, esphome::mcp23x17_base::MCP23X17_GPPUB = 0x0D, esphome::mcp23x17_base::MCP23X17_INTFB = 0x0F, esphome::mcp23x17_base::MCP23X17_INTCAPB = 0x11,
  esphome::mcp23x17_base::MCP23X17_GPIOB = 0x13, esphome::mcp23x17_base::MCP23X17_OLATB = 0x15
}