rework #4

Merged
Steins7 merged 88 commits from rework into dev 2024-04-20 18:20:23 +00:00
Showing only changes of commit 1d8ccfdfca - Show all commits

View File

@ -75,7 +75,7 @@ enum RccApb1 {
*/ */
enum RccApb2 { enum RccApb2 {
RCC_APB2_NONE = 0, RCC_APB2_NONE = 0,
RCC_APB2_AFOI = (0x1 << 0), RCC_APB2_AFIO = (0x1 << 0),
RCC_APB2_IOPA = (0x1 << 2), RCC_APB2_IOPA = (0x1 << 2),
RCC_APB2_IOPB = (0x1 << 3), RCC_APB2_IOPB = (0x1 << 3),
RCC_APB2_IOPC = (0x1 << 4), RCC_APB2_IOPC = (0x1 << 4),