ChaochaoCui commented on a change in pull request #2391: URL: https://github.com/apache/incubator-nuttx/pull/2391#discussion_r530154454
########## File path: arch/arm/src/stm32f7/stm32f74xx75xx_rcc.c ########## @@ -1005,3 +1006,44 @@ static inline void rcc_enableperipherals(void) /**************************************************************************** * Public Functions ****************************************************************************/ + +/**************************************************************************** + * Name: stm32_rcc_dump_regs + * + * Description: + * Dump the contents of all rcc block registers + * + * Input Parameters: + * msg - Message to print before the register data + * + * Returned Value: + * None + * + ****************************************************************************/ + +#ifdef CONFIG_DEBUG_INFO +void stm32_rcc_dump_regs(const char *msg) Review comment: for debug. I will remove it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org