STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
BKP_Private_Defines

Macros

#define BKP_OFFSET   (BKP_BASE - PERIPH_BASE)
 
#define CR_OFFSET   (BKP_OFFSET + 0x30)
 
#define TPAL_BitNumber   0x01
 
#define CR_TPAL_BB   (PERIPH_BB_BASE + (CR_OFFSET * 32) + (TPAL_BitNumber * 4))
 
#define TPE_BitNumber   0x00
 
#define CR_TPE_BB   (PERIPH_BB_BASE + (CR_OFFSET * 32) + (TPE_BitNumber * 4))
 
#define CSR_OFFSET   (BKP_OFFSET + 0x34)
 
#define TPIE_BitNumber   0x02
 
#define CSR_TPIE_BB   (PERIPH_BB_BASE + (CSR_OFFSET * 32) + (TPIE_BitNumber * 4))
 
#define TIF_BitNumber   0x09
 
#define CSR_TIF_BB   (PERIPH_BB_BASE + (CSR_OFFSET * 32) + (TIF_BitNumber * 4))
 
#define TEF_BitNumber   0x08
 
#define CSR_TEF_BB   (PERIPH_BB_BASE + (CSR_OFFSET * 32) + (TEF_BitNumber * 4))
 
#define RTCCR_CAL_Mask   ((uint16_t)0xFF80)
 
#define RTCCR_Mask   ((uint16_t)0xFC7F)
 
#define CSR_CTE_Set   ((uint16_t)0x0001)
 
#define CSR_CTI_Set   ((uint16_t)0x0002)
 

Detailed Description