hv_chip_Driver.h 375 B

12345678910111213141516171819202122
  1. /**
  2. * @file hv_chip_Driver.h
  3. * @brief define driver based chip.
  4. * @details anyware
  5. * @author HiView SoC Software Team
  6. * @version 1.0.0
  7. * @date 2023-09-27
  8. * @copyright 版权信息
  9. */
  10. #ifndef _HV_CHIP_DRIVER_H
  11. #define _HV_CHIP_DRIVER_H
  12. /*
  13. * @param reset all the chip.
  14. * @param null
  15. * @retval null
  16. */
  17. void hv_chip_Reset(void);
  18. #endif