Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board
LTC4155_chip_cfg_t Struct Reference

Information required to access hardware SMBus port. More...

Detailed Description

Information required to access hardware SMBus port.

Definition at line 104 of file LTC4155.h.

Data Fields

uint8_t addr
 Target IC's SMBus address. More...
 
smbus_read_register read_register
 Pointer to a user supplied smbus_read_register function. More...
 
smbus_write_register write_register
 Pointer to a user supplied smbus_write_register function. More...
 
port_configuration_tport_configuration
 Pointer to a user supplied port_configuration struct. More...
 

Field Documentation

◆ addr

uint8_t LTC4155_chip_cfg_t::addr

Target IC's SMBus address.

Definition at line 106 of file LTC4155.h.

◆ port_configuration

port_configuration_t* LTC4155_chip_cfg_t::port_configuration

Pointer to a user supplied port_configuration struct.

Definition at line 109 of file LTC4155.h.

◆ read_register

smbus_read_register LTC4155_chip_cfg_t::read_register

Pointer to a user supplied smbus_read_register function.

Definition at line 107 of file LTC4155.h.

◆ write_register

smbus_write_register LTC4155_chip_cfg_t::write_register

Pointer to a user supplied smbus_write_register function.

Definition at line 108 of file LTC4155.h.


The documentation for this struct was generated from the following file: