smoke 2.0.0.0
|
Macros | |
#define | SMOKE_INT_A_FULL_MASK (uint8_t)~0b10000000 |
#define | SMOKE_INT_A_FULL_ENABLE 0x80 |
#define | SMOKE_INT_A_FULL_DISABLE 0x00 |
#define | SMOKE_INT_DATA_RDY_MASK (uint8_t)~0b01000000 |
#define | SMOKE_INT_DATA_RDY_ENABLE 0x40 |
#define | SMOKE_INT_DATA_RDY_DISABLE 0x00 |
#define | SMOKE_INT_ALC_OVF_MASK (uint8_t)~0b00100000 |
#define | SMOKE_INT_ALC_OVF_ENABLE 0x20 |
#define | SMOKE_INT_ALC_OVF_DISABLE 0x00 |
#define | SMOKE_INT_PROX_INT_MASK (uint8_t)~0b00010000 |
#define | SMOKE_INT_PROX_INT_ENABLE 0x10 |
#define | SMOKE_INT_PROX_INT_DISABLE 0x00 |
#define | SMOKE_INT_DIE_TEMP_RDY_MASK (uint8_t)~0b00000010 |
#define | SMOKE_INT_DIE_TEMP_RDY_ENABLE 0x02 |
#define | SMOKE_INT_DIE_TEMP_RDY_DISABLE 0x00 |
#define SMOKE_INT_A_FULL_DISABLE 0x00 |
#define SMOKE_INT_A_FULL_ENABLE 0x80 |
#define SMOKE_INT_A_FULL_MASK (uint8_t)~0b10000000 |
#define SMOKE_INT_ALC_OVF_DISABLE 0x00 |
#define SMOKE_INT_ALC_OVF_ENABLE 0x20 |
#define SMOKE_INT_ALC_OVF_MASK (uint8_t)~0b00100000 |
#define SMOKE_INT_DATA_RDY_DISABLE 0x00 |
#define SMOKE_INT_DATA_RDY_ENABLE 0x40 |
#define SMOKE_INT_DATA_RDY_MASK (uint8_t)~0b01000000 |
#define SMOKE_INT_DIE_TEMP_RDY_DISABLE 0x00 |
#define SMOKE_INT_DIE_TEMP_RDY_ENABLE 0x02 |
#define SMOKE_INT_DIE_TEMP_RDY_MASK (uint8_t)~0b00000010 |
#define SMOKE_INT_PROX_INT_DISABLE 0x00 |
#define SMOKE_INT_PROX_INT_ENABLE 0x10 |
#define SMOKE_INT_PROX_INT_MASK (uint8_t)~0b00010000 |