Skip to content

Instantly share code, notes, and snippets.

@hocarm
Last active August 14, 2016 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hocarm/b8c9bc30873d3fa4cd1d89248a6dc75b to your computer and use it in GitHub Desktop.
Save hocarm/b8c9bc30873d3fa4cd1d89248a6dc75b to your computer and use it in GitHub Desktop.
RCC_APB1PeriphClockCmd(uint32_t RCC_APB1PERIPH , FunctionalState NewState);
RCC_APB2PeriphClockCmd(uint32_t RCC_APB2PERIPH , FunctionalState NewState);
RCC_AHBPeriphClockCmd(uint32_t RCC_AHBPERIPH , FunctionalState NewState);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment