PASS Alert Status bits. More...

Macros

#define PASS_NO_STATE_ACTIVE   (0x00)
 
#define PASS_RINGER_ACTIVE   (0x01 << 0)
 
#define PASS_VIBRATE_ACTIVE   (0x01 << 1)
 
#define PASS_DISPLAY_ALERT_ACTIVE   (0x01 << 2)
 
#define PASS_ALL_STATE_ACTIVE   (0x07)
 

Detailed Description

PASS Alert Status bits.

Macro Definition Documentation

◆ PASS_ALL_STATE_ACTIVE

#define PASS_ALL_STATE_ACTIVE   (0x07)

Bit for no state active.

Definition at line 92 of file pass.h.

◆ PASS_DISPLAY_ALERT_ACTIVE

#define PASS_DISPLAY_ALERT_ACTIVE   (0x01 << 2)

Bit for display Alert Status State active.

Definition at line 91 of file pass.h.

◆ PASS_NO_STATE_ACTIVE

#define PASS_NO_STATE_ACTIVE   (0x00)

Bit for no state active.

Definition at line 88 of file pass.h.

◆ PASS_RINGER_ACTIVE

#define PASS_RINGER_ACTIVE   (0x01 << 0)

Bit for ringer State active.

Definition at line 89 of file pass.h.

◆ PASS_VIBRATE_ACTIVE

#define PASS_VIBRATE_ACTIVE   (0x01 << 1)

Bit for vibrate State active.

Definition at line 90 of file pass.h.