Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board

Library Header File for LT_PMBusDevice. More...

Detailed Description

Library Header File for LT_PMBusDevice.

Definition in file LT_PMBusDevice.h.

Go to the source code of this file.

Data Structures

class  LT_PMBusDevice
 

Macros

#define HAS_VOUT   1 << 0
 
#define HAS_VIN   1 << 1
 
#define HAS_IOUT   1 << 2
 
#define HAS_IIN   1 << 3
 
#define HAS_POUT   1 << 4
 
#define HAS_PIN   1 << 5
 
#define HAS_TEMP   1 << 6
 
#define HAS_DC   1 << 7
 
#define HAS_STATUS_WORD   1 << 14
 
#define HAS_STATUS_EXT   1 << 15
 

Macro Definition Documentation

◆ HAS_DC

#define HAS_DC   1 << 7

Definition at line 65 of file LT_PMBusDevice.h.

◆ HAS_IIN

#define HAS_IIN   1 << 3

Definition at line 61 of file LT_PMBusDevice.h.

◆ HAS_IOUT

#define HAS_IOUT   1 << 2

Definition at line 60 of file LT_PMBusDevice.h.

◆ HAS_PIN

#define HAS_PIN   1 << 5

Definition at line 63 of file LT_PMBusDevice.h.

◆ HAS_POUT

#define HAS_POUT   1 << 4

Definition at line 62 of file LT_PMBusDevice.h.

◆ HAS_STATUS_EXT

#define HAS_STATUS_EXT   1 << 15

Definition at line 67 of file LT_PMBusDevice.h.

◆ HAS_STATUS_WORD

#define HAS_STATUS_WORD   1 << 14

Definition at line 66 of file LT_PMBusDevice.h.

◆ HAS_TEMP

#define HAS_TEMP   1 << 6

Definition at line 64 of file LT_PMBusDevice.h.

◆ HAS_VIN

#define HAS_VIN   1 << 1

Definition at line 59 of file LT_PMBusDevice.h.

◆ HAS_VOUT

#define HAS_VOUT   1 << 0

Definition at line 58 of file LT_PMBusDevice.h.