12345678910111213141516171819202122232425262728293031323334353637383940 |
- /********************************** (C) COPYRIGHT *******************************
- * File Name : ch32v20x_conf.h
- * Author : WCH
- * Version : V1.0.0
- * Date : 2021/06/06
- * Description : Library configuration file.
- * Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.
- * SPDX-License-Identifier: Apache-2.0
- *******************************************************************************/
- #ifndef __CH32V20x_CONF_H
- #define __CH32V20x_CONF_H
- #include "ch32v20x_adc.h"
- #include "ch32v20x_bkp.h"
- #include "ch32v20x_can.h"
- #include "ch32v20x_crc.h"
- #include "ch32v20x_dbgmcu.h"
- #include "ch32v20x_dma.h"
- #include "ch32v20x_exti.h"
- #include "ch32v20x_flash.h"
- #include "ch32v20x_gpio.h"
- #include "ch32v20x_i2c.h"
- #include "ch32v20x_iwdg.h"
- #include "ch32v20x_pwr.h"
- #include "ch32v20x_rcc.h"
- #include "ch32v20x_rtc.h"
- #include "ch32v20x_spi.h"
- #include "ch32v20x_tim.h"
- #include "ch32v20x_usart.h"
- #include "ch32v20x_wwdg.h"
- #include "ch32v20x_it.h"
- #include "ch32v20x_misc.h"
- #endif /* __CH32V20x_CONF_H */
-
-
-
|