Searched refs:PERIPH_BASE (Results 1 – 25 of 138) sorted by relevance
123456
980 #define PERIPH_BASE (( uint32_t)0x40000000) macro989 #define FLASH_R_BASE (PERIPH_BASE +0x00001000)990 #define PMU_BASE (PERIPH_BASE +0x00002000)991 #define VREFP_BASE (PERIPH_BASE +0x0000203C)992 #define VREF_BASE (PERIPH_BASE +0x0001A400)993 #define VAO_BASE (PERIPH_BASE +0x0001F000)994 #define CDIF_BASE (PERIPH_BASE +0x0001E000)995 #define RMU_BASE (PERIPH_BASE +0x00002800)996 #define IWDT_BASE (PERIPH_BASE +0x00011400)997 #define WWDT_BASE (PERIPH_BASE +0x00011800)[all …]
681 #define PERIPH_BASE 0x40000000UL macro688 #define DBG_BASE (PERIPH_BASE + 0x00000000UL)689 #define PMU_BASE (PERIPH_BASE + 0x00000100UL)690 #define RCC_BASE (PERIPH_BASE + 0x00000200UL)691 #define DMA_BASE (PERIPH_BASE + 0x00000400UL)692 #define GPIOA_BASE (PERIPH_BASE + 0x00000C00UL)693 #define GPIOB_BASE (PERIPH_BASE + 0x00000C40UL)694 #define GPIOC_BASE (PERIPH_BASE + 0x00000C80UL)695 #define GPIOD_BASE (PERIPH_BASE + 0x00000CC0UL)696 #define GPIO_COMMON_BASE (PERIPH_BASE + 0x00000D00UL)[all …]
680 #define PERIPH_BASE 0x40000000UL macro687 #define DBG_BASE (PERIPH_BASE + 0x00000000UL)688 #define PMU_BASE (PERIPH_BASE + 0x00000100UL)689 #define RCC_BASE (PERIPH_BASE + 0x00000200UL)690 #define DMA_BASE (PERIPH_BASE + 0x00000400UL)691 #define GPIOA_BASE (PERIPH_BASE + 0x00000C00UL)692 #define GPIOB_BASE (PERIPH_BASE + 0x00000C40UL)693 #define GPIOC_BASE (PERIPH_BASE + 0x00000C80UL)694 #define GPIOD_BASE (PERIPH_BASE + 0x00000CC0UL)695 #define GPIO_COMMON_BASE (PERIPH_BASE + 0x00000D00UL)[all …]
170 #define PERIPH_BASE (0x40000000U) ///< Peripheral bas… macro178 #define APB1PERIPH_BASE (PERIPH_BASE + 0x00000000)179 #define APB2PERIPH_BASE (PERIPH_BASE + 0x00010000)180 #define AHBPERIPH_BASE (PERIPH_BASE + 0x00020000)181 #define AHB2PERIPH_BASE (PERIPH_BASE + 0x10000000)182 #define AHB3PERIPH_BASE (PERIPH_BASE + 0x20000000)
9 #define RCC_OFFSET (RCC_BASE - PERIPH_BASE)137 #define BDCR_ADDRESS (PERIPH_BASE + BDCR_OFFSET)
27 #define WWDG_OFFSET (WWDG_BASE - PERIPH_BASE)
13 #define WWDG_OFFSET (WWDG_BASE - PERIPH_BASE)
12 #define PWR_OFFSET (PWR_BASE - PERIPH_BASE)
50 #define WWDG_OFFSET (WWDG_BASE - PERIPH_BASE)
47 #define WWDG_OFFSET (WWDG_BASE - PERIPH_BASE)
60 #define WWDG_OFFADDR (WWDG_BASE - PERIPH_BASE)
59 #define BKP_OFFSET (BKP_BASE - PERIPH_BASE)
602 #define PERIPH_BASE (0x40000000UL) macro604 #define APB1PERIPH_BASE (PERIPH_BASE)605 #define APB2PERIPH_BASE (PERIPH_BASE + 0x10000UL)606 #define AHB1PERIPH_BASE (PERIPH_BASE + 0x20000UL)607 #define AHB2PERIPH_BASE (PERIPH_BASE + 0x30000UL)
Completed in 86 milliseconds