Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board

CXSET Bit Field. More...

Macros

#define LTC4155_CXSET_SUBADDR   LTC4155_REG2_SUBADDR
 CXSET More...
 
#define LTC4155_CXSET_SIZE   2
 
#define LTC4155_CXSET_OFFSET   0
 
#define LTC4155_CXSET_MASK   0x03
 
#define LTC4155_CXSET   (LTC4155_CXSET_OFFSET << 12 | (LTC4155_CXSET_SIZE - 1) << 8 | LTC4155_CXSET_SUBADDR)
 
#define LTC4155_CXSET_PRESET__10PCT   0x0
 
#define LTC4155_CXSET_PRESET__20PCT   0x1
 
#define LTC4155_CXSET_PRESET__2PCT   0x2
 
#define LTC4155_CXSET_PRESET__5PCT   0x3
 

Detailed Description

CXSET Bit Field.

End-of-Charge indication current threshold setting. This threshold can also be used for charge termination if TIMER is set to 8_Hour_or_CoverX.

Macro Definition Documentation

◆ LTC4155_CXSET

#define LTC4155_CXSET   (LTC4155_CXSET_OFFSET << 12 | (LTC4155_CXSET_SIZE - 1) << 8 | LTC4155_CXSET_SUBADDR)

Definition at line 406 of file LTC4155_reg_defs.h.

◆ LTC4155_CXSET_MASK

#define LTC4155_CXSET_MASK   0x03

Definition at line 405 of file LTC4155_reg_defs.h.

◆ LTC4155_CXSET_OFFSET

#define LTC4155_CXSET_OFFSET   0

Definition at line 404 of file LTC4155_reg_defs.h.

◆ LTC4155_CXSET_PRESET__10PCT

#define LTC4155_CXSET_PRESET__10PCT   0x0

Definition at line 407 of file LTC4155_reg_defs.h.

◆ LTC4155_CXSET_PRESET__20PCT

#define LTC4155_CXSET_PRESET__20PCT   0x1

Definition at line 408 of file LTC4155_reg_defs.h.

◆ LTC4155_CXSET_PRESET__2PCT

#define LTC4155_CXSET_PRESET__2PCT   0x2

Definition at line 409 of file LTC4155_reg_defs.h.

◆ LTC4155_CXSET_PRESET__5PCT

#define LTC4155_CXSET_PRESET__5PCT   0x3

Definition at line 410 of file LTC4155_reg_defs.h.

◆ LTC4155_CXSET_SIZE

#define LTC4155_CXSET_SIZE   2

Definition at line 403 of file LTC4155_reg_defs.h.

◆ LTC4155_CXSET_SUBADDR

#define LTC4155_CXSET_SUBADDR   LTC4155_REG2_SUBADDR

CXSET

Definition at line 402 of file LTC4155_reg_defs.h.