Lines Matching refs:GD32_RESET_CONFIG

30 #define GD32_RESET_AFIO       GD32_RESET_CONFIG(APB2RST, 0U)
31 #define GD32_RESET_GPIOA GD32_RESET_CONFIG(APB2RST, 2U)
32 #define GD32_RESET_GPIOB GD32_RESET_CONFIG(APB2RST, 3U)
33 #define GD32_RESET_GPIOC GD32_RESET_CONFIG(APB2RST, 4U)
34 #define GD32_RESET_GPIOD GD32_RESET_CONFIG(APB2RST, 5U)
35 #define GD32_RESET_GPIOE GD32_RESET_CONFIG(APB2RST, 6U)
36 #define GD32_RESET_GPIOF GD32_RESET_CONFIG(APB2RST, 7U)
37 #define GD32_RESET_GPIOG GD32_RESET_CONFIG(APB2RST, 8U)
38 #define GD32_RESET_ADC0 GD32_RESET_CONFIG(APB2RST, 9U)
39 #define GD32_RESET_ADC1 GD32_RESET_CONFIG(APB2RST, 10U)
40 #define GD32_RESET_TIMER0 GD32_RESET_CONFIG(APB2RST, 11U)
41 #define GD32_RESET_SPI0 GD32_RESET_CONFIG(APB2RST, 12U)
42 #define GD32_RESET_TIMER7 GD32_RESET_CONFIG(APB2RST, 13U)
43 #define GD32_RESET_USART0 GD32_RESET_CONFIG(APB2RST, 14U)
44 #define GD32_RESET_ADC2 GD32_RESET_CONFIG(APB2RST, 15U)
45 #define GD32_RESET_TIMER8 GD32_RESET_CONFIG(APB2RST, 19U)
46 #define GD32_RESET_TIMER9 GD32_RESET_CONFIG(APB2RST, 20U)
47 #define GD32_RESET_TIMER10 GD32_RESET_CONFIG(APB2RST, 21U)
48 #define GD32_RESET_USART5 GD32_RESET_CONFIG(APB2RST, 28U)
49 #define GD32_RESET_SHRTIMER GD32_RESET_CONFIG(APB2RST, 29U)
50 #define GD32_RESET_CMP GD32_RESET_CONFIG(APB2RST, 31U)
53 #define GD32_RESET_TIMER1 GD32_RESET_CONFIG(APB1RST, 0U)
54 #define GD32_RESET_TIMER2 GD32_RESET_CONFIG(APB1RST, 1U)
55 #define GD32_RESET_TIMER3 GD32_RESET_CONFIG(APB1RST, 2U)
56 #define GD32_RESET_TIMER4 GD32_RESET_CONFIG(APB1RST, 2U)
57 #define GD32_RESET_TIMER5 GD32_RESET_CONFIG(APB1RST, 4U)
58 #define GD32_RESET_TIMER6 GD32_RESET_CONFIG(APB1RST, 5U)
59 #define GD32_RESET_TIMER11 GD32_RESET_CONFIG(APB1RST, 6U)
60 #define GD32_RESET_TIMER12 GD32_RESET_CONFIG(APB1RST, 7U)
61 #define GD32_RESET_TIMER13 GD32_RESET_CONFIG(APB1RST, 8U)
62 #define GD32_RESET_WWDGT GD32_RESET_CONFIG(APB1RST, 11U)
63 #define GD32_RESET_SPI1 GD32_RESET_CONFIG(APB1RST, 14U)
64 #define GD32_RESET_SPI2 GD32_RESET_CONFIG(APB1RST, 15U)
65 #define GD32_RESET_USART1 GD32_RESET_CONFIG(APB1RST, 17U)
66 #define GD32_RESET_USART2 GD32_RESET_CONFIG(APB1RST, 18U)
67 #define GD32_RESET_UART3 GD32_RESET_CONFIG(APB1RST, 19U)
68 #define GD32_RESET_UART4 GD32_RESET_CONFIG(APB1RST, 20U)
69 #define GD32_RESET_I2C0 GD32_RESET_CONFIG(APB1RST, 21U)
70 #define GD32_RESET_I2C1 GD32_RESET_CONFIG(APB1RST, 22U)
71 #define GD32_RESET_I2C2 GD32_RESET_CONFIG(APB1RST, 24U)
72 #define GD32_RESET_CAN0 GD32_RESET_CONFIG(APB1RST, 25U)
73 #define GD32_RESET_CAN1 GD32_RESET_CONFIG(APB1RST, 26U)
74 #define GD32_RESET_BKPI GD32_RESET_CONFIG(APB1RST, 27U)
75 #define GD32_RESET_PMU GD32_RESET_CONFIG(APB1RST, 28U)
76 #define GD32_RESET_DAC GD32_RESET_CONFIG(APB1RST, 29U)
79 #define GD32_RESET_USBFS GD32_RESET_CONFIG(AHBRST, 12U)
80 #define GD32_RESET_ENET GD32_RESET_CONFIG(AHBRST, 14U)
81 #define GD32_RESET_TMU GD32_RESET_CONFIG(AHBRST, 30U)
82 #define GD32_RESET_SQPI GD32_RESET_CONFIG(AHBRST, 31U)
85 #define GD32_RESET_CTC GD32_RESET_CONFIG(ADDAPB1RST, 27U)
86 #define GD32_RESET_CAN2 GD32_RESET_CONFIG(ADDAPB1RST, 31U)