mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-22 17:12:55 +08:00
16 lines
367 B
C
16 lines
367 B
C
/* Define to prevent recursive inclusion -------------------------------------*/
|
|
#ifndef __air_RCC_H
|
|
#define __air_RCC_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/* Includes ------------------------------------------------------------------*/
|
|
#include "air32f10x.h"
|
|
|
|
uint32_t AIR_RCC_PLLConfig(uint32_t RCC_PLLSource, uint32_t RCC_PLLMul, uint8_t Latency);
|
|
|
|
#endif
|
|
|