/* * Copyright (c) 2022 BrainCo Inc. * * SPDX-License-Identifier: Apache-2.0 */ #ifndef GD32L23X_LIBOPT_H #define GD32L23X_LIBOPT_H #include "gd32l23x_adc.h" #include "gd32l23x_cau.h" #include "gd32l23x_cmp.h" #include "gd32l23x_crc.h" #include "gd32l23x_ctc.h" #include "gd32l23x_dac.h" #include "gd32l23x_dbg.h" #include "gd32l23x_dma.h" #include "gd32l23x_exti.h" #include "gd32l23x_fmc.h" #include "gd32l23x_fwdgt.h" #include "gd32l23x_gpio.h" #include "gd32l23x_i2c.h" #include "gd32l23x_lptimer.h" #include "gd32l23x_lpuart.h" #include "gd32l23x_misc.h" #include "gd32l23x_pmu.h" #include "gd32l23x_rcu.h" #include "gd32l23x_rtc.h" #include "gd32l23x_slcd.h" #include "gd32l23x_spi.h" #include "gd32l23x_syscfg.h" #include "gd32l23x_timer.h" #include "gd32l23x_trng.h" #include "gd32l23x_usart.h" #include "gd32l23x_vref.h" #include "gd32l23x_wwdgt.h" #endif /* GD32L23X_LIBOPT_H */