Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board

Library File for LT_PMBus. More...

Detailed Description

Library File for LT_PMBus.

Definition in file LT_PMBus.cpp.

Go to the source code of this file.

Macros

#define USE_FAST_MATH   1
 
#define USE_PEND   1
 
#define NOT_BUSY   1 << 6
 
#define NOT_TRANS   1 << 4
 
#define NOT_PENDING   1 << 5
 

Macro Definition Documentation

◆ NOT_BUSY

#define NOT_BUSY   1 << 6

Definition at line 78 of file LT_PMBus.cpp.

◆ NOT_PENDING

#define NOT_PENDING   1 << 5

Definition at line 81 of file LT_PMBus.cpp.

◆ NOT_TRANS

#define NOT_TRANS   1 << 4

Definition at line 79 of file LT_PMBus.cpp.

◆ USE_FAST_MATH

#define USE_FAST_MATH   1

Definition at line 73 of file LT_PMBus.cpp.

◆ USE_PEND

#define USE_PEND   1

Definition at line 76 of file LT_PMBus.cpp.