beautypg.com

D.6.4 _led_mode_settings – IEI Integration IBS-19A User Manual

Page 151

background image

IBS-19A Series Medical Panel PC

Page 20

D.6.4 _LED_MODE_SETTINGS

Syntax:

typedef struct _LED_MODE_SETTINGS{

UCHAR Main_Addr;

//Main

address

int

LED_00;

int

LED_01;

int

LED_02;

int

LED_03;

int

LED_04;

int

LED_05;

int

LED_06;

int

LED_07;

int

LED_08;

int

LED_09;

int

LED_10;

int

LED_11;

int

LED_12;

int

LED_13;

int

LED_14;

}LED_MODE_SETTINGS, *PLED_MODE_SETTINGS;

Parameters: Main_Addr

[UCHAR]

– IC address on I2C bus.

LED_00 ~ LED_15: Each LED operation mode, defined by:

#define

LED_DispMode_OFF

0

//Turn OFF LED.

#define LED_DispMode_Gen 1 //General

Mode

#define LED_DispMode_BLNK

2 //Blinking

Mode

Remarks:

This structure decides operation mode for each LED.