/** * @file ch423s.h * @brief * @author lch (lch_work@foxmail.com) * @version 1.0 * @date 20251224 * * @copyright Copyright (c) 2025 by OLE, All Rights Reserved. * * @par 修改日志: * *
Date Version Author Description *
20251224 2.0 test 内容 *
*/ #ifdef IO_CHIP_CH423S #ifndef DEF_CH423S_H #define DEF_CH423S_H /***** 宏定义 *****/ /***** 头文件 *****/ /***** 枚举 *****/ /***** 结构体 *****/ /***** 变量对外声明 *****/ /***** 函数对外声明 *****/ extern int ch423sio_set_io(uint8_t _uc_idx, uint8_t _uc_state); extern int ch423sio_init_dev(void) extern int ch423sio_exit_dev(void); #endif /* DEF_CH423S_H */ #endif /* IO_CHIP_CH423S */