ch423s.h 864 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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_updata_status_ontime(void);
  26. extern int ch423sio_set_io(uint8_t _uc_idx, uint8_t _uc_state);
  27. extern int ch423sio_init_dev(void);
  28. extern int ch423sio_exit_dev(void);
  29. #endif /* DEF_CH423S_H */
  30. #endif /* IO_CHIP_CH423S */