libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | RCC_AHB2RSTR_RNGRST (1 << 18) |
#define | RCC_AHB2RSTR_AESRST (1 << 16) |
#define | RCC_AHB2RSTR_ADCRST (1 << 13) |
#define | RCC_AHB2RSTR_OTGFSRST (1 << 12) |
#define | RCC_AHB2RSTR_GPIOHRST (1 << 7) |
#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) |