ipd2015 2.1.0.0

Macros

#define IPD2015_NONE_PIN_MASK   0x00
 IPD 2015 description setting.
 
#define IPD2015_OUT1_PIN_MASK   0x01
 
#define IPD2015_OUT2_PIN_MASK   0x02
 
#define IPD2015_OUT3_PIN_MASK   0x04
 
#define IPD2015_OUT4_PIN_MASK   0x08
 
#define IPD2015_ALL_PIN_MASK   0x0F
 
#define IPD2015_PIN_STATE_HIGH   0x01
 IPD 2015 pin state setting.
 
#define IPD2015_PIN_STATE_LOW   0x00
 

Detailed Description

Macro Definition Documentation

◆ IPD2015_ALL_PIN_MASK

#define IPD2015_ALL_PIN_MASK   0x0F

◆ IPD2015_NONE_PIN_MASK

#define IPD2015_NONE_PIN_MASK   0x00

IPD 2015 description setting.

Specified setting for description of IPD 2015 Click driver.

◆ IPD2015_OUT1_PIN_MASK

#define IPD2015_OUT1_PIN_MASK   0x01

◆ IPD2015_OUT2_PIN_MASK

#define IPD2015_OUT2_PIN_MASK   0x02

◆ IPD2015_OUT3_PIN_MASK

#define IPD2015_OUT3_PIN_MASK   0x04

◆ IPD2015_OUT4_PIN_MASK

#define IPD2015_OUT4_PIN_MASK   0x08

◆ IPD2015_PIN_STATE_HIGH

#define IPD2015_PIN_STATE_HIGH   0x01

IPD 2015 pin state setting.

Specified setting for pin state of IPD 2015 Click driver.

◆ IPD2015_PIN_STATE_LOW

#define IPD2015_PIN_STATE_LOW   0x00