#![allow(dead_code)]
pub(crate) const AS8510_DREG_I1: u8 = 0x00; pub(crate) const AS8510_DREG_I2: u8 = 0x01;
pub(crate) const AS8510_DREG_V1: u8 = 0x02; pub(crate) const AS8510_DREG_V2: u8 = 0x03;
pub(crate) const AS8510_STATUS_REG: u8 = 0x04; pub(crate) const AS8510_DEC_REG_R1_I: u8 = 0x05; pub(crate) const AS8510_DEC_REG_R2_I: u8 = 0x06; pub(crate) const AS8510_FIR_CTL_REG_I: u8 = 0x07;
pub(crate) const AS8510_CLK_REG: u8 = 0x08; pub(crate) const AS8510_RESET_REG: u8 = 0x09; pub(crate) const AS8510_MOD_CTL_REG: u8 = 0x0A; pub(crate) const AS8510_MOD_TA_REG1: u8 = 0x0B; pub(crate) const AS8510_MOD_TA_REG2: u8 = 0x0C;
pub(crate) const AS8510_MOD_ITH_REG1: u8 = 0x0D; pub(crate) const AS8510_MOD_ITH_REG2: u8 = 0x0E;
pub(crate) const AS8510_MOD_TMC_REG1: u8 = 0x0F; pub(crate) const AS8510_MOD_TMC_REG2: u8 = 0x10;
pub(crate) const AS8510_NOM_ITH_REG1: u8 = 0x11; pub(crate) const AS8510_NOM_ITH_REG2: u8 = 0x12;
pub(crate) const AS8510_PGA_CTL_REG: u8 = 0x13; pub(crate) const AS8510_PD_CTL_REG_1: u8 = 0x14; pub(crate) const AS8510_PD_CTL_REG_2: u8 = 0x15;
pub(crate) const AS8510_PD_CTL_REG_3: u8 = 0x16;
pub(crate) const AS8510_ACH_CTL_REG: u8 = 0x17; pub(crate) const AS8510_ISC_CTL_REG: u8 = 0x18; pub(crate) const AS8510_OTP_EN_REG: u8 = 0x19; pub(crate) const AS8510_STATUS_REG_2: u8 = 0x44; pub(crate) const AS8510_DEC_R1_V: u8 = 0x45; pub(crate) const AS8510_DEC_R2_V: u8 = 0x46;
pub(crate) const AS8510_FIR_CTL_REG_V: u8 = 0x47;
pub(crate) const CALIBRATION: u16 = 0x3670;
pub(crate) const ADDR_CURRENT: u8 = 0x0;
pub(crate) const ADDR_VOLTAGE: u8 = 0x2;
pub(crate) const ADDR_STATUS: u8 = 0x5;