Nut/OS  5.0.5
API Reference
GPIO_Private_Defines
Collaboration diagram for GPIO_Private_Defines:

Defines

#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   ((uint8_t)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)

Define Documentation

#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))

Referenced by GPIO_EventOutputCmd().

#define MAPR_OFFSET   (AFIO_OFFSET + 0x04)
#define MII_RMII_SEL_BitNumber   ((uint8_t)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)

Referenced by GPIO_EventOutputConfig().

#define LSB_MASK   ((uint16_t)0xFFFF)

Referenced by GPIO_PinRemapConfig().

#define DBGAFR_POSITION_MASK   ((uint32_t)0x000F0000)

Referenced by GPIO_PinRemapConfig().

#define DBGAFR_SWJCFG_MASK   ((uint32_t)0xF0FFFFFF)

Referenced by GPIO_PinRemapConfig().

#define DBGAFR_LOCATION_MASK   ((uint32_t)0x00200000)

Referenced by GPIO_PinRemapConfig().

#define DBGAFR_NUMBITS_MASK   ((uint32_t)0x00100000)

Referenced by GPIO_PinRemapConfig().