HDMI PHY Controller /HDMI GT Subsystem Interrupt Handlers for HDMI 2.1 TX Subsystem - 1.2 English

HDMI 2.1 Transmitter Subsystem v1.2 Product Guide (PG350)

Document ID
PG350
Release Date
2023-10-18
Version
1.2 English

There are several interrupt handlers available in the HDMI PHY Controller /HDMI GT Subsystem driver to hook up with user-defined callback functions to support the HDMI 2.1 TX Subsystem functionality. These interrupt handlers are defined in xhdmiphy1.h:

  • XHDMIPHY1_HDMI_HANDLER_TXINIT
  • XHDMIPHY1_HDMI_HANDLER_TXREADY

Callback functions need to be defined in the application code and hooked up with these interrupt handlers.

void XHdmiphy1_SetHdmiCallback(XHdmiphy1 *InstancePtr,
                               XHdmiphy1_HdmiHandlerType HandlerType,
                               void *CallbackFunc,
                               void *CallbackRef);