Autodrone
Multi-Domain Vehicle
drv_rcc.h
Go to the documentation of this file.
1
10#ifndef __RCC_H__
11#define __RCC_H__
12
13/* Function Prototypes */
14
15void rcc216MHzInit(void);
16
17#endif /* INC_RCC_H_ */
void rcc216MHzInit(void)
Changes clock speed to 216 MHz.
Definition: drv_rcc.c:18