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

Macros

#define AFIO_OFFSET   (AFIO_BASE - PERIPH_BASE)
 
#define EVCR_OFFSET   (AFIO_OFFSET + 0x00)
 
#define EVOE_BitNumber   ((uint8_t)0x07)
 
#define EVCR_EVOE_BB   (PERIPH_BB_BASE + (EVCR_OFFSET * 32) + (EVOE_BitNumber * 4))
 
#define MAPR_OFFSET   (AFIO_OFFSET + 0x04)
 
#define MII_RMII_SEL_BitNumber   ((u8)0x17)
 
#define MAPR_MII_RMII_SEL_BB   (PERIPH_BB_BASE + (MAPR_OFFSET * 32) + (MII_RMII_SEL_BitNumber * 4))
 
#define EVCR_PORTPINCONFIG_MASK   ((uint16_t)0xFF80)
 
#define LSB_MASK   ((uint16_t)0xFFFF)
 
#define DBGAFR_POSITION_MASK   ((uint32_t)0x000F0000)
 
#define DBGAFR_SWJCFG_MASK   ((uint32_t)0xF0FFFFFF)
 
#define DBGAFR_LOCATION_MASK   ((uint32_t)0x00200000)
 
#define DBGAFR_NUMBITS_MASK   ((uint32_t)0x00100000)
 

Detailed Description