Fix rcc enum

This commit is contained in:
Steins7 2023-05-07 19:28:01 +02:00
parent 661f4a0ae5
commit 1d8ccfdfca

View File

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