tmpsensor: add temp_sensor.h for c3

This commit is contained in:
Armando
2021-01-22 19:50:31 +08:00
committed by bot
parent f9ec7ddda3
commit f5f0461264
3 changed files with 103 additions and 4 deletions
@@ -45,12 +45,12 @@ extern "C" {
#define ANA_CONFIG_M (0x3FF)
#define ANA_I2C_SAR_FORCE_PD BIT(18)
#define ANA_I2C_BBPLL_M (BIT(17)) /* Clear to enable BBPLL */
#define ANA_I2C_APLL_M (BIT(14)) /* Clear to enable APLL */
#define ANA_I2C_BBPLL_M BIT(17) /* Clear to enable BBPLL */
#define ANA_I2C_APLL_M BIT(14) /* Clear to enable APLL */
#define ANA_CONFIG2_REG 0x6000E048
#define ANA_CONFIG2_M (BIT(18))
#define ANA_CONFIG2_M BIT(18)
#define ANA_I2C_SAR_FORCE_PU BIT(16)