ESPHome  2024.3.1
Data Structures | Enumerations
esphome::mcp23x17_base Namespace Reference

Data Structures

class  MCP23X17Base
 

Enumerations

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

Enumeration Type Documentation

◆ MCP23X17GPIORegisters

Enumerator
MCP23X17_IODIRA 
MCP23X17_IPOLA 
MCP23X17_GPINTENA 
MCP23X17_DEFVALA 
MCP23X17_INTCONA 
MCP23X17_IOCONA 
MCP23X17_GPPUA 
MCP23X17_INTFA 
MCP23X17_INTCAPA 
MCP23X17_GPIOA 
MCP23X17_OLATA 
MCP23X17_IODIRB 
MCP23X17_IPOLB 
MCP23X17_GPINTENB 
MCP23X17_DEFVALB 
MCP23X17_INTCONB 
MCP23X17_IOCONB 
MCP23X17_GPPUB 
MCP23X17_INTFB 
MCP23X17_INTCAPB 
MCP23X17_GPIOB 
MCP23X17_OLATB 

Definition at line 10 of file mcp23x17_base.h.