libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | RCC_AHB2RSTR_RNGRST (1 << 26) |
#define | RCC_AHB2RSTR_AESRST (1 << 24) |
#define | RCC_AHB2RSTR_DAC4RST (1 << 19) |
#define | RCC_AHB2RSTR_DAC3RST (1 << 18) |
#define | RCC_AHB2RSTR_DAC2RST (1 << 17) |
#define | RCC_AHB2RSTR_DAC1RST (1 << 16) |
#define | RCC_AHB2RSTR_ADC345RST (1 << 14) |
#define | RCC_AHB2RSTR_ADC12RST (1 << 13) |
#define | RCC_AHB2RSTR_GPIOGRST (1 << 6) |
#define | RCC_AHB2RSTR_GPIOFRST (1 << 5) |
#define | RCC_AHB2RSTR_GPIOERST (1 << 4) |
#define | RCC_AHB2RSTR_GPIODRST (1 << 3) |
#define | RCC_AHB2RSTR_GPIOCRST (1 << 2) |
#define | RCC_AHB2RSTR_GPIOBRST (1 << 1) |
#define | RCC_AHB2RSTR_GPIOARST (1 << 0) |