Related Functions
You can find the following function to call in the apm32f10x_rcm.h file
*The first one is to check the system clock
*The second is to view the AHB bus clock
*The third is the bus clock of APB1 and 2.
*The fourth is the ADC clock
How to view
Add some codes to get function’s return value. Define a variable for assignment, for example.
Compile your project, and start debugging.
Then right click on the variable and select “Add xxx to.. -> Watch1”.