mirror of
https://github.com/QIDITECH/klipper.git
synced 2026-02-01 08:28:41 +03:00
plus4的klipper版本
This commit is contained in:
@@ -3825,306 +3825,212 @@ typedef struct
|
||||
#define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power down in Stop mode */
|
||||
#define PWR_CR_LPLVDS_Pos (10U)
|
||||
#define PWR_CR_LPLVDS_Msk (0x1UL << PWR_CR_LPLVDS_Pos) /*!< 0x00000400 */
|
||||
#define PWR_CR_LPLVDS PWR_CR_LPLVDS_Msk /*!< Low Power Regulator Low Voltage in Deep Sleep mode */
|
||||
#define PWR_CR_MRLVDS_Pos (11U)
|
||||
#define PWR_CR_MRLVDS_Msk (0x1UL << PWR_CR_MRLVDS_Pos) /*!< 0x00000800 */
|
||||
#define PWR_CR_MRLVDS PWR_CR_MRLVDS_Msk /*!< Main Regulator Low Voltage in Deep Sleep mode */
|
||||
#define PWR_CR_ADCDC1_Pos (13U)
|
||||
#define PWR_CR_ADCDC1_Msk (0x1UL << PWR_CR_ADCDC1_Pos) /*!< 0x00002000 */
|
||||
#define PWR_CR_ADCDC1 PWR_CR_ADCDC1_Msk /*!< Refer to AN4073 on how to use this bit */
|
||||
#define PWR_CR_VOS_Pos (14U)
|
||||
#define PWR_CR_VOS_Msk (0x3UL << PWR_CR_VOS_Pos) /*!< 0x0000C000 */
|
||||
#define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (Regulator voltage scaling output selection) */
|
||||
#define PWR_CR_VOS_0 0x00004000U /*!< Bit 0 */
|
||||
#define PWR_CR_VOS_1 0x00008000U /*!< Bit 1 */
|
||||
#define PWR_CR_LPLVDS PWR_CR_LPLVDS_Msk B
|
||||
|
||||
| ||||