ch423s.h 815 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /**
  2. * @file ch423s.h
  3. * @brief
  4. * @author lch (lch_work@foxmail.com)
  5. * @version 1.0
  6. * @date 20251224
  7. *
  8. * @copyright Copyright (c) 2025 by OLE, All Rights Reserved.
  9. *
  10. * @par 修改日志:
  11. * <table>
  12. * <tr><th>Date <th>Version <th>Author <th>Description
  13. * <tr><td>20251224 <td>2.0 <td>test <td>内容
  14. * </table>
  15. */
  16. #ifdef IO_CHIP_CH423S
  17. #ifndef DEF_CH423S_H
  18. #define DEF_CH423S_H
  19. /***** 宏定义 *****/
  20. /***** 头文件 *****/
  21. /***** 枚举 *****/
  22. /***** 结构体 *****/
  23. /***** 变量对外声明 *****/
  24. /***** 函数对外声明 *****/
  25. extern int ch423sio_set_io(uint8_t _uc_idx, uint8_t _uc_state);
  26. extern int ch423sio_init_dev(void)
  27. extern int ch423sio_exit_dev(void);
  28. #endif /* DEF_CH423S_H */
  29. #endif /* IO_CHIP_CH423S */