Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board

Header for LTC2937: Six Channel Sequencer and Voltage Supervisor with EEPROM. More...

Detailed Description

Header for LTC2937: Six Channel Sequencer and Voltage Supervisor with EEPROM.

Definition in file LTC2937.h.

Go to the source code of this file.

Macros

LTC2937 DEVICE I2C ADDRESSES (7-bit)
#define LTC2937_I2C_GLOBAL_ADDRESS   0x36
 
#define LTC2937_I2C_ARA_ADDRESS   0x0C
 
LTC2937 command address definitions
#define LTC2937_WRITE_PROTECTION   0x00
 
#define LTC2937_SPECIAL_LOT   0x01
 
#define LTC2937_ON_OFF_CONTROL   0x02
 
#define LTC2937_V_RANGE   0x03
 
#define LTC2937_V_THRESHOLD_1   0x04
 
#define LTC2937_V_THRESHOLD_2   0x05
 
#define LTC2937_V_THRESHOLD_3   0x06
 
#define LTC2937_V_THRESHOLD_4   0x07
 
#define LTC2937_V_THRESHOLD_5   0x08
 
#define LTC2937_V_THRESHOLD_6   0x09
 
#define LTC2937_TON_TIMERS_1   0x0A
 
#define LTC2937_TON_TIMERS_2   0x0B
 
#define LTC2937_TON_TIMERS_3   0x0C
 
#define LTC2937_TON_TIMERS_4   0x0D
 
#define LTC2937_TON_TIMERS_5   0x0E
 
#define LTC2937_TON_TIMERS_6   0x0F
 
#define LTC2937_TOFF_TIMERS_1   0x10
 
#define LTC2937_TOFF_TIMERS_2   0x11
 
#define LTC2937_TOFF_TIMERS_3   0x12
 
#define LTC2937_TOFF_TIMERS_4   0x13
 
#define LTC2937_TOFF_TIMERS_5   0x14
 
#define LTC2937_TOFF_TIMERS_6   0x15
 
#define LTC2937_SEQ_UP_POSITION_1   0x16
 
#define LTC2937_SEQ_UP_POSITION_2   0x17
 
#define LTC2937_SEQ_UP_POSITION_3   0x18
 
#define LTC2937_SEQ_UP_POSITION_4   0x19
 
#define LTC2937_SEQ_UP_POSITION_5   0x1A
 
#define LTC2937_SEQ_UP_POSITION_6   0x1B
 
#define LTC2937_SEQ_DOWN_POSITION_1   0x1C
 
#define LTC2937_SEQ_DOWN_POSITION_2   0x1D
 
#define LTC2937_SEQ_DOWN_POSITION_3   0x1E
 
#define LTC2937_SEQ_DOWN_POSITION_4   0x1F
 
#define LTC2937_SEQ_DOWN_POSITION_5   0x20
 
#define LTC2937_SEQ_DOWN_POSITION_6   0x21
 
#define LTC2937_RSTB_CONFIG   0x22
 
#define LTC2937_FAULT_RESPONSE   0x23
 
#define LTC2937_MONITOR_STATUS_HISTORY   0x26
 
#define LTC2937_CLEAR_ALERTB   0x28
 
#define LTC2937_STATUS_INFORMATION   0x29
 
#define LTC2937_BREAK_POINT   0x2A
 
#define LTC2937_SEQ_POSITION_COUNT   0x2B
 
#define LTC2937_STORE   0x2C
 
#define LTC2937_RESTORE   0x2D
 
#define LTC2937_CLEAR   0x2E
 
#define LTC2937_MONITOR_BACKUP   0x2F
 
#define LTC2937_MONITOR_STATUS   0x30
 
#define LTC2937_DEVICE_ID   0x31
 

Macro Definition Documentation

◆ LTC2937_BREAK_POINT

#define LTC2937_BREAK_POINT   0x2A

Definition at line 148 of file LTC2937.h.

◆ LTC2937_CLEAR

#define LTC2937_CLEAR   0x2E

Definition at line 152 of file LTC2937.h.

◆ LTC2937_CLEAR_ALERTB

#define LTC2937_CLEAR_ALERTB   0x28

Definition at line 146 of file LTC2937.h.

◆ LTC2937_DEVICE_ID

#define LTC2937_DEVICE_ID   0x31

Definition at line 155 of file LTC2937.h.

◆ LTC2937_FAULT_RESPONSE

#define LTC2937_FAULT_RESPONSE   0x23

Definition at line 141 of file LTC2937.h.

◆ LTC2937_I2C_ARA_ADDRESS

#define LTC2937_I2C_ARA_ADDRESS   0x0C

Definition at line 70 of file LTC2937.h.

◆ LTC2937_I2C_GLOBAL_ADDRESS

#define LTC2937_I2C_GLOBAL_ADDRESS   0x36

Definition at line 69 of file LTC2937.h.

◆ LTC2937_MONITOR_BACKUP

#define LTC2937_MONITOR_BACKUP   0x2F

Definition at line 153 of file LTC2937.h.

◆ LTC2937_MONITOR_STATUS

#define LTC2937_MONITOR_STATUS   0x30

Definition at line 154 of file LTC2937.h.

◆ LTC2937_MONITOR_STATUS_HISTORY

#define LTC2937_MONITOR_STATUS_HISTORY   0x26

Definition at line 144 of file LTC2937.h.

◆ LTC2937_ON_OFF_CONTROL

#define LTC2937_ON_OFF_CONTROL   0x02

Definition at line 108 of file LTC2937.h.

◆ LTC2937_RESTORE

#define LTC2937_RESTORE   0x2D

Definition at line 151 of file LTC2937.h.

◆ LTC2937_RSTB_CONFIG

#define LTC2937_RSTB_CONFIG   0x22

Definition at line 140 of file LTC2937.h.

◆ LTC2937_SEQ_DOWN_POSITION_1

#define LTC2937_SEQ_DOWN_POSITION_1   0x1C

Definition at line 134 of file LTC2937.h.

◆ LTC2937_SEQ_DOWN_POSITION_2

#define LTC2937_SEQ_DOWN_POSITION_2   0x1D

Definition at line 135 of file LTC2937.h.

◆ LTC2937_SEQ_DOWN_POSITION_3

#define LTC2937_SEQ_DOWN_POSITION_3   0x1E

Definition at line 136 of file LTC2937.h.

◆ LTC2937_SEQ_DOWN_POSITION_4

#define LTC2937_SEQ_DOWN_POSITION_4   0x1F

Definition at line 137 of file LTC2937.h.

◆ LTC2937_SEQ_DOWN_POSITION_5

#define LTC2937_SEQ_DOWN_POSITION_5   0x20

Definition at line 138 of file LTC2937.h.

◆ LTC2937_SEQ_DOWN_POSITION_6

#define LTC2937_SEQ_DOWN_POSITION_6   0x21

Definition at line 139 of file LTC2937.h.

◆ LTC2937_SEQ_POSITION_COUNT

#define LTC2937_SEQ_POSITION_COUNT   0x2B

Definition at line 149 of file LTC2937.h.

◆ LTC2937_SEQ_UP_POSITION_1

#define LTC2937_SEQ_UP_POSITION_1   0x16

Definition at line 128 of file LTC2937.h.

◆ LTC2937_SEQ_UP_POSITION_2

#define LTC2937_SEQ_UP_POSITION_2   0x17

Definition at line 129 of file LTC2937.h.

◆ LTC2937_SEQ_UP_POSITION_3

#define LTC2937_SEQ_UP_POSITION_3   0x18

Definition at line 130 of file LTC2937.h.

◆ LTC2937_SEQ_UP_POSITION_4

#define LTC2937_SEQ_UP_POSITION_4   0x19

Definition at line 131 of file LTC2937.h.

◆ LTC2937_SEQ_UP_POSITION_5

#define LTC2937_SEQ_UP_POSITION_5   0x1A

Definition at line 132 of file LTC2937.h.

◆ LTC2937_SEQ_UP_POSITION_6

#define LTC2937_SEQ_UP_POSITION_6   0x1B

Definition at line 133 of file LTC2937.h.

◆ LTC2937_SPECIAL_LOT

#define LTC2937_SPECIAL_LOT   0x01

Definition at line 107 of file LTC2937.h.

◆ LTC2937_STATUS_INFORMATION

#define LTC2937_STATUS_INFORMATION   0x29

Definition at line 147 of file LTC2937.h.

◆ LTC2937_STORE

#define LTC2937_STORE   0x2C

Definition at line 150 of file LTC2937.h.

◆ LTC2937_TOFF_TIMERS_1

#define LTC2937_TOFF_TIMERS_1   0x10

Definition at line 122 of file LTC2937.h.

◆ LTC2937_TOFF_TIMERS_2

#define LTC2937_TOFF_TIMERS_2   0x11

Definition at line 123 of file LTC2937.h.

◆ LTC2937_TOFF_TIMERS_3

#define LTC2937_TOFF_TIMERS_3   0x12

Definition at line 124 of file LTC2937.h.

◆ LTC2937_TOFF_TIMERS_4

#define LTC2937_TOFF_TIMERS_4   0x13

Definition at line 125 of file LTC2937.h.

◆ LTC2937_TOFF_TIMERS_5

#define LTC2937_TOFF_TIMERS_5   0x14

Definition at line 126 of file LTC2937.h.

◆ LTC2937_TOFF_TIMERS_6

#define LTC2937_TOFF_TIMERS_6   0x15

Definition at line 127 of file LTC2937.h.

◆ LTC2937_TON_TIMERS_1

#define LTC2937_TON_TIMERS_1   0x0A

Definition at line 116 of file LTC2937.h.

◆ LTC2937_TON_TIMERS_2

#define LTC2937_TON_TIMERS_2   0x0B

Definition at line 117 of file LTC2937.h.

◆ LTC2937_TON_TIMERS_3

#define LTC2937_TON_TIMERS_3   0x0C

Definition at line 118 of file LTC2937.h.

◆ LTC2937_TON_TIMERS_4

#define LTC2937_TON_TIMERS_4   0x0D

Definition at line 119 of file LTC2937.h.

◆ LTC2937_TON_TIMERS_5

#define LTC2937_TON_TIMERS_5   0x0E

Definition at line 120 of file LTC2937.h.

◆ LTC2937_TON_TIMERS_6

#define LTC2937_TON_TIMERS_6   0x0F

Definition at line 121 of file LTC2937.h.

◆ LTC2937_V_RANGE

#define LTC2937_V_RANGE   0x03

Definition at line 109 of file LTC2937.h.

◆ LTC2937_V_THRESHOLD_1

#define LTC2937_V_THRESHOLD_1   0x04

Definition at line 110 of file LTC2937.h.

◆ LTC2937_V_THRESHOLD_2

#define LTC2937_V_THRESHOLD_2   0x05

Definition at line 111 of file LTC2937.h.

◆ LTC2937_V_THRESHOLD_3

#define LTC2937_V_THRESHOLD_3   0x06

Definition at line 112 of file LTC2937.h.

◆ LTC2937_V_THRESHOLD_4

#define LTC2937_V_THRESHOLD_4   0x07

Definition at line 113 of file LTC2937.h.

◆ LTC2937_V_THRESHOLD_5

#define LTC2937_V_THRESHOLD_5   0x08

Definition at line 114 of file LTC2937.h.

◆ LTC2937_V_THRESHOLD_6

#define LTC2937_V_THRESHOLD_6   0x09

Definition at line 115 of file LTC2937.h.

◆ LTC2937_WRITE_PROTECTION

#define LTC2937_WRITE_PROTECTION   0x00

Definition at line 106 of file LTC2937.h.