12345678910111213141516171819202122 |
- /**
- * @file hv_chip_Driver.h
- * @brief define driver based chip.
- * @details anyware
- * @author HiView SoC Software Team
- * @version 1.0.0
- * @date 2023-09-27
- * @copyright 版权信息
- */
- #ifndef _HV_CHIP_DRIVER_H
- #define _HV_CHIP_DRIVER_H
- /*
- * @param reset all the chip.
- * @param null
- * @retval null
- */
- void hv_chip_Reset(void);
- #endif
|