Register map for the DS323x driver. More...
Register map for the DS323x driver.
Definition in file ds3234_regs.h.
Go to the source code of this file.
Control register bits | |
#define | DS323X_REG_CONTROL_EOSC_MASK (0x80) |
Enable oscillator. | |
#define | DS323X_REG_CONTROL_BBSQW_MASK (0x40) |
Battery-Backed Square-Wave Enable. | |
#define | DS323X_REG_CONTROL_CONV_MASK (0x20) |
Convert Temperature. | |
#define | DS323X_REG_CONTROL_RS2_MASK (0x10) |
Rate Select 2. | |
#define | DS323X_REG_CONTROL_RS1_MASK (0x08) |
Rate Select 1. | |
#define | DS323X_REG_CONTROL_INTCN_MASK (0x04) |
Interrupt Control. | |
#define | DS323X_REG_CONTROL_A2IE_MASK (0x02) |
Alarm 2 Interrupt Enable. | |
#define | DS323X_REG_CONTROL_A1IE_MASK (0x01) |
Alarm 1 Interrupt Enable. | |