19#define LED_IO_EXPANDER_BUS I2C_BUS5
20#define LED_IO_EXPANDER_ADDR (0xEE >> 1)
21#define LED_IO_EXPANDER_OUTPUT_PORT0_REG 0x02
22#define LED_IO_EXPANDER_OUTPUT_PORT1_REG 0x03
23#define LED_IO_EXPANDER_CONFIG_PORT0_REG 0x06
24#define LED_IO_EXPANDER_CONFIG_PORT1_REG 0x07
26#define LED_IO_EXPANDER_FAULT_BIT 6
27#define LED_IO_EXPANDER_PWR_BIT 7
29#define E1S_LED_IO_EXPANDER_BUS I2C_BUS6
30#define E1S_LED_IO_EXPANDER_ADDR (0xEC >> 1)
uint8_t status
Definition: mctp_ctrl.h:1
uint8_t type
Definition: pldm_base.h:0