|
| 1 | +/* |
| 2 | + * Copyright (c) 2022 BrainCo Inc. |
| 3 | + * |
| 4 | + * SPDX-License-Identifier: Apache-2.0 |
| 5 | + */ |
| 6 | + |
| 7 | +#ifndef GD32L23X_LIBOPT_H |
| 8 | +#define GD32L23X_LIBOPT_H |
| 9 | + |
| 10 | +#include "gd32l23x_adc.h" |
| 11 | +#include "gd32l23x_cau.h" |
| 12 | +#include "gd32l23x_cmp.h" |
| 13 | +#include "gd32l23x_crc.h" |
| 14 | +#include "gd32l23x_ctc.h" |
| 15 | +#include "gd32l23x_dac.h" |
| 16 | +#include "gd32l23x_dbg.h" |
| 17 | +#include "gd32l23x_dma.h" |
| 18 | +#include "gd32l23x_exti.h" |
| 19 | +#include "gd32l23x_fmc.h" |
| 20 | +#include "gd32l23x_fwdgt.h" |
| 21 | +#include "gd32l23x_gpio.h" |
| 22 | +#include "gd32l23x_i2c.h" |
| 23 | +#include "gd32l23x_lptimer.h" |
| 24 | +#include "gd32l23x_lpuart.h" |
| 25 | +#include "gd32l23x_misc.h" |
| 26 | +#include "gd32l23x_pmu.h" |
| 27 | +#include "gd32l23x_rcu.h" |
| 28 | +#include "gd32l23x_rtc.h" |
| 29 | +#include "gd32l23x_slcd.h" |
| 30 | +#include "gd32l23x_spi.h" |
| 31 | +#include "gd32l23x_syscfg.h" |
| 32 | +#include "gd32l23x_timer.h" |
| 33 | +#include "gd32l23x_trng.h" |
| 34 | +#include "gd32l23x_usart.h" |
| 35 | +#include "gd32l23x_vref.h" |
| 36 | +#include "gd32l23x_wwdgt.h" |
| 37 | + |
| 38 | +#endif /* GD32L23X_LIBOPT_H */ |
0 commit comments