hdmi_cfg.c 275 B

12345678910
  1. #include "hdmi_cfg.h"
  2. #include "hdmi_video.h"
  3. #include "cec.h"
  4. void DRV_HDMI_SetCustomization(HDMI_Customize_st stHdmi_customize)
  5. {
  6. HDMI_SetSupportMaxHz(stHdmi_customize.dSupportMaxHz);
  7. DRV_Set_GPIO5V_ARCPort(stHdmi_customize.eARC_5V_GPIO, stHdmi_customize.eARC_Port);
  8. }