MG32F10x Standard Peripherals Firmware Library
Macros
BKP_Private_Defines

Macros

#define CR_TPAL_BB   BIT_BAND_ADDR(&BKP->CR, 1)
 
#define CR_TPE_BB   BIT_BAND_ADDR(&BKP->CR, 0)
 
#define CSR_TPIE_BB   BIT_BAND_ADDR(&BKP->CSR, 2)
 
#define CSR_TIF_BB   BIT_BAND_ADDR(&BKP->CSR, 9)
 
#define CSR_TEF_BB   BIT_BAND_ADDR(&BKP->CSR, 8)
 
#define BDCR_RTCEN_BB   BIT_BAND_ADDR(&BKP->BDCR, 15)
 
#define BDCR_LSERDY_BB   BIT_BAND_ADDR(&BKP->BDCR, 1)
 
#define RTCCR_CAL_MASK   ((uint16_t)0xFF80)
 
#define RTCCR_MASK   ((uint16_t)0xFC7F)
 

Detailed Description