hv_drv_Pinshare.h 544 B

1234567891011121314151617181920212223242526
  1. /*
  2. * @file hv_drv_Pinshare.h
  3. * @brief Header file of misc module.
  4. *
  5. * @verbatim
  6. * ==============================================================================
  7. * ##### How to use #####
  8. * ==============================================================================
  9. * (+) Use ()
  10. *
  11. * @endverbatim
  12. * @author HiView SoC Software Team
  13. * @version 1.0.0
  14. * @date 2023-05-11
  15. */
  16. #ifndef _HV_DRV_PINSHARE_H
  17. #define _HV_DRV_PINSHARE_H
  18. VOID Hv_Drv_Pinshare_Init(VOID);
  19. /** @} */
  20. #endif