mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
feat(pvt): change pvt timer target & limit
This commit is contained in:
@@ -105,20 +105,20 @@ set pvt default param
|
||||
*/
|
||||
#define PVT_CHANNEL0_SEL 33
|
||||
#define PVT_CHANNEL1_SEL 37
|
||||
#define PVT_CHANNEL0_CFG 0x13e80
|
||||
#define PVT_CHANNEL1_CFG 0x13e80
|
||||
#define PVT_CHANNEL0_CFG 0x11fff
|
||||
#define PVT_CHANNEL1_CFG 0x17fff
|
||||
#define PVT_CHANNEL2_CFG 0x10000
|
||||
#define PVT_CMD0 0x24
|
||||
#define PVT_CMD1 0x5
|
||||
#define PVT_CMD2 0x427
|
||||
#define PVT_TARGET 0xffff
|
||||
#define PVT_CLK_DIV 1
|
||||
#define PVT_DELAY_NUM_HIGH 154
|
||||
#define PVT_DELAY_NUM_HIGH 157
|
||||
#define PVT_DELAY_NUM_LOW 147
|
||||
#define PVT_PUMP_CHANNEL_CODE 1
|
||||
#define PVT_PUMP_BITMAP 22
|
||||
#define PVT_PUMP_DRV 0
|
||||
#define PVT_DELAY_NUM_PUMP 143
|
||||
#define PVT_DELAY_NUM_PUMP 139
|
||||
|
||||
/**
|
||||
* @brief Initialize PVT related parameters
|
||||
|
||||
@@ -102,8 +102,8 @@ set pvt default param
|
||||
*/
|
||||
#define PVT_CHANNEL0_SEL 34
|
||||
#define PVT_CHANNEL1_SEL 38
|
||||
#define PVT_CHANNEL0_CFG 0x1033e
|
||||
#define PVT_CHANNEL1_CFG 0x1033e
|
||||
#define PVT_CHANNEL0_CFG 0x11fff
|
||||
#define PVT_CHANNEL1_CFG 0x17fff
|
||||
#define PVT_CHANNEL2_CFG 0x10000
|
||||
#define PVT_CMD0 0x24
|
||||
#define PVT_CMD1 0x5
|
||||
|
||||
@@ -105,15 +105,15 @@ set pvt default param
|
||||
*/
|
||||
#define PVT_CHANNEL0_SEL 33
|
||||
#define PVT_CHANNEL1_SEL 37
|
||||
#define PVT_CHANNEL0_CFG 0x13e80
|
||||
#define PVT_CHANNEL1_CFG 0x13e80
|
||||
#define PVT_CHANNEL0_CFG 0x11fff
|
||||
#define PVT_CHANNEL1_CFG 0x17fff
|
||||
#define PVT_CHANNEL2_CFG 0x10000
|
||||
#define PVT_CMD0 0x24
|
||||
#define PVT_CMD1 0x5
|
||||
#define PVT_CMD2 0x427
|
||||
#define PVT_TARGET 0xffff
|
||||
#define PVT_CLK_DIV 1
|
||||
#define PVT_DELAY_NUM_HIGH 142
|
||||
#define PVT_DELAY_NUM_HIGH 145
|
||||
#define PVT_DELAY_NUM_LOW 135
|
||||
#define PVT_PUMP_CHANNEL_CODE 1
|
||||
#define PVT_PUMP_BITMAP 22
|
||||
|
||||
Reference in New Issue
Block a user