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) |
PASS Alert Status bits.
| #define PASS_ALL_STATE_ACTIVE (0x07) |
Bit for no state active.
| #define PASS_DISPLAY_ALERT_ACTIVE (0x01 << 2) |
Bit for display Alert Status State active.
| #define PASS_NO_STATE_ACTIVE (0x00) |
Bit for no state active.
| #define PASS_RINGER_ACTIVE (0x01 << 0) |
Bit for ringer State active.
| #define PASS_VIBRATE_ACTIVE (0x01 << 1) |
Bit for vibrate State active.