hv_mw_AudioInterrupt.h 878 B

123456789101112131415161718192021222324252627
  1. /*
  2. * @file hv_mw_AudioInterrupt.h
  3. * @brief Header file of audio module.
  4. *
  5. * @verbatim
  6. * ==============================================================================
  7. * ##### How to use #####
  8. * ==============================================================================
  9. * (+) Use Hv_Cal_Audio_SetRxOut()
  10. *
  11. * @endverbatim
  12. * @author HiView SoC Software Team
  13. * @version 1.0.0
  14. * @date 2023-01-16
  15. */
  16. #ifndef __SDK_MIDDLEWARE_RUNTIME_SYSTEMMANAGER_CHANNEL_MANAGER_INC_AUDIO_INTERRUPT_H__
  17. #define __SDK_MIDDLEWARE_RUNTIME_SYSTEMMANAGER_CHANNEL_MANAGER_INC_AUDIO_INTERRUPT_H__
  18. #include "hv_comm_DataType.h"
  19. #include "hv_comm_Define.h"
  20. #include "hv_comm_Event.h"
  21. Status Hv_Mw_Audio_Interrupt_Init(VOID);
  22. Status Hv_Mw_Audio_Interrupt_Enable(LinkPortIndex eAudioSrc);
  23. Status Hv_Mw_Audio_Interrupt_Disable(VOID);
  24. #endif