ch32v00X_it.h 762 B

1234567891011121314151617181920
  1. /********************************** (C) COPYRIGHT *******************************
  2. * File Name : ch32v00X_it.h
  3. * Author : WCH
  4. * Version : V1.0.0
  5. * Date : 2024/01/01
  6. * Description : This file contains the headers of the interrupt handlers.
  7. *********************************************************************************
  8. * Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.
  9. * Attention: This software (modified or not) and binary are used for
  10. * microcontroller manufactured by Nanjing Qinheng Microelectronics.
  11. *******************************************************************************/
  12. #ifndef __CH32V00X_IT_H
  13. #define __CH32V00X_IT_H
  14. #include "debug.h"
  15. #endif /* __CH32V00X_IT_H */