|
STM32F103xB HAL User Manual
|
Defines | |
| #define | LPSDSR_BIT_NUMBER PWR_CR_LPDS_Pos |
| #define | CR_LPSDSR_BB ((uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (LPSDSR_BIT_NUMBER * 4U))) |
| #define | DBP_BIT_NUMBER PWR_CR_DBP_Pos |
| #define | CR_DBP_BB ((uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (DBP_BIT_NUMBER * 4U))) |
| #define | PVDE_BIT_NUMBER PWR_CR_PVDE_Pos |
| #define | CR_PVDE_BB ((uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (PVDE_BIT_NUMBER * 4U))) |
| #define CR_DBP_BB ((uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (DBP_BIT_NUMBER * 4U))) |
Definition at line 82 of file stm32f1xx_hal_pwr.c.
Referenced by HAL_PWR_DisableBkUpAccess(), and HAL_PWR_EnableBkUpAccess().
| #define CR_LPSDSR_BB ((uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (LPSDSR_BIT_NUMBER * 4U))) |
Definition at line 78 of file stm32f1xx_hal_pwr.c.
| #define CR_PVDE_BB ((uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (PVDE_BIT_NUMBER * 4U))) |
Definition at line 86 of file stm32f1xx_hal_pwr.c.
Referenced by HAL_PWR_DisablePVD(), and HAL_PWR_EnablePVD().
| #define DBP_BIT_NUMBER PWR_CR_DBP_Pos |
Definition at line 81 of file stm32f1xx_hal_pwr.c.
| #define LPSDSR_BIT_NUMBER PWR_CR_LPDS_Pos |
Definition at line 77 of file stm32f1xx_hal_pwr.c.
| #define PVDE_BIT_NUMBER PWR_CR_PVDE_Pos |
Definition at line 85 of file stm32f1xx_hal_pwr.c.
1.7.6.1