DIY Logging Volt/Ampmeter
HAL PWR Aliased maintained for legacy purpose

Macros

#define HAL_PWR_PVDConfig   HAL_PWR_ConfigPVD
 
#define HAL_PWR_DisableBkUpReg   HAL_PWREx_DisableBkUpReg
 
#define HAL_PWR_DisableFlashPowerDown   HAL_PWREx_DisableFlashPowerDown
 
#define HAL_PWR_DisableVddio2Monitor   HAL_PWREx_DisableVddio2Monitor
 
#define HAL_PWR_EnableBkUpReg   HAL_PWREx_EnableBkUpReg
 
#define HAL_PWR_EnableFlashPowerDown   HAL_PWREx_EnableFlashPowerDown
 
#define HAL_PWR_EnableVddio2Monitor   HAL_PWREx_EnableVddio2Monitor
 
#define HAL_PWR_PVD_PVM_IRQHandler   HAL_PWREx_PVD_PVM_IRQHandler
 
#define HAL_PWR_PVDLevelConfig   HAL_PWR_ConfigPVD
 
#define HAL_PWR_Vddio2Monitor_IRQHandler   HAL_PWREx_Vddio2Monitor_IRQHandler
 
#define HAL_PWR_Vddio2MonitorCallback   HAL_PWREx_Vddio2MonitorCallback
 
#define HAL_PWREx_ActivateOverDrive   HAL_PWREx_EnableOverDrive
 
#define HAL_PWREx_DeactivateOverDrive   HAL_PWREx_DisableOverDrive
 
#define HAL_PWREx_DisableSDADCAnalog   HAL_PWREx_DisableSDADC
 
#define HAL_PWREx_EnableSDADCAnalog   HAL_PWREx_EnableSDADC
 
#define HAL_PWREx_PVMConfig   HAL_PWREx_ConfigPVM
 
#define PWR_MODE_NORMAL   PWR_PVD_MODE_NORMAL
 
#define PWR_MODE_IT_RISING   PWR_PVD_MODE_IT_RISING
 
#define PWR_MODE_IT_FALLING   PWR_PVD_MODE_IT_FALLING
 
#define PWR_MODE_IT_RISING_FALLING   PWR_PVD_MODE_IT_RISING_FALLING
 
#define PWR_MODE_EVENT_RISING   PWR_PVD_MODE_EVENT_RISING
 
#define PWR_MODE_EVENT_FALLING   PWR_PVD_MODE_EVENT_FALLING
 
#define PWR_MODE_EVENT_RISING_FALLING   PWR_PVD_MODE_EVENT_RISING_FALLING
 
#define CR_OFFSET_BB   PWR_CR_OFFSET_BB
 
#define CSR_OFFSET_BB   PWR_CSR_OFFSET_BB
 
#define PMODE_BIT_NUMBER   VOS_BIT_NUMBER
 
#define CR_PMODE_BB   CR_VOS_BB
 
#define DBP_BitNumber   DBP_BIT_NUMBER
 
#define PVDE_BitNumber   PVDE_BIT_NUMBER
 
#define PMODE_BitNumber   PMODE_BIT_NUMBER
 
#define EWUP_BitNumber   EWUP_BIT_NUMBER
 
#define FPDS_BitNumber   FPDS_BIT_NUMBER
 
#define ODEN_BitNumber   ODEN_BIT_NUMBER
 
#define ODSWEN_BitNumber   ODSWEN_BIT_NUMBER
 
#define MRLVDS_BitNumber   MRLVDS_BIT_NUMBER
 
#define LPLVDS_BitNumber   LPLVDS_BIT_NUMBER
 
#define BRE_BitNumber   BRE_BIT_NUMBER
 
#define PWR_MODE_EVT   PWR_PVD_MODE_NORMAL
 

Detailed Description

Macro Definition Documentation

◆ BRE_BitNumber

#define BRE_BitNumber   BRE_BIT_NUMBER

Definition at line 1618 of file stm32_hal_legacy.h.

◆ CR_OFFSET_BB

#define CR_OFFSET_BB   PWR_CR_OFFSET_BB

Definition at line 1604 of file stm32_hal_legacy.h.

◆ CR_PMODE_BB

#define CR_PMODE_BB   CR_VOS_BB

Definition at line 1607 of file stm32_hal_legacy.h.

◆ CSR_OFFSET_BB

#define CSR_OFFSET_BB   PWR_CSR_OFFSET_BB

Definition at line 1605 of file stm32_hal_legacy.h.

◆ DBP_BitNumber

#define DBP_BitNumber   DBP_BIT_NUMBER

Definition at line 1609 of file stm32_hal_legacy.h.

◆ EWUP_BitNumber

#define EWUP_BitNumber   EWUP_BIT_NUMBER

Definition at line 1612 of file stm32_hal_legacy.h.

◆ FPDS_BitNumber

#define FPDS_BitNumber   FPDS_BIT_NUMBER

Definition at line 1613 of file stm32_hal_legacy.h.

◆ HAL_PWR_DisableBkUpReg

#define HAL_PWR_DisableBkUpReg   HAL_PWREx_DisableBkUpReg

Definition at line 1580 of file stm32_hal_legacy.h.

◆ HAL_PWR_DisableFlashPowerDown

#define HAL_PWR_DisableFlashPowerDown   HAL_PWREx_DisableFlashPowerDown

Definition at line 1581 of file stm32_hal_legacy.h.

◆ HAL_PWR_DisableVddio2Monitor

#define HAL_PWR_DisableVddio2Monitor   HAL_PWREx_DisableVddio2Monitor

Definition at line 1582 of file stm32_hal_legacy.h.

◆ HAL_PWR_EnableBkUpReg

#define HAL_PWR_EnableBkUpReg   HAL_PWREx_EnableBkUpReg

Definition at line 1583 of file stm32_hal_legacy.h.

◆ HAL_PWR_EnableFlashPowerDown

#define HAL_PWR_EnableFlashPowerDown   HAL_PWREx_EnableFlashPowerDown

Definition at line 1584 of file stm32_hal_legacy.h.

◆ HAL_PWR_EnableVddio2Monitor

#define HAL_PWR_EnableVddio2Monitor   HAL_PWREx_EnableVddio2Monitor

Definition at line 1585 of file stm32_hal_legacy.h.

◆ HAL_PWR_PVD_PVM_IRQHandler

#define HAL_PWR_PVD_PVM_IRQHandler   HAL_PWREx_PVD_PVM_IRQHandler

Definition at line 1586 of file stm32_hal_legacy.h.

◆ HAL_PWR_PVDConfig

#define HAL_PWR_PVDConfig   HAL_PWR_ConfigPVD

Definition at line 1579 of file stm32_hal_legacy.h.

◆ HAL_PWR_PVDLevelConfig

#define HAL_PWR_PVDLevelConfig   HAL_PWR_ConfigPVD

Definition at line 1587 of file stm32_hal_legacy.h.

◆ HAL_PWR_Vddio2Monitor_IRQHandler

#define HAL_PWR_Vddio2Monitor_IRQHandler   HAL_PWREx_Vddio2Monitor_IRQHandler

Definition at line 1588 of file stm32_hal_legacy.h.

◆ HAL_PWR_Vddio2MonitorCallback

#define HAL_PWR_Vddio2MonitorCallback   HAL_PWREx_Vddio2MonitorCallback

Definition at line 1589 of file stm32_hal_legacy.h.

◆ HAL_PWREx_ActivateOverDrive

#define HAL_PWREx_ActivateOverDrive   HAL_PWREx_EnableOverDrive

Definition at line 1590 of file stm32_hal_legacy.h.

◆ HAL_PWREx_DeactivateOverDrive

#define HAL_PWREx_DeactivateOverDrive   HAL_PWREx_DisableOverDrive

Definition at line 1591 of file stm32_hal_legacy.h.

◆ HAL_PWREx_DisableSDADCAnalog

#define HAL_PWREx_DisableSDADCAnalog   HAL_PWREx_DisableSDADC

Definition at line 1592 of file stm32_hal_legacy.h.

◆ HAL_PWREx_EnableSDADCAnalog

#define HAL_PWREx_EnableSDADCAnalog   HAL_PWREx_EnableSDADC

Definition at line 1593 of file stm32_hal_legacy.h.

◆ HAL_PWREx_PVMConfig

#define HAL_PWREx_PVMConfig   HAL_PWREx_ConfigPVM

Definition at line 1594 of file stm32_hal_legacy.h.

◆ LPLVDS_BitNumber

#define LPLVDS_BitNumber   LPLVDS_BIT_NUMBER

Definition at line 1617 of file stm32_hal_legacy.h.

◆ MRLVDS_BitNumber

#define MRLVDS_BitNumber   MRLVDS_BIT_NUMBER

Definition at line 1616 of file stm32_hal_legacy.h.

◆ ODEN_BitNumber

#define ODEN_BitNumber   ODEN_BIT_NUMBER

Definition at line 1614 of file stm32_hal_legacy.h.

◆ ODSWEN_BitNumber

#define ODSWEN_BitNumber   ODSWEN_BIT_NUMBER

Definition at line 1615 of file stm32_hal_legacy.h.

◆ PMODE_BIT_NUMBER

#define PMODE_BIT_NUMBER   VOS_BIT_NUMBER

Definition at line 1606 of file stm32_hal_legacy.h.

◆ PMODE_BitNumber

#define PMODE_BitNumber   PMODE_BIT_NUMBER

Definition at line 1611 of file stm32_hal_legacy.h.

◆ PVDE_BitNumber

#define PVDE_BitNumber   PVDE_BIT_NUMBER

Definition at line 1610 of file stm32_hal_legacy.h.

◆ PWR_MODE_EVENT_FALLING

#define PWR_MODE_EVENT_FALLING   PWR_PVD_MODE_EVENT_FALLING

Definition at line 1601 of file stm32_hal_legacy.h.

◆ PWR_MODE_EVENT_RISING

#define PWR_MODE_EVENT_RISING   PWR_PVD_MODE_EVENT_RISING

Definition at line 1600 of file stm32_hal_legacy.h.

◆ PWR_MODE_EVENT_RISING_FALLING

#define PWR_MODE_EVENT_RISING_FALLING   PWR_PVD_MODE_EVENT_RISING_FALLING

Definition at line 1602 of file stm32_hal_legacy.h.

◆ PWR_MODE_EVT

#define PWR_MODE_EVT   PWR_PVD_MODE_NORMAL

Definition at line 1620 of file stm32_hal_legacy.h.

◆ PWR_MODE_IT_FALLING

#define PWR_MODE_IT_FALLING   PWR_PVD_MODE_IT_FALLING

Definition at line 1598 of file stm32_hal_legacy.h.

◆ PWR_MODE_IT_RISING

#define PWR_MODE_IT_RISING   PWR_PVD_MODE_IT_RISING

Definition at line 1597 of file stm32_hal_legacy.h.

◆ PWR_MODE_IT_RISING_FALLING

#define PWR_MODE_IT_RISING_FALLING   PWR_PVD_MODE_IT_RISING_FALLING

Definition at line 1599 of file stm32_hal_legacy.h.

◆ PWR_MODE_NORMAL

#define PWR_MODE_NORMAL   PWR_PVD_MODE_NORMAL

Definition at line 1596 of file stm32_hal_legacy.h.