libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | RCC_AHBRSTR_DMA1RST (1 << 24) |
#define | RCC_AHBRSTR_FLITFRST (1 << 15) |
#define | RCC_AHBRSTR_CRCRST (1 << 12) |
#define | RCC_AHBRSTR_GPIOHRST (1 << 5) |
#define | RCC_AHBRSTR_GPIOERST (1 << 4) |
#define | RCC_AHBRSTR_GPIODRST (1 << 3) |
#define | RCC_AHBRSTR_GPIOCRST (1 << 2) |
#define | RCC_AHBRSTR_GPIOBRST (1 << 1) |
#define | RCC_AHBRSTR_GPIOARST (1 << 0) |